diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-11-11 00:41:25 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-11-11 00:59:38 +0100 |
| commit | d897c9f93c7e46c070e3c9a0ee6678e236b2b794 (patch) | |
| tree | 06bace7e5bca9684129f665283615a2889aaa38a /.neomuttrc | |
| parent | 638549b55d23d296d314399a9a77e724e14bf754 (diff) | |
Update neomutt configs
Diffstat (limited to '.neomuttrc')
| -rw-r--r-- | .neomuttrc | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -6,8 +6,9 @@ set mail_check = 60 set timeout = 15 # User Config -set from = "[email protected]" +set from = "[email protected]" set realname = "Ahmed AbdelHalim" +set signature = ~/.config/neomutt/signature # IMAP Settings set imap_user = "a14m.me" @@ -19,7 +20,7 @@ set imap_check_subscribed # SMTP Settings set smtp_url = "smtp://[email protected]@smtp.mail.me.com:587" set smtp_pass = "`pass personal/mutt`" -set smtp_authenticators = 'gssapi:login' +set smtp_authenticators = 'login' # Folder Settings |
