X-Git-Url: https://git.llucax.com/software/mutt-debian.git/blobdiff_plain/3799c7942e787a60a5b990d87f7f58208d5ec08e..b15fa5257e0bb9ad36f49c525f72a873838f88dc:/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 ae5f6b7..f6b6806 100644 --- a/debian/patches/debian-specific/use_usr_bin_editor.diff +++ b/debian/patches/debian-specific/use_usr_bin_editor.diff @@ -1,6 +1,6 @@ ---- init.c.orig -+++ init.c -@@ -2929,7 +2929,7 @@ +--- a/init.c ++++ b/init.c +@@ -3070,7 +3070,7 @@ void mutt_init (int skip_sys_rc, LIST *c { p = getenv ("EDITOR"); if (!p) @@ -9,9 +9,9 @@ } Editor = safe_strdup (p); Visual = safe_strdup (p); ---- init.h.orig -+++ init.h -@@ -551,7 +551,7 @@ +--- a/init.h ++++ b/init.h +@@ -552,7 +552,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