unmailboxes * # Unset to properly repopulate the variables unset smtp_pass unset smtp_url unset smtp_user unset from unset hostname unset realname set edit_headers=yes set realname = listout set from = listout@listout.xyz set header_cache = "$XDG_CACHE_HOME/neomutt/headers/" set message_cachedir = "$XDG_CACHE_HOME/neomutt/bodies/" #set certificate_file = "$XDG_CACHE_HOME/neomutt/certificates/" set folder=~/.local/share/email/mailbox_org set mbox_type=Maildir set spoolfile=+INBOX set record=~/.local/share/email/mailbox_org/Sent set postponed=+Drafts mailboxes `find ~/.local/share/email/mailbox_org -type d -name cur | xargs dirname | xargs` set sendmail = "msmtp -a mailbox" # synchronization settings ['s' to sync] macro index S "mbsync -V mailbox" "sync email" ## Hook #account-hook $folder "set imap_user=listout@listout.xyz imap_pass=`pass show mailbox.org/pass`" # vim: set ft=muttrc: