From 9e9c416fe8978dffd0f5a7b5dc43e6606b96748d Mon Sep 17 00:00:00 2001 From: Suleyman Farajli Date: Mon, 6 Apr 2026 01:03:38 +0400 Subject: feat(mutt): add encryption and signing settings --- config/mutt/muttrc | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) (limited to 'config/mutt') diff --git a/config/mutt/muttrc b/config/mutt/muttrc index 581b4f2..78a1eb2 100644 --- a/config/mutt/muttrc +++ b/config/mutt/muttrc @@ -1,4 +1,4 @@ -source "~/.config/mutt/account.muttrc" # To be added manually +source "~/.config/mutt/account.muttrc" # General settings alternative_order text/plain text/enriched text/html # prefer plain text over HTML when multiple MIME parts exist @@ -14,8 +14,8 @@ set fcc_attach # include attachments whe set forward_quote # quote original message when forwarding set help = no # disable help line at top set include # include original message in replies -set index_format="%4C %Z %{%b %d} %-20.20L %?g?[%g] ?%s" # format of message list (index) -set mail_check_stats=yes # show mailbox stats when checking mail +set index_format = "%4C %Z %{%b %d} %-20.20L %?g?[%g] ?%s" # format of message list (index) +set mail_check_stats = yes # show mailbox stats when checking mail set mark_old = no # don’t mark unread messages as old automatically set markers = no # disable "+" markers for wrapped lines set mbox_type = Maildir # use Maildir format for mail storage @@ -40,6 +40,16 @@ set use_threads = threads # enable threading set wait_key = no # don’t wait for keypress after commands set weed = yes # hide uninteresting headers +# Encryption +set crypt_autoencrypt = no +set crypt_autosign = yes +set crypt_opportunistic_encrypt = no +set crypt_replyencrypt = yes +set crypt_replysign = yes +set crypt_replysignencrypted = yes +set crypt_use_gpgme = yes +set pgp_self_encrypt = yes + # Mail directories set spoolfile = +INBOX set postponed = +Drafts -- cgit v1.2.3