Commit 269670e3 269670e3e0d1da0063a7c4284da30328defb8731 by Sergey Poznyakoff

(default_setup): Set metamail

1 parent 86b1c24f
...@@ -259,6 +259,7 @@ static char *default_setup[] = { ...@@ -259,6 +259,7 @@ static char *default_setup[] = {
259 "unfold subject", 259 "unfold subject",
260 "sender mail-followup-to reply-to from", 260 "sender mail-followup-to reply-to from",
261 "set nocmd", 261 "set nocmd",
262 "set metamail",
262 263
263 /* Start in mail reading mode */ 264 /* Start in mail reading mode */
264 "set mode=read", 265 "set mode=read",
......