summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrahmajit Das <brahmajit.xyz@gmail.com>2025-03-10 20:28:28 +0530
committerBrahmajit Das <brahmajit.xyz@gmail.com>2025-03-10 20:28:28 +0530
commit70912c92e73a7c0ebac3a119539bb5bf1fd51a17 (patch)
tree627e90d39ad30af8765e2ee18f03f0f758c942c9
parentbbdbfa609e31895edc149139fcccbdc18faf7a17 (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>
-rw-r--r--.config/neomutt/gmail_main2
-rw-r--r--.config/neomutt/listout2
-rw-r--r--.config/neomutt/neomuttrc5
-rw-r--r--.config/neomutt/suse_de2
4 files changed, 8 insertions, 3 deletions
diff --git a/.config/neomutt/gmail_main b/.config/neomutt/gmail_main
index 125a88a..7e6a719 100644
--- a/.config/neomutt/gmail_main
+++ b/.config/neomutt/gmail_main
@@ -35,7 +35,7 @@ set postponed=+[Gmail]/Drafts
unset imap_passive
# keep imap connection alive by polling intermittently
-set imap_keepalive=300
+set imap_keep_alive=300
# how often to check check for new email
set mail_check=120
diff --git a/.config/neomutt/listout b/.config/neomutt/listout
index 24c5281..64c44ac 100644
--- a/.config/neomutt/listout
+++ b/.config/neomutt/listout
@@ -29,7 +29,7 @@ set certificate_file = "$XDG_CACHE_HOME/neomutt/certificates/"
unset imap_passive
# keep imap connection alive by polling intermittently
-set imap_keepalive=300
+set imap_keep_alive=300
# how often to check check for new email
set mail_check=2
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
diff --git a/.config/neomutt/suse_de b/.config/neomutt/suse_de
index fd87432..662d0ba 100644
--- a/.config/neomutt/suse_de
+++ b/.config/neomutt/suse_de
@@ -29,7 +29,7 @@ set certificate_file = "$XDG_CACHE_HOME/neomutt/certificates/"
unset imap_passive
# keep imap connection alive by polling intermittently
-set imap_keepalive=300
+set imap_keep_alive=300
# how often to check check for new email
set mail_check=2