summaryrefslogtreecommitdiff
path: root/editors/emacs/patches/patch-al
diff options
context:
space:
mode:
Diffstat (limited to 'editors/emacs/patches/patch-al')
-rw-r--r--editors/emacs/patches/patch-al13
1 files changed, 13 insertions, 0 deletions
diff --git a/editors/emacs/patches/patch-al b/editors/emacs/patches/patch-al
new file mode 100644
index 00000000000..5269ca7d484
--- /dev/null
+++ b/editors/emacs/patches/patch-al
@@ -0,0 +1,13 @@
+$NetBSD: patch-al,v 1.5 2005/02/09 16:09:43 drochner Exp $
+
+--- lib-src/movemail.c.orig 2005-02-09 16:31:55.000000000 +0100
++++ lib-src/movemail.c
+@@ -787,7 +787,7 @@ popmail (mailbox, outfile, preserve, pas
+ mbx_delimit_begin (mbf);
+ if (pop_retr (server, i, mbf) != OK)
+ {
+- error (Errmsg, 0, 0);
++ error ("%s", Errmsg, 0);
+ close (mbfi);
+ return (1);
+ }