sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit 5c143ec95d85dea6851e3b8a10d719b25926a316
parent c13b2038a56bf56a8e915990611b0524298ec263
Author: Rich Lane <rlane@club.cc.cmu.edu>
Date:   Sun, 28 Mar 2010 14:36:11 -0700

Merge branch 'master' into next

Diffstat:
M lib/sup/crypto.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/sup/crypto.rb b/lib/sup/crypto.rb
@@ -210,7 +210,7 @@ private
 
   def run_gpg args, opts={}
     args = HookManager.run("gpg-args", { :args => args }) || args
-    cmd = "#{@cmd} #{args}"
+    cmd = "LC_MESSAGES=C #{@cmd} #{args}"
     if opts[:interactive] && BufferManager.instantiated?
       output_fn = Tempfile.new "redwood.output"
       output_fn.close