15 lines
481 B
Text
15 lines
481 B
Text
# Account settings
|
|
# local maildir settings
|
|
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" \
|
|
|