freebsd-ports/mail/mmr/files/patch-outgoing.cpp
Ion-Mihai Tetcu 0c25fde6e7 Update to version 1.6.0
PR:		ports/100034
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2006-07-10 22:04:32 +00:00

12 lines
275 B
C++

--- outgoing.cpp.orig Mon Jan 23 17:55:34 2006
+++ outgoing.cpp Mon Jul 10 01:14:23 2006
@@ -16,7 +16,9 @@
#include "tempfile.h"
#include "outgoing.h"
+#ifndef MAILER
#define MAILER "/usr/lib/sendmail -t"
+#endif
#define EDITOR "vi +%d"
#define SIGFILE ".signature"