sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit 09ba0666834ecad00663746441d81632d6d6ea98
parent b7e6ccea2bd5e1ea35b6a648f33f93778f8cb0e4
Author: William Morgan <wmorgan-sup@masanjin.net>
Date:   Thu,  7 Feb 2008 11:13:09 -0800

squash me

Diffstat:
M bin/sup | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/sup b/bin/sup
@@ -35,7 +35,7 @@ EOS
   opt :list_hooks, "List all hooks and descriptions, and quit."
   opt :no_threads, "Turn off threading. Helps with debugging. (Necessarily disables background polling for new messages.)"
   opt :no_initial_poll, "Don't poll for new messages when starting."
-  opt :search, "Search for threads on startup", :type => String
+  opt :search, "Search for this query upon startup", :type => String
 end
 
 if $opts[:list_hooks]