misfit updates

resolved the mailboxes conflict
This commit is contained in:
2025-04-23 12:37:44 -04:00
parent b97738c25a
commit 543612e5ac
2 changed files with 7 additions and 6 deletions

View File

@ -4,18 +4,19 @@
#
# Where are mailboxes stored
set folder="imaps://imap.gmail.com/"
set folder="imaps://imap.misfit.rodeo/INBOX"
# Where archived mail goes
set mbox="+[Gmail]/All Mail"
#set mbox="imaps://imap.gmail.com/[Gmail]/All Mail"
set mbox="+Archive"
#set mbox="imaps://imap.misfit.rodeo/[Gmail]/All Mail"
# Where postponed messaged die
set postponed="+[Gmail]/Drafts"
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"