Last active
May 7, 2024 08:27
-
-
Save lucianposton/55a4d5a343a9042a91787af9141b97c6 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 |
Need to add the ports Bridge is using to both imap and smtp
Thanks, this worked for me! Just need to add the ports after 127.0.0.1
Does this configuration make it possible to use mutt's "e" command and write edits back out to the inbox ?
I ask because I had tried it myself some months ago and I found that although my editor (emacs) wrote out my edits to local temp storage successfully, my edits did not make it back to the message on the Protonmail server - the message in the inbox remained unchanged.
I apologize if this comment does not belong here.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Could not connect to 127.0.0.1 (Connection refused).