sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit 869bb3f02c531f6f78f17760a219c963fb602cb0
parent d3874dff559080576d1f93735c13691a8dd2e631
Author: wmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Date:   Wed, 29 Aug 2007 16:59:29 +0000

s/deleted/dropped for clarify

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

Diffstat:
M bin/sup-sync-back | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/sup-sync-back b/bin/sup-sync-back
@@ -112,7 +112,7 @@ begin
 
       nil # don't actually add anything!
     end
-    $stderr.puts "Scanned #{num_scanned}, deleted #{num_deleted}, moved #{num_moved} messages from #{source}."
+    $stderr.puts "Scanned #{num_scanned}, dropped #{num_deleted}, moved #{num_moved} messages from #{source}."
     modified_sources << source if num_deleted > 0 || num_moved > 0
     out_fp.close unless opts[:dry_run]