]> git.deb.at Git - pkg/t-prot.git/commitdiff
Imported Debian patch 2.4-1 debian/2.4-1
authorGerfried Fuchs <alfie@debian.org>
Mon, 12 Mar 2007 08:01:50 +0000 (09:01 +0100)
committerGerfried Fuchs <rhonda@debian.at>
Wed, 17 Feb 2010 19:51:43 +0000 (20:51 +0100)
debian/Muttrc
debian/changelog

index d13ed6c9daf1442f9d2efdf390be7964d80b9456..63584ba595b25c19dddf07a9f24a5b15128905cb 100644 (file)
@@ -1,13 +1,13 @@
-set display_filter='t-prot -cmekatlS --bigq --pgp-move-vrf -Mmutt -L/etc/t-prot/footers -A/etc/t-prot/ads'
+set display_filter='t-prot -cmekatlS --max-lines=250 --bigq --pgp-move-vrf -Mmutt -L/etc/t-prot/footers -A/etc/t-prot/ads'
 # set it to '' to turn it off by default
 
 # toggle TOFU protection with ESC-0 (off) and ESC-1 (on)
 macro generic \e0 ":unset display_filter\n" "Turn TOFU protection off"
-macro generic \e1 ":set display_filter='t-prot -cmekatlS --bigq --pgp-move-vrf -Mmutt -L/etc/t-prot/footers -A/etc/t-prot/ads'\n" "Turn TOFU protection on"
+macro generic \e1 ":set display_filter='t-prot -cmekatlS --max-lines=250 --bigq --pgp-move-vrf -Mmutt -L/etc/t-prot/footers -A/etc/t-prot/ads'\n" "Turn TOFU protection on"
 
 # same in pager mode - ugly but what the hell...
 macro pager \e0 ":unset display_filter; exec exit\n:exec display-message\n" "Turn TOFU protection off"
-macro pager \e1 ":set display_filter='t-prot -cmekatlS --bigq --pgp-move-vrf -Mmutt -L/etc/t-prot/footers -A/etc/t-prot/ads'; exec exit\n:exec display-message\n" "Turn TOFU protection on"
+macro pager \e1 ":set display_filter='t-prot -cmekatlS --max-lines=250 --bigq --pgp-move-vrf -Mmutt -L/etc/t-prot/footers -A/etc/t-prot/ads'; exec exit\n:exec display-message\n" "Turn TOFU protection on"
 
 # highlight TOFU protection:
 color body     brightmagenta           black   "^\\[---.*"
index 5bc95686ff6123b94df7b30e64dc014ef79e4a16..06b9221ab4096815582be2283223271af872b26d 100644 (file)
@@ -1,3 +1,10 @@
+t-prot (2.4-1) unstable; urgency=low
+
+  * New upstream release which supports --max-lines for not scanning long
+    mails.
+
+ -- Gerfried Fuchs <alfie@debian.org>  Mon, 12 Mar 2007 09:01:50 +0100
+
 t-prot (2.3-1) unstable; urgency=low
 
   * New upstream release, only documentation fixes.