diff options
author | cjs <cjs> | 1998-08-12 18:42:28 +0000 |
---|---|---|
committer | cjs <cjs> | 1998-08-12 18:42:28 +0000 |
commit | 0bbb84c9d75419d219e6544762e2d6411c208b4e (patch) | |
tree | 992f7a3f684d6bd74667e06131ccb8ea369f7e13 /mail/pine | |
parent | 5e07da234fc991e2b680241c1d4745fd0c9e58f6 (diff) | |
download | pkgsrc-0bbb84c9d75419d219e6544762e2d6411c208b4e.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 |