From de81be00bfcb0d9ca1196faaba73059f4eb4ad4d Mon Sep 17 00:00:00 2001 From: Brendan Cully Date: Mon, 3 Apr 2006 19:29:55 +0000 Subject: [PATCH] Set $record default to ~/sent (closes: #2068). --- init.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.h b/init.h index 4eb848ea..bf419600 100644 --- a/init.h +++ b/init.h @@ -2258,7 +2258,7 @@ struct option_t MuttVars[] = { ** Setting this variable to ``yes'' is not generally useful, and thus not ** recommended. */ - { "record", DT_PATH, R_NONE, UL &Outbox, UL "" }, + { "record", DT_PATH, R_NONE, UL &Outbox, UL "~/sent" }, /* ** .pp ** This specifies the file into which your outgoing messages should be -- 2.40.0