3 @@ -3070,7 +3070,7 @@ void mutt_init (int skip_sys_rc, LIST *c
8 + p = "/usr/bin/editor";
10 Editor = safe_strdup (p);
11 Visual = safe_strdup (p);
14 @@ -552,7 +552,7 @@ struct option_t MuttVars[] = {
16 ** This variable specifies which editor is used by mutt.
17 ** It defaults to the value of the VISUAL, or EDITOR, environment
18 - ** variable, or to the string "vi" if neither of those are set.
19 + ** variable, or to the string "/usr/bin/editor" if neither of those are set.
21 { "encode_from", DT_BOOL, R_NONE, OPTENCODEFROM, 0 },