sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit 448d2eeac1f8fd2243b313577bdda8e505a2357e
parent f5fc36f80266675349460ec0a11fe7a7b80214e1
Author: wmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Date:   Wed, 23 May 2007 18:01:15 +0000

default to fancy vi as editor unless  is set (thanks to brian)

git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@413 5c8cc53c-5e98-4d25-b20a-d8db53a31250

Diffstat:
M lib/sup.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/sup.rb b/lib/sup.rb
@@ -159,7 +159,7 @@ else
         :signature => File.join(ENV["HOME"], ".signature")
       }
     },
-    :editor => ENV["EDITOR"] || "/usr/bin/vi",
+    :editor => ENV["EDITOR"] || "/usr/bin/vim -f -c 'setlocal spell spelllang=en_us' -c 'set filetype=mail'",
     :thread_by_subject => false,
   }
   begin