Marty Oehme
78987c493e
Changed some colors, some keymaps and made it more flexible for new mail account setups. Also removed most of the static gmail-related account stuff since I don't need this in my public repo.
15 lines
403 B
Text
15 lines
403 B
Text
# 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"
|
|
|