]> git.llucax.com Git - software/mutt-debian.git/blobdiff - debian/patches/debian-specific/use_usr_bin_editor.diff
Convert debian-specific/* and misc/* patches to -p0.
[software/mutt-debian.git] / debian / patches / debian-specific / use_usr_bin_editor.diff
index 402c86777c129f0c08c3cf653103fe9ff6906290..ae5f6b7bf25c1bb6680eb9eafcc83550ad7b0540 100644 (file)
@@ -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