mutt-wizard

fork of Luke Smiths mutt-wizard
git clone git://git.jakekoroman.com/mutt-wizard
Log | Files | Refs | README | LICENSE

commit 14c289ccb4589d107b8c827516ce7402e6f93733
parent 56cb13e822eefafa9e140e11776d8d994cba42c6
Author: Luke Smith <luke@lukesmith.xyz>
Date:   Tue, 13 Mar 2018 08:19:16 -0700

Merge pull request #36 from meain/patch-1

Use `$EDITOR` instead of hardcoding vim
Diffstat:
Mmuttrc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/muttrc b/muttrc @@ -7,7 +7,7 @@ source etc/muttcol source etc/aliases set sleep_time = 0 set sort = 'reverse-date' -set editor = vim +set editor = $EDITOR #set copy = no set timeout = "5" set mail_check = "10"