diff options
author | cjs <cjs@pkgsrc.org> | 1998-08-12 18:42:28 +0000 |
---|---|---|
committer | cjs <cjs@pkgsrc.org> | 1998-08-12 18:42:28 +0000 |
commit | 320da732fd7b9e84f3291396be49ea92c77b581d (patch) | |
tree | 992f7a3f684d6bd74667e06131ccb8ea369f7e13 /mail/pine | |
parent | 9f0d051318440e21320327a9c0fd1f12f88ebaf3 (diff) | |
download | pkgsrc-320da732fd7b9e84f3291396be49ea92c77b581d.tar.gz |
Restore ALLOW_CHANGING_FROM. This option, if compiled in, can be
turned off in the pine global config file, but cannot be turned on
if not compiled in. Of course, the `security' this provides is
entirely phony, but those that feel more comfortable with it disabled
can still do so with the binary pacakge.
Diffstat (limited to 'mail/pine')
-rw-r--r-- | mail/pine/patches/patch-send | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mail/pine/patches/patch-send b/mail/pine/patches/patch-send new file mode 100644 index 00000000000..748c3426461 --- /dev/null +++ b/mail/pine/patches/patch-send @@ -0,0 +1,5 @@ +$Id: patch-send,v 1.3 1998/08/12 18:42:28 cjs Exp $ +--- pine/send.c Wed Mar 18 17:57:09 1998 ++++ pine/send.c Wed Mar 18 17:59:00 1998 +@@ -0,0 +1 @@ ++#define ALLOW_CHANGING_FROM |