Update mutt config
This commit is contained in:
parent
66e6ded86f
commit
bf25df1d46
2 changed files with 9 additions and 8 deletions
|
@ -13,7 +13,7 @@ set editor = "emacsclient -c"
|
|||
# main options
|
||||
set mbox_type = Maildir # mailbox type
|
||||
set folder = ~/documents/mail # mailbox location
|
||||
set spoolfile = "+ninthfloor/INBOX" # ninthfloor is the default inbox
|
||||
set spoolfile = "+ninthfloor/inbox" # ninthfloor is the default inbox
|
||||
set timeout = 3 # idle time before scanning
|
||||
set mail_check = 0 # minimum time between scans
|
||||
set sort_alias = alias # sort alias file by alias
|
||||
|
@ -78,12 +78,13 @@ unignore from: to: cc: date: subject: # show only these
|
|||
hdr_order from: to: cc: date: subject: # and in this order
|
||||
|
||||
# boxes
|
||||
mailboxes +arch/INBOX #+arch/archive +arch/sent +arch/drafts +arch/spam +arch/trash
|
||||
mailboxes +gmail/INBOX #+gmail/archive +gmail/sent +gmail/drafts +gmail/spam +gmail/trash
|
||||
mailboxes +iactor/INBOX #+iactor/INBOX.Admin +iactor/INBOX.Important +iactor/INBOX.Intern +iactor/INBOX.Taken +iactor/Sent +iactor/Drafts +iactor/Trash
|
||||
mailboxes +aethon/INBOX
|
||||
mailboxes +ninthfloor/INBOX +ninthfloor/mailinglists
|
||||
mailboxes +ryuslash.org/INBOX
|
||||
mailboxes +arch/inbox #+arch/archive +arch/sent +arch/drafts +arch/spam +arch/trash
|
||||
mailboxes +gmail/inbox #+gmail/archive +gmail/sent +gmail/drafts +gmail/spam +gmail/trash
|
||||
mailboxes +iactor/inbox #+iactor/INBOX.Admin +iactor/INBOX.Important +iactor/INBOX.Intern +iactor/INBOX.Taken +iactor/Sent +iactor/Drafts +iactor/Trash
|
||||
mailboxes +aethon/inbox
|
||||
mailboxes +ninthfloor/inbox +ninthfloor/mailinglists
|
||||
mailboxes +ryuslash.org/inbox
|
||||
mailboxes +ryuslash.alwaysdata/inbox
|
||||
|
||||
# always sourced
|
||||
source $alias_file # required for functionality
|
||||
|
|
|
@ -10,4 +10,4 @@ set postponed = "+ninthfloor/Drafts"
|
|||
unset signature
|
||||
|
||||
macro index E "<change-folder>+ninthfloor/INBOX<enter><limit>~B " "search everything"
|
||||
macro index D "<save-message>+ninthfloor/Trash<enter>" "move message to the trash"
|
||||
# macro index D "<save-message>+ninthfloor/Trash<enter>" "move message to the trash"
|
||||
|
|
Loading…
Reference in a new issue