diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-02-09 16:58:46 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-02-09 16:58:46 +0000 |
commit | 1ab58ffd234335e59cd9eb6e8c8c3cd8c58b8b40 (patch) | |
tree | f11187f7f4728c25475db1fb7202176683329fbd /mail/mutt-devel/files/patch-examples | |
parent | - Update to 1.5 (diff) |
- Update to 1.5.19
PR: 131445
Submitted by: Udo Schweigert <udo.schweigert@siemens.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=227919
Diffstat (limited to 'mail/mutt-devel/files/patch-examples')
-rw-r--r-- | mail/mutt-devel/files/patch-examples | 64 |
1 files changed, 32 insertions, 32 deletions
diff --git a/mail/mutt-devel/files/patch-examples b/mail/mutt-devel/files/patch-examples index 987f065c82a1..8b50dc9d74f7 100644 --- a/mail/mutt-devel/files/patch-examples +++ b/mail/mutt-devel/files/patch-examples @@ -24,30 +24,32 @@ done uninstall-local: ---- init.h.orig Tue Mar 4 10:28:12 2003 -+++ init.h Wed Mar 26 15:41:19 2003 -@@ -1455,8 +1455,8 @@ +--- init.h.orig 2009-02-06 13:27:52.000000000 +0100 ++++ init.h 2009-02-06 13:34:09.000000000 +0100 +@@ -1808,9 +1808,8 @@ ** .pp ** For examples on how to configure these formats for the various versions - ** of PGP which are floating around, see the pgp*.rc and gpg.rc files in -- ** the samples/ subdirectory which has been installed on your system + ** of PGP which are floating around, see the pgp and gpg sample configuration files in +- ** the \fCsamples/\fP subdirectory which has been installed on your system - ** alongside the documentation. -+ ** the share/examples/mutt subdirectory which has been installed on your -+ ** system. - ** (PGP only) +- ** (PGP only) ++ ** the \fCshare/examples/mutt/\fP subdirectory which has been installed on ++ ** your system. (PGP only) */ { "pgp_getkeys_command", DT_STR, R_NONE, UL &PgpGetkeysCommand, 0}, -@@ -1628,8 +1628,8 @@ + /* +@@ -2017,9 +2016,8 @@ ** .de ** .pp - ** For examples on how to configure these formats, see the smime.rc in -- ** the samples/ subdirectory which has been installed on your system + ** For examples on how to configure these formats, see the \fCsmime.rc\fP in +- ** the \fCsamples/\fP subdirectory which has been installed on your system - ** alongside the documentation. -+ ** the share/examples/mutt subdirectory which has been installed on your -+ ** system. - ** (S/MIME only) +- ** (S/MIME only) ++ ** the \fCshare/examples/mutt/\fP subdirectory which has been installed on ++ ** your system. (S/MIME only) */ { "smime_verify_command", DT_STR, R_NONE, UL &SmimeVerifyCommand, 0}, + /* --- INSTALL.orig Mon Nov 25 15:16:46 2002 +++ INSTALL Wed Mar 26 15:59:57 2003 @@ -225,13 +225,13 @@ @@ -66,9 +68,9 @@ into your system's global Muttrc, which normally resides in /etc or /usr/local/etc. ---- doc/manual.txt.orig Thu Nov 1 22:07:09 2007 -+++ doc/manual.txt Sun Nov 4 13:55:21 2007 -@@ -2617,9 +2617,10 @@ +--- doc/manual.txt.orig 2009-01-06 01:37:18.000000000 +0100 ++++ doc/manual.txt 2009-02-06 13:32:18.000000000 +0100 +@@ -2982,9 +2982,10 @@ shows that arguments can be quoted: the script will receive the expanded string between the single quotes as the only argument. @@ -80,31 +82,29 @@ +filter for $status_format to set the current terminal's title, if supported. + - Chapter 4. Advanced Usage + Chapter 4. Advanced Usage -@@ -6957,9 +6958,9 @@ - One or more key IDs. +@@ -7576,8 +7577,8 @@ For examples on how to configure these formats for the various versions of PGP --which are floating around, see the pgp*.rc and gpg.rc files in the samples/ --subdirectory which has been installed on your system alongside the + which are floating around, see the pgp and gpg sample configuration files in +-the samples/ subdirectory which has been installed on your system alongside the -documentation. (PGP only) -+which are floating around, see the pgp*.rc and gpg.rc files in the -+share/examples/mutt/ subdirectory which has been installed on your system -+alongside the documentation. (PGP only) ++the share/examples/mutt/ subdirectory which has been installed on your system. ++(PGP only) - 3.169. pgp_getkeys_command + 3.170. pgp_getkeys_command -@@ -7155,9 +7156,9 @@ - or file, this expands to "-CApath $smime_ca_location" or "-CAfile - $smime_ca_location". +@@ -7809,9 +7810,9 @@ + or file, this expands to ?-CApath $smime_ca_location? or ?-CAfile + $smime_ca_location?. -For examples on how to configure these formats, see the smime.rc in the samples -/ subdirectory which has been installed on your system alongside the -documentation. (S/MIME only) +For examples on how to configure these formats, see the smime.rc in the -+share/examples/mutt/ subdirectory which has been installed on your system -+alongside the documentation. (S/MIME only) ++share/examples/mutt/ subdirectory which has been installed on your system. ++(S/MIME only) - 3.188. smime_verify_command + 3.189. smime_verify_command |