diff options
author | Bruce A. Mah <bmah@FreeBSD.org> | 2003-06-10 15:43:34 +0000 |
---|---|---|
committer | Bruce A. Mah <bmah@FreeBSD.org> | 2003-06-10 15:43:34 +0000 |
commit | 0f52ee759600f6aa31c15054883d6a85a442a6c5 (patch) | |
tree | 7ab808950c1524cb1de4186ab7eabbb104ab237f /mail/exmh2/files/patch-pgpPgp65.tcl | |
parent | Spin off the XMMS FLAC plugin into its proper port. (diff) |
More fun patches to make exmh work better:
1. Replace old, out-of-control preferences dialog with spiffy, sorted,
scrolling preferences dialog.
2. Better PGP 6.5 compatibility.
PORTREVISION bump to mark these changes.
Obtained from: exmh CVS repository
Diffstat (limited to 'mail/exmh2/files/patch-pgpPgp65.tcl')
-rw-r--r-- | mail/exmh2/files/patch-pgpPgp65.tcl | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/mail/exmh2/files/patch-pgpPgp65.tcl b/mail/exmh2/files/patch-pgpPgp65.tcl new file mode 100644 index 000000000000..fef0c3a97b23 --- /dev/null +++ b/mail/exmh2/files/patch-pgpPgp65.tcl @@ -0,0 +1,17 @@ +Index: lib/pgpPgp65.tcl +=================================================================== +RCS file: /cvsroot/exmh/exmh/lib/pgpPgp65.tcl,v +retrieving revision 1.5 +retrieving revision 1.6 +diff -r1.5 -r1.6 +3a4,8 +> # Revision 1.6 2003/05/20 03:22:57 welch +> # pgpPgp65.tcl - Added +compatible=off to batchmode flags (Neil Rickert) +> # preferences.tcl - In the toplevel display, +> # changed row of unsorted buttons to a sorted listbox +> # +71c76,77 +< set pgp(pgp6,flags_batch) {+armorlines=0 "+comment=$pgp(pgp6,comment)" +batchmode=on +verbose=0 +pager=cat} +--- +> # +compatible=off contributed by Neil Rickert +> set pgp(pgp6,flags_batch) {+armorlines=0 "+comment=$pgp(pgp6,comment)" +batchmode=on +compatible=off +verbose=0 +pager=cat} |