Add a working neomutt configuration

This commit is contained in:
Orien Vandenbergh
2025-04-16 13:40:55 -04:00
parent 405e4059cd
commit 6a923426b0
18 changed files with 405 additions and 0 deletions

24
neomutt/mailboxes Normal file
View File

@ -0,0 +1,24 @@
# -*- muttrc -*-
#
# Mailboxes for mutt
#
# Where are mailboxes stored
set folder="imaps://imap.gmail.com/"
# Where archived mail goes
set mbox="+[Gmail]/All Mail"
#set mbox="imaps://imap.gmail.com/[Gmail]/All Mail"
# Where postponed messaged die
set postponed="+[Gmail]/Drafts"
# ... and it gets saved in =outbox.
set record="+[Gmail]/Sent Mail"
# Look me up
set spoolfile="+INBOX"
mailboxes "+INBOX"
set imap_check_subscribed = yes
#mailboxes "imaps://imap.gmail.com/AdminTickets"