]> git.llucax.com Git - software/mutt-debian.git/commitdiff
upstream/557395-muttrc-crypto.patch: small fix to the muttrc man (Closes: 557395)
authorAntonio Radici <antonio@dyne.org>
Sun, 31 Jan 2010 17:42:27 +0000 (17:42 +0000)
committerAntonio Radici <antonio@dyne.org>
Sun, 31 Jan 2010 17:42:27 +0000 (17:42 +0000)
debian/changelog
debian/patches/series
debian/patches/upstream/557395-muttrc-crypto.patch [new file with mode: 0644]

index 4ce5a602e35d90539c234cf4545856c9831ed380..27825f4378e9839b593d38f80c0c31405d4f6b8b 100644 (file)
@@ -9,6 +9,8 @@ mutt (1.5.20-7) unstable; urgency=low
       (Closes: 553238)
     + upstream/553321-ansi-escape-segfault.patch: prevent mutt from segfaulting
       with large ASCII escape sequences (Closes: 553321)
+    + upstream/557395-muttrc-crypto.patch: small fix to the muttrc man 
+      (Closes: 557395)
     + debian-specific/Muttrc: set time_inc to be 250ms (Closes: 537746)
   * debian/control: 
     + bumping Standards-Version to 3.8.4, nothing to be done
index 04fdeb52375589fc43980b533538677e88aec9d5..63d2298b8c80fa7689640e7a74371c7b8dd3296d 100644 (file)
@@ -52,8 +52,9 @@ upstream/537694-segv-imap-headers.patch
 upstream/548577-gpgme-1.2.patch
 upstream/548494-swedish-intl.patch
 upstream/553321-ansi-escape-segfault.patch
-
 upstream/553238-german-intl.patch
+upstream/557395-muttrc-crypto.patch
+
 misc/hyphen-as-minus.patch
 #misc/manpage-typos.patch
 misc/smime_keys-manpage.patch
diff --git a/debian/patches/upstream/557395-muttrc-crypto.patch b/debian/patches/upstream/557395-muttrc-crypto.patch
new file mode 100644 (file)
index 0000000..90d6a46
--- /dev/null
@@ -0,0 +1,13 @@
+Small fix to the muttrc manpage
+
+--- a/init.h
++++ b/init.h
+@@ -559,7 +559,7 @@
+   ** .pp
+   ** If \fI``yes''\fP, always attempt to verify PGP or S/MIME signatures.
+   ** If \fI``ask-*''\fP, ask whether or not to verify the signature.
+-  ** If \Fi``no''\fP, never attempt to verify cryptographic signatures.
++  ** If \fI``no''\fP, never attempt to verify cryptographic signatures.
+   ** (Crypto only)
+   */
+   { "date_format",    DT_STR,  R_BOTH, UL &DateFmt, UL "!%a, %b %d, %Y at %I:%M:%S%p %Z" },