summaryrefslogtreecommitdiff
path: root/mail/exmh2/files/patch-pgpPgp65.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'mail/exmh2/files/patch-pgpPgp65.tcl')
-rw-r--r--mail/exmh2/files/patch-pgpPgp65.tcl17
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}