neomutt: Format settings

This commit is contained in:
Marty Oehme 2025-09-08 21:56:40 +02:00
parent 79a9c4a227
commit 3abc92ac08
Signed by: Marty
GPG key ID: 4E535BC19C61886E
4 changed files with 103 additions and 75 deletions

View file

@ -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" \