summaryrefslogtreecommitdiff
path: root/mail/elm/patches/patch-ad
diff options
context:
space:
mode:
authorjdolecek <jdolecek>2000-06-04 16:28:21 +0000
committerjdolecek <jdolecek>2000-06-04 16:28:21 +0000
commitd9e8e3c211b3098645fbcf8a07ecd58b400e2fbd (patch)
treef4130703a65212794ba823022fbe19b76ede4ba2 /mail/elm/patches/patch-ad
parent24be2b71f8ed3166fc6dd21e470b1b03ecadff91 (diff)
downloadpkgsrc-d9e8e3c211b3098645fbcf8a07ecd58b400e2fbd.tar.gz
Update to 2.4.ME+.78 + enable dotlocking besides fcntl-style locking, e)dit
disabled. Many bugfixes, most notable changes - some locale definitions/aliases added (from GNU locale), many other locale-related changes - added facility to convert character set of incoming messages to display character set - added facility to convert character set of new message to outgoing character set (text-charset) - added support for pgp5 and gpg ! - POP mailboxes can be accessed via username@hostname folder name - added U command - mark e-mail as unread - security (no effect on NetBSD, since elm is not installed sgid/suid): reset egid on couple of places where it was not and should be - elm.mimecharsets is generated by Configure in batch mode, so it's not needed to ship our own - dropped remailer stuff and g/c memory modes stuff from Configure - e-mail address/aliases handling changes
Diffstat (limited to 'mail/elm/patches/patch-ad')
-rw-r--r--mail/elm/patches/patch-ad33
1 files changed, 21 insertions, 12 deletions
diff --git a/mail/elm/patches/patch-ad b/mail/elm/patches/patch-ad
index e56ddf7e30d..f6a6be7e318 100644
--- a/mail/elm/patches/patch-ad
+++ b/mail/elm/patches/patch-ad
@@ -1,13 +1,22 @@
-$NetBSD: patch-ad,v 1.4 1999/10/25 14:38:39 hubertf Exp $
+$NetBSD: patch-ad,v 1.5 2000/06/04 16:28:23 jdolecek Exp $
---- src/pgp.c.orig Sat May 17 20:30:00 1997
-+++ src/pgp.c Thu Apr 16 23:13:29 1998
-@@ -117,7 +117,7 @@
- dup (fd[1]);
- close (fd[1]);
-
-- execl(pgp_path,
-+ execlp(pgp_path,
- pgp_path,"+verbose=0", "+language=en", "-kv", c, (char *)0);
-
- tmp = errno;
+--- src/pgp.c.orig Wed May 24 16:48:24 2000
++++ src/pgp.c Sun Jun 4 17:59:58 2000
+@@ -145,7 +145,7 @@
+ char *path;
+ case pgp2:
+
+- execl(pgp2_path,
++ execlp(pgp2_path,
+ pgp2_path,"+verbose=0", "+language=en", "-kv", c,
+ (char *)0);
+ tmp = errno;
+@@ -160,7 +160,7 @@
+ perror(path);
+ break;
+ case gpg:
+- execl(gpg_path,
++ execlp(gpg_path,
+ gpg_path,"--list-public-keys",c,(char *)0);
+ tmp = errno;
+ perror(path);