diff options
| author | Tomi Ollila <tomi.ollila@iki.fi> | 2012-02-13 09:21:50 +0200 |
|---|---|---|
| committer | Tomi Ollila <tomi.ollila@iki.fi> | 2012-02-13 09:21:50 +0200 |
| commit | 40a70ec14d02a607758a34ea9cccaef347508f2a (patch) | |
| tree | 9a2c2b0e8d47485480c9748c399b6c5262b76f02 | |
| parent | 080fa1a0193a202e36c359dc5a166af961246b1c (diff) | |
fixed "deleted" toggle order
| -rw-r--r-- | emacstips.mdwn | 2 |
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' |
