Archive of RubyForge sup-devel mailing list
 help / color / mirror / Atom feed
* [sup-devel] [PATCH] sup-sync: only show message id of deleted messages in verbose mode
@ 2011-01-18 18:25 Sascha Silbe
  2011-01-19  3:40 ` Rich Lane
  0 siblings, 1 reply; 2+ messages in thread
From: Sascha Silbe @ 2011-01-18 18:25 UTC (permalink / raw)
  To: sup-devel

We show message ids for added messages in verbose mode only, so we should do
the same for deleted messages.

Signed-off-by: Sascha Silbe <sascha-pgp@silbe.org>
---
 bin/sup-sync |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/bin/sup-sync b/bin/sup-sync
index 1d1fda1..b4d5cba 100755
--- a/bin/sup-sync
+++ b/bin/sup-sync
@@ -124,7 +124,7 @@ begin
       num_scanned += 1
       if action == :delete
         num_deleted += 1
-        puts "Deleting #{m.id}"
+        puts "Deleting #{m.id}" if opts[:verbose]
       elsif action == :add
         seen[m.id] = true
 
-- 
1.7.2.3

_______________________________________________
Sup-devel mailing list
Sup-devel@rubyforge.org
http://rubyforge.org/mailman/listinfo/sup-devel


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [sup-devel] [PATCH] sup-sync: only show message id of deleted messages in verbose mode
  2011-01-18 18:25 [sup-devel] [PATCH] sup-sync: only show message id of deleted messages in verbose mode Sascha Silbe
@ 2011-01-19  3:40 ` Rich Lane
  0 siblings, 0 replies; 2+ messages in thread
From: Rich Lane @ 2011-01-19  3:40 UTC (permalink / raw)
  To: Sascha Silbe; +Cc: sup-devel

Applied to master.
_______________________________________________
Sup-devel mailing list
Sup-devel@rubyforge.org
http://rubyforge.org/mailman/listinfo/sup-devel


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-01-19  3:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-18 18:25 [sup-devel] [PATCH] sup-sync: only show message id of deleted messages in verbose mode Sascha Silbe
2011-01-19  3:40 ` Rich Lane

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox