sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit c7e58d5ea766bc23e3b38d1b7c033ea02093dab8
parent 69f515653ecdfb20dd3f01f33249e9c7569ce6db
Author: William Morgan <wmorgan-sup@masanjin.net>
Date:   Mon, 31 Aug 2009 22:38:15 -0400

Merge branch 'logging' into next

Conflicts:
	lib/sup/hook.rb

Diffstat:
M lib/sup/hook.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/sup/hook.rb b/lib/sup/hook.rb
@@ -119,7 +119,7 @@ private
     unless @hooks.member? name
       @hooks[name] = begin
         returning IO.read(fn_for(name)) do
-          log "read '#{name}' from #{fn_for(name)}"
+          debug "read '#{name}' from #{fn_for(name)}"
         end
       rescue SystemCallError => e
         #log "disabled hook for '#{name}': #{e.message}"