]> git.llucax.com Git - software/mutt-debian.git/blob - debian/patches/debian-specific/use_usr_bin_editor.diff
ae5f6b7bf25c1bb6680eb9eafcc83550ad7b0540
[software/mutt-debian.git] / debian / patches / debian-specific / use_usr_bin_editor.diff
1 --- init.c.orig
2 +++ init.c
3 @@ -2929,7 +2929,7 @@
4    {
5      p = getenv ("EDITOR");
6      if (!p)
7 -      p = "vi";
8 +      p = "/usr/bin/editor";
9    }
10    Editor = safe_strdup (p);
11    Visual = safe_strdup (p);
12 --- init.h.orig
13 +++ init.h
14 @@ -551,7 +551,7 @@
15    ** .pp
16    ** This variable specifies which editor is used by mutt.
17    ** It defaults to the value of the VISUAL, or EDITOR, environment
18 -  ** variable, or to the string "vi" if neither of those are set.
19 +  ** variable, or to the string "/usr/bin/editor" if neither of those are set.
20    */
21    { "encode_from",     DT_BOOL, R_NONE, OPTENCODEFROM, 0 },
22    /*