summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomi Ollila <tomi.ollila@iki.fi>2012-02-13 09:21:50 +0200
committerTomi Ollila <tomi.ollila@iki.fi>2012-02-13 09:21:50 +0200
commit40a70ec14d02a607758a34ea9cccaef347508f2a (patch)
tree9a2c2b0e8d47485480c9748c399b6c5262b76f02
parent080fa1a0193a202e36c359dc5a166af961246b1c (diff)
fixed "deleted" toggle order
-rw-r--r--emacstips.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacstips.mdwn b/emacstips.mdwn
index f393a1f..3eef27e 100644
--- a/emacstips.mdwn
+++ b/emacstips.mdwn
@@ -195,7 +195,7 @@ And version for notmuch 0.12 (not released yet)
(interactive)
(notmuch-show-tag-message
(if (member "deleted" (notmuch-show-get-tags))
- "+deleted" "-deleted"))))
+ "-deleted" "+deleted"))))
## Restore reply-to-all key binding to 'r'