openbsd-ports/mail/mutt/patches/patch-do_not_automove
brad a5461a42a1 - style fixes with Makefile
- fix patches so they are cleanly applied
1999-04-28 23:50:02 +00:00

12 lines
569 B
Plaintext

--- init.h.orig Tue Apr 27 23:31:08 1999
+++ init.h Tue Apr 27 23:31:26 1999
@@ -151,7 +151,7 @@
{ "mime_forward", DT_QUAD, R_NONE, OPT_MIMEFWD, M_NO },
{ "mime_forward_decode", DT_BOOL, R_NONE, OPTMIMEFORWDECODE, 0 },
{ "mime_fwd", DT_SYN, R_NONE, UL "mime_forward", 0 },
- { "move", DT_QUAD, R_NONE, OPT_MOVE, M_ASKNO },
+ { "move", DT_QUAD, R_NONE, OPT_MOVE, M_NO },
{ "message_format", DT_STR, R_NONE, UL &MsgFmt, UL "%s" },
{ "msg_format", DT_SYN, R_NONE, UL "message_format", 0 },
{ "pager", DT_PATH, R_NONE, UL &Pager, UL "builtin" },