X-Git-Url: https://git.llucax.com/software/mutt-debian.git/blobdiff_plain/5d81d183a92497924d4f784426e9863a83998c83..d6c10f3f616706c8369259369fba5915f17e672a:/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 13baea5..5c51a58 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 -@@ -3114,7 +3114,7 @@ void mutt_init (int skip_sys_rc, LIST *c +@@ -3115,7 +3115,7 @@ { p = getenv ("EDITOR"); if (!p) @@ -11,7 +14,7 @@ Visual = safe_strdup (p); --- a/init.h +++ b/init.h -@@ -589,7 +589,7 @@ struct option_t MuttVars[] = { +@@ -686,7 +686,7 @@ ** .pp ** This variable specifies which editor is used by mutt. ** It defaults to the value of the \fC$$$VISUAL\fP, or \fC$$$EDITOR\fP, environment