Marty Oehme
a99982028e
Updated notmuch to only be available for full-text search. Removed complete afew configuration. Added msmtp as mail sending agent. Added structured neomutt configuration with custom bindings, built for my personal gmail account, without any plaintext passwords revealed, etc. This is a reasonably well working mail setup, which should provide a stable starting point for further refinements. Additionally, added some functionality to `mail-check` script: Allowed user to choose sync target for each run, by passing in mbsync target (group/channel/..) as the argument. Also, allows setting password file to use for script through env var, and made imapfilter location less hard-coded to my system.
16 lines
463 B
Text
16 lines
463 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 trash = "+trash"
|
|
# Disable saving outgoing mail since Gmail saves them by default.
|
|
unset record
|
|
mailboxes ! \
|
|
"+important" \
|
|
"+sent" \
|
|
"+drafts" \
|
|
"+trash" \
|
|
"+archive"
|
|
|