LocalGroups/Paris/MutterwareConfigDisplayFilter

Syntax highlighting not supported for 'mailrc', see HelpOnParsers.
   1 set display_filter='t-prot -cemt --bigq=10,4 -M=mutt -S -s -w'
   2 
   3 # toggle TOFU protection with ESC-0 and ESC-1
   4 macro generic 0 ":unset display_filter\n" "Turn TOFU protection off"
   5 macro generic 1 ":set display_filter='t-prot -cemt --bigq=10,4 -M=mutt -S -s -w'\n" "Turn TOFU protection on"
   6 
   7 # same in pager mode - ugly but what the hell...
   8 macro pager 0 ":unset display_filter; exec exit\n:exec display-message\n" "Turn TOFU protection off"
   9 macro pager 1 ":set display_filter='t-prot -cemt --bigq=10,4 -M=mutt -S -s -w'; exec exit\n:exec display-message\n" "Turn TOFU protection on"
  10 
  11 # highlight TOFU protection:
  12 color body      brightmagenta   black   "^\\[---.*"
  13 color body      green                   black   "^#v[-+]"

J’ai aussi trouvé la fonction ‘--pgp-move’ très utile. Rajoutée dans la commande t-prot, elle permet de déplacer vers le bas du message les informations relatives aux signatures openPGP, lesquelles s’affichent par défaut entre les headers et le corps du mail (donc prennent de la place et ralentissent la lecture du contenu du mail…). Merci Emmanuel!! -- Hugo

LocalGroups/Paris/MutterwareConfigDisplayFilter (last edited 2016-03-25 14:37:58 by paul)