-
-
Save FollowMeDown/43129612a627caa221ed65b9296f4128 to your computer and use it in GitHub Desktop.
mutt: muttrc settings for ProtonMail Bridge
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set from="[email protected]" | |
set my_user="[email protected]" | |
set my_pass="pass" | |
set ssl_starttls=yes | |
set smtp_url="smtp://$my_user:[email protected]" | |
# workaround for https://github.com/neomutt/neomutt/issues/1211 | |
set imap_authenticators=login | |
set folder="imap://$my_user:[email protected]/" | |
set spoolfile="+INBOX" | |
set trash="+Trash" | |
set mbox="+Received" | |
set move=no | |
set record="+Sent" | |
set copy=no | |
set postponed="+Drafts" | |
set postpone=yes | |
unset imap_passive | |
set mail_check=20 # seconds | |
set timeout=10 # seconds | |
set imap_check_subscribed=yes | |
# Sidebar | |
set sidebar_visible=yes | |
set sidebar_short_path=yes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment