From: Nicolas Pouillard Date: Mon, 16 Mar 2009 18:41:08 +0000 (+0100) Subject: Fix a bug in sup-tweak-label when multiple sources are given. X-Git-Url: https://git.notmuchmail.org/git?a=commitdiff_plain;h=dd8dc5e703b9880d10427a1c70b4f7adcdfa2479;p=sup Fix a bug in sup-tweak-label when multiple sources are given. Resent... --- diff --git a/bin/sup-tweak-labels b/bin/sup-tweak-labels index 4d1313e..0beb77e 100644 --- a/bin/sup-tweak-labels +++ b/bin/sup-tweak-labels @@ -71,7 +71,7 @@ begin end.map { |s| s.id } Trollop::die "nothing to do: no sources" if source_ids.empty? - query = "+(" + source_ids.map { |id| "source_id:#{id}" }.join(" ") + ")" + query = "+(" + source_ids.map { |id| "source_id:#{id}" }.join(" OR ") + ")" if add_labels.empty? ## if all we're doing is removing labels, we can further restrict the ## query to only messages with those labels