sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit eb3ac16ea1b36a07ac059cafd13c6a788ce791d0
parent 0cc0b80a2b0d734eb9a9a40e4eb6fae2b00c3762
Author: Tero Tilus <tero@tilus.net>
Date:   Wed, 30 Dec 2009 05:09:19 +0200

make sup-tweak-labels work as advertised with no sources listed

Signed-off-by: Tero Tilus 

Diffstat:
M bin/sup-tweak-labels | 1 -
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/bin/sup-tweak-labels b/bin/sup-tweak-labels
@@ -58,7 +58,6 @@ add_labels = opts[:add].to_set_of_symbols ","
 remove_labels = opts[:remove].to_set_of_symbols ","
 
 Trollop::die "nothing to do: no labels to add or remove" if add_labels.empty? && remove_labels.empty?
-Trollop::die "no sources specified" if ARGV.empty?
 
 Redwood::start
 index = Redwood::Index.init