X-Git-Url: https://git.llucax.com/software/mutt-debian.git/blobdiff_plain/b15fa5257e0bb9ad36f49c525f72a873838f88dc..44c01adf506b1087bff724dcb65b92a12b012836:/debian/patches/debian-specific/use_usr_bin_editor.diff diff --git a/debian/patches/debian-specific/use_usr_bin_editor.diff b/debian/patches/debian-specific/use_usr_bin_editor.diff index f6b6806..c5a475b 100644 --- a/debian/patches/debian-specific/use_usr_bin_editor.diff +++ b/debian/patches/debian-specific/use_usr_bin_editor.diff @@ -1,6 +1,9 @@ +Even if EDITOR is not set, mutt will always use /usr/bin/editor (which +is set by update-alternatives), rather than falling back to vi + --- a/init.c +++ b/init.c -@@ -3070,7 +3070,7 @@ void mutt_init (int skip_sys_rc, LIST *c +@@ -3114,7 +3114,7 @@ void mutt_init (int skip_sys_rc, LIST *c { p = getenv ("EDITOR"); if (!p) @@ -11,12 +14,12 @@ Visual = safe_strdup (p); --- a/init.h +++ b/init.h -@@ -552,7 +552,7 @@ struct option_t MuttVars[] = { +@@ -589,7 +589,7 @@ struct option_t MuttVars[] = { ** .pp ** This variable specifies which editor is used by mutt. - ** It defaults to the value of the VISUAL, or EDITOR, environment -- ** variable, or to the string "vi" if neither of those are set. -+ ** variable, or to the string "/usr/bin/editor" if neither of those are set. + ** It defaults to the value of the \fC$$$VISUAL\fP, or \fC$$$EDITOR\fP, environment +- ** variable, or to the string ``vi'' if neither of those are set. ++ ** variable, or to the string ``/usr/bin/editor'' if neither of those are set. */ { "encode_from", DT_BOOL, R_NONE, OPTENCODEFROM, 0 }, /*