9a5230cc82
Alpine is a screen-oriented message-handling tool. In its default configuration, Alpine offers an intentionally limited set of functions geared toward the novice user, but it also has a large list of optional "power-user" and personal-preference features. Note: Alpine is the next-generation successor to Pine and supersed it; it is not a rewrite, it is mostly the same code with a license change and several improvements (Pine development stopped more than 2 years ago). ok djm@
13 lines
436 B
Plaintext
13 lines
436 B
Plaintext
$OpenBSD: patch-alpine_pine-use_c,v 1.1.1.1 2007/11/22 13:49:52 ajacoutot Exp $
|
|
--- alpine/pine-use.c.orig Tue Nov 20 13:20:45 2007
|
|
+++ alpine/pine-use.c Tue Nov 20 13:21:00 2007
|
|
@@ -21,7 +21,7 @@ static char rcsid[] = "$Id: pine-use.c 136 2006-09-22
|
|
#include <sys/stat.h>
|
|
|
|
#ifndef MAILSPOOLPCTS
|
|
-#define MAILSPOOLPCTS "/usr/spool/mail/%s"
|
|
+#define MAILSPOOLPCTS "/var/mail/%s"
|
|
/* #define MAILSPOOLPCTS "/usr/mail/%s" */
|
|
#endif
|
|
|