From: Gerfried Fuchs Date: Thu, 11 Feb 2010 20:33:51 +0000 (+0100) Subject: Imported Debian patch 2.14-1 X-Git-Tag: debian/2.14-1^0 X-Git-Url: https://git.deb.at/?p=pkg%2Ft-prot.git;a=commitdiff_plain;h=4b744c0e82294ef5453f998f2c3b5aac5ee368b8 Imported Debian patch 2.14-1 --- diff --git a/debian/Muttrc b/debian/Muttrc index 63584ba..835f948 100644 --- a/debian/Muttrc +++ b/debian/Muttrc @@ -1,13 +1,13 @@ -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 display_filter='t-prot -cmekatlS --max-lines=250 --bigq --pgp-short --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 --max-lines=250 --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-short --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 --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" +macro pager \e1 ":set display_filter='t-prot -cmekatlS --max-lines=250 --bigq --pgp-short --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 "^\\[---.*" diff --git a/debian/changelog b/debian/changelog index e04674c..7d6e6a5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +t-prot (2.14-1) unstable; urgency=low + + * New upstream release improving --pgp-short performance. + * Enable --pgp-short in our Muttrc config snippet. + * Add Axel Beckert as Co-Maintainer. Enjoy. :) + * Add Vcs-* control fields. + + -- Gerfried Fuchs Thu, 11 Feb 2010 21:33:51 +0100 + t-prot (2.13.1-1) unstable; urgency=low * New upstream release. diff --git a/debian/control b/debian/control index 82abeab..1ea4733 100644 --- a/debian/control +++ b/debian/control @@ -2,9 +2,12 @@ Source: t-prot Section: mail Priority: optional Maintainer: Gerfried Fuchs +Uploaders: Axel Beckert Build-Depends-Indep: po-debconf, patch Standards-Version: 3.8.4 Homepage: http://www.escape.de/~tolot/mutt/ +Vcs-Browser: http://git.deb.at/w/pkg/t-prot.git +Vcs-Git: git://git.deb.at/g/pkg/t-prot.git Package: t-prot Architecture: all