diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2021-05-22 21:51:55 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2021-05-22 21:51:55 -0300 |
commit | e3301935e71ee027a7f2cb93ab2ecb01f94587e6 (patch) | |
tree | 1e0bafb841f1a6d1fc9f36e0ed9813bc62c2b248 | |
parent | 27e0725798da5e56040b5a7c059091c0196fa0af (diff) | |
download | mail-e3301935e71ee027a7f2cb93ab2ecb01f94587e6.tar.gz mail-e3301935e71ee027a7f2cb93ab2ecb01f94587e6.tar.bz2 |
Mutt: references
-rw-r--r-- | muttrc.dot.link | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/muttrc.dot.link b/muttrc.dot.link index d5de29f..9132bef 100644 --- a/muttrc.dot.link +++ b/muttrc.dot.link @@ -116,6 +116,7 @@ source "~/.custom/mutt/aliases" # ---------------------------------------- # Attached documents +# # http://wiki.mutt.org/?MuttFaq/Attachment # ---------------------------------------- set attach_format = "%u%D%I %t%4n %T%.40d%> [%.7m/%.10M, %.6e%?C?, %C?, %s] " @@ -144,8 +145,9 @@ set sendmail = "/usr/bin/msmtp" # ---------------------------------------------- # OpenPGP basic options +# # http://dev.mutt.org/trac/wiki/MuttGuide/UseGPG -# --------------------------------------------- +# ---------------------------------------------- macro index S ":toggle pgp_verify_sig\n" # define S to toggle sig check macro index A ":toggle pgp_autosign\n" # define A to toggle autosign set crypt_replysignencrypted = yes @@ -208,6 +210,7 @@ macro index z "<enter-command>unset wait_key\n!clear ; getmails || [ $? -eq 1 ]\ # ---------------------------------------- # Navigation +# # http://blog.jwcxz.com/?p=810 # http://rc.vc/files/mutt/keybindings.html # ---------------------------------------- @@ -299,6 +302,11 @@ macro index,pager <F6> \ # ---------- # Bogofilter +# +# https://www.bogofilter.org/ +# https://bogofilter.bogofilter.narkive.com/dLzJfNrg/training-with-maildir-mutt +# https://github.com/tjouan/bogorb/blob/master/bin/bogolearn +# https://exstrom.com/journal/comp/bogofilter.html # ---------- macro index s "<enter-command>unset wait_key\n<tag-prefix><pipe-entry>bogofilter -MSn\n<enter-command>set wait_key\n<tag-prefix><save-entry>?" macro pager s "<enter-command>unset wait_key\n<pipe-entry>bogofilter -MSn\n<enter-command>set wait_key\n<save-entry>?" @@ -322,7 +330,8 @@ bind pager P noop # ---------------------------------------------------------------- # Schleuder config -# see http://schleuder2.nadir.org/contrib/schleuder-with-mutt.html +# +# http://schleuder2.nadir.org/contrib/schleuder-with-mutt.html # ---------------------------------------------------------------- #color body red default "^From: .*" #color body red default "^To: .*" |