neomutt: Format settings
This commit is contained in:
parent
79a9c4a227
commit
3abc92ac08
4 changed files with 103 additions and 75 deletions
|
|
@ -1,15 +1,15 @@
|
|||
# Account settings
|
||||
# local maildir settings
|
||||
set mbox_type = Maildir
|
||||
set folder = ~/documents/mail # This has the shortcut '+' or '='
|
||||
set spoolfile = "+Inbox" # This has the shortcut '!'
|
||||
set postponed = "+Drafts"
|
||||
set record = "+Sent"
|
||||
set trash = "+Trash"
|
||||
mailboxes ! \
|
||||
"+Sent" \
|
||||
"+Drafts" \
|
||||
"+Trash" \
|
||||
"+Archive" \
|
||||
"+Junk"
|
||||
set mbox_type = Maildir
|
||||
set folder = ~/documents/mail # This has the shortcut '+' or '= '
|
||||
set spool_file = "+Inbox" # This has the shortcut '!'
|
||||
set postponed = "+Drafts"
|
||||
set record = "+Sent"
|
||||
set trash = "+Trash"
|
||||
mailboxes -notify -poll ! \
|
||||
-poll "+Archive" \
|
||||
-poll "+Jobs" \
|
||||
-poll "+Receipts" \
|
||||
-nonotify -nopoll "+Junk" \
|
||||
-nonotify -nopoll "+Sent" \
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue