Files
sundry/neomutt/mailboxes
Orien Vandenbergh 543612e5ac misfit updates
resolved the mailboxes conflict
2025-07-28 21:03:31 -04:00

27 lines
513 B
Plaintext

# -*- muttrc -*-
#
# Mailboxes for mutt
#
# Where are mailboxes stored
set folder="imaps://imap.misfit.rodeo/INBOX"
# Where archived mail goes
set mbox="+Archive"
#set mbox="imaps://imap.misfit.rodeo/[Gmail]/All Mail"
# Where postponed messaged die
set postponed="+Drafts"
# ... and it gets saved in =outbox.
# Gmail does this automatically, let's not duplicate...
#set record="+[Gmail]/Sent Mail"
set record="+Sent"
# Look me up
set spoolfile="+INBOX"
mailboxes $spoolfile
set imap_check_subscribed = yes