Archive of RubyForge sup-talk mailing list
 help / color / mirror / Atom feed
* [sup-talk] Ignore killed messages in U screen
@ 2009-08-27 15:36 Edward Z. Yang
  2009-08-27 15:50 ` Ben Walton
                   ` (2 more replies)
  0 siblings, 3 replies; 18+ messages in thread
From: Edward Z. Yang @ 2009-08-27 15:36 UTC (permalink / raw)


From e01820e5914c4fb8deb5836473aa37553e5a6234 Mon Sep 17 00:00:00 2001
From: Edward Z. Yang <ezyang at mit.edu>
Date: Wed, 26 Aug 2009 10:45:26 -0400
Subject: [PATCH] Do not display killed messages in unread screen.

Signed-off-by: Edward Z. Yang <ezyang at mit.edu>
---
 bin/sup |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/bin/sup b/bin/sup
index bbb6c17..645a9a1 100755
--- a/bin/sup
+++ b/bin/sup
@@ -263,7 +263,7 @@ begin
       next unless query && query !~ /^\s*$/
       SearchResultsMode.spawn_from_query query
     when :search_unread
-      SearchResultsMode.spawn_from_query "is:unread"
+      SearchResultsMode.spawn_from_query "is:unread !label:killed"
     when :list_labels
       labels = LabelManager.all_labels.map { |l| LabelManager.string_for l }
       user_label = bm.ask_with_completions :label, "Show threads with label (enter for listing): ", labels
-- 
1.6.4


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

end of thread, other threads:[~2009-10-06 17:11 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-08-27 15:36 [sup-talk] Ignore killed messages in U screen Edward Z. Yang
2009-08-27 15:50 ` Ben Walton
2009-08-27 15:56 ` Edward Z. Yang
2009-09-03 19:25   ` Rich Lane
2009-09-03 23:06     ` Carl Worth
2009-09-04 14:41       ` William Morgan
2009-09-04 15:12         ` Carl Worth
2009-09-03 18:47 ` William Morgan
2009-09-03 18:57   ` Edward Z. Yang
2009-09-03 18:58     ` William Morgan
2009-09-03 19:01       ` Edward Z. Yang
2009-09-30 19:56         ` William Morgan
2009-10-01  7:36           ` Nicolas Pouillard
2009-10-01 13:34             ` William Morgan
2009-10-01 14:07               ` Nicolas Pouillard
2009-10-01 17:13                 ` Carl Worth
2009-10-06 17:11                   ` William Morgan
2009-09-03 19:13   ` Ben Walton

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