diff options
author | Brahmajit Das <brahmajit.xyz@gmail.com> | 2025-03-10 20:28:28 +0530 |
---|---|---|
committer | Brahmajit Das <brahmajit.xyz@gmail.com> | 2025-03-10 20:28:28 +0530 |
commit | 70912c92e73a7c0ebac3a119539bb5bf1fd51a17 (patch) | |
tree | 627e90d39ad30af8765e2ee18f03f0f758c942c9 /.config/neomutt/neomuttrc | |
parent | bbdbfa609e31895edc149139fcccbdc18faf7a17 (diff) |
neomuttr: minor changes
- suse_de, listout, gmail_main: use imap_keep_alive instead of
depricated imap_keepalive
- neomuttrc: minor default tweaks. Use fcc_attach, forward_format and
tilde by default.
Signed-off-by: Brahmajit Das <brahmajit.xyz@gmail.com>
Diffstat (limited to '.config/neomutt/neomuttrc')
-rw-r--r-- | .config/neomutt/neomuttrc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.config/neomutt/neomuttrc b/.config/neomutt/neomuttrc index 1df4169..80ff4f3 100644 --- a/.config/neomutt/neomuttrc +++ b/.config/neomutt/neomuttrc @@ -31,6 +31,11 @@ set send_charset = "utf-8:iso-8859-1:us-ascii" set charset = "utf-8" set arrow_cursor = "no" # Change `color indicator` depending +# general settings +set fcc_attach # save attachments with the body +set forward_format = "Fwd: %s" # format of subject when forwarding +set tilde # use ~ to pad mutt + # mailcap set mailcap_path=~/.config/neomutt/mailcap |