openbsd-ports/mail/mutt/patches/patch-do_not_automove
espie 4915f32e9a Update to mutt 1.0.1.
with help from David Terrell (and tests/advice from various people).
2000-01-21 16:39:36 +00:00

13 lines
670 B
Plaintext

$OpenBSD: patch-do_not_automove,v 1.4 2000/01/21 16:39:38 espie Exp $
--- init.h.orig Thu Jan 6 12:55:07 2000
+++ init.h Thu Jan 20 16:33:04 2000
@@ -153,7 +153,7 @@ struct option_t MuttVars[] = {
{ "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" },