X-Git-Url: https://git.llucax.com/software/mutt-debian.git/blobdiff_plain/4988a192dab00d86203bd44995b53284abfa1474..c03d7a7fe5a93ae285db54321ed0be48ed5fa6e5:/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 402c867..ae5f6b7 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 @@ ---- mutt-1.5.11.orig/init.c -+++ mutt-1.5.11/init.c -@@ -2920,7 +2920,7 @@ +--- init.c.orig ++++ init.c +@@ -2929,7 +2929,7 @@ { p = getenv ("EDITOR"); if (!p) @@ -9,9 +9,9 @@ } Editor = safe_strdup (p); Visual = safe_strdup (p); ---- mutt-1.5.11.orig/init.h -+++ mutt-1.5.11/init.h -@@ -547,7 +547,7 @@ +--- init.h.orig ++++ init.h +@@ -551,7 +551,7 @@ ** .pp ** This variable specifies which editor is used by mutt. ** It defaults to the value of the VISUAL, or EDITOR, environment