diff options
| author | coasteen <coasteen@proton.me> | 2026-07-09 10:42:28 +0330 |
|---|---|---|
| committer | coasteen <coasteen@proton.me> | 2026-07-09 10:42:28 +0330 |
| commit | 8cbadb61604667b407b53ee1258433994fa4765a (patch) | |
| tree | 97765fb29418fd6278fcb4cbb9760893afaf7a58 /config/mutt/muttrc | |
Diffstat (limited to 'config/mutt/muttrc')
| -rwxr-xr-x | config/mutt/muttrc | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/config/mutt/muttrc b/config/mutt/muttrc new file mode 100755 index 0000000..9ef2c54 --- /dev/null +++ b/config/mutt/muttrc @@ -0,0 +1,18 @@ +set folder = "imaps://coast@cock.email@mail.cock.li:993" +set smtp_url = "smtps://coast@cock.email@mail.cock.li:587" + +set imap_pass = `cat /home/coast/.local/keys/imap.muttrc` +set smtp_pass = `cat /home/coast/.local/keys/smtp.muttrc` + +set from = "coast@cock.email" +set realname = "Coasteen" + +set spoolfile = "+INBOX" + +set editor = "nvim" +set edit_headers = yes +set include = yes +set indent_str = "> " +set reply_regexp = "^([rR][eE]:[ \t]*)*" + +source color.muttrc |
