rp

simple email tools
git clone https://git.parazyd.org/rp
Log | Files | Refs | README | LICENSE

commit 7afc5d6a6a66ebfb540c802b5403cdb81e475292
parent 7a87c115d40a720f1f9a99514f6f9f05acd8c0e9
Author: parazyd <parazyd@dyne.org>
Date:   Wed, 28 Feb 2018 00:09:06 +0100

More mutt configuration.

Diffstat:
Mbin/rpinit | 3---
Mmutt/general | 7+++++++
Mmutt/gpg | 1+
Mmutt/keybindings | 5+++++
4 files changed, 13 insertions(+), 3 deletions(-)

diff --git a/bin/rpinit b/bin/rpinit @@ -109,9 +109,6 @@ source ~/.rp/$profile/mutt/sidebar source ~/.rp/$profile/mutt/gpg source ~/.rp/$profile/mutt/muttpass -auto_view text/html -set mailcap_path = ~/.rp/$profile/mutt/mailcap - set record = ~/.rp/$profile/tmp/Sent set postponed = ~/.rp/$profile/tmp/Drafts diff --git a/mutt/general b/mutt/general @@ -6,6 +6,8 @@ unset help set weed = yes +set mark_old = no + set arrow_cursor set reply_to = ask-yes @@ -20,3 +22,8 @@ set forward_format = "[Fwd] %s" set sendmail = rpqueue set query_command = "rpabook -c '%s'" + +auto_view text/html +set mailcap_path = ~/.rp/$profile/mutt/mailcap + +set imap_idle = no diff --git a/mutt/gpg b/mutt/gpg @@ -86,3 +86,4 @@ set pgp_good_sign="^\\[GNUPG:\\] GOODSIG" # pattern to verify a decryption occurred set pgp_decryption_okay="^\\[GNUPG:\\] DECRYPTION_OKAY" +set pgp_long_ids diff --git a/mutt/keybindings b/mutt/keybindings @@ -21,4 +21,9 @@ bind pager j next-line bind pager <up> previous-line bind pager k previous-line +bind index,pager r group-reply + +bind editor <tab> complete-query + macro pager Q "<decrypt-save>^<enter>yq" +