summaryrefslogtreecommitdiffstats
path: root/.config/neomutt/settings
diff options
context:
space:
mode:
Diffstat (limited to '.config/neomutt/settings')
-rw-r--r--.config/neomutt/settings27
1 files changed, 21 insertions, 6 deletions
diff --git a/.config/neomutt/settings b/.config/neomutt/settings
index 4d74cfc..8e5f3f5 100644
--- a/.config/neomutt/settings
+++ b/.config/neomutt/settings
@@ -3,10 +3,15 @@ set editor = "vim"
# PGP Settings
set crypt_use_gpgme = yes
-set crypt_autosign = no
-set crypt_verify_sig = yes
+set crypt_autosign = yes # auto sign all outgoing emails
+set crypt_verify_sig = yes # attempt auto verify signature
+set crypt_replysign = yes # sign reply to signed emails
+set crypt_replyencrypt = yes # encrypt replies to encrypted emails
+set crypt_replysignencrypted = yes # encrypt and sign replies to encrypted signed emails
+
set pgp_use_gpg_agent = yes
-set pgp_default_key = "0xD9FDD29DE1EA6405"
+set pgp_default_key = "83786B48F734C4F7C2CEEC30D9FDD29DE1EA6405"
+set pgp_sign_as = "83786B48F734C4F7C2CEEC30D9FDD29DE1EA6405"
my_hdr X-PGP-Key: https://a14m.dev/pub.gpg
# Set preffered view modes
@@ -20,7 +25,7 @@ set use_envelope_from # Use the From header for sending replie
set edit_headers # show headers when composing
set fast_reply # skip to compose when replying
-# set askcc # ask for CC:
+set askcc # ask for CC:
set fcc_attach # save attachments with the body
set forward_format = "Fwd: %s" # format of subject when forwarding
set forward_decode # decode when forwarding
@@ -65,9 +70,19 @@ set pager_stop
# set menu_scroll
set tilde
# unset markers
+# wait_key = no # mutt won't ask 'press any key to continue'
+
+# # Sidebar view Options
+set sidebar_visible
+set sidebar_short_path
+set sidebar_folder_indent
+set sidebar_next_new_wrap = yes
+set sidebar_format = "%B %* [%?N?%N / ?%S]"
+set mail_check_stats
set mailcap_path = ~/.config/neomutt/mailcap
-# # set header_cache = "~/.cache/mutt"
-# # set message_cachedir = "~/.cache/mutt"
+
+set header_cache = "~/.cache/mutt"
+set message_cachedir = "~/.cache/mutt"
# set query_command = "khard email --parsable --search-in-source-files '%s'"