projects
/
notmuch-wiki
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74f16e1
)
closing parenthesis fix
author
Tomi Ollila
<tomi.ollila@iki.fi>
Thu, 9 Feb 2012 10:10:25 +0000
(12:10 +0200)
committer
Tomi Ollila
<tomi.ollila@iki.fi>
Thu, 9 Feb 2012 10:10:25 +0000
(12:10 +0200)
emacstips.mdwn
patch
|
blob
|
history
diff --git
a/emacstips.mdwn
b/emacstips.mdwn
index f168647c443ad555bedb63a179c135cafa52b707..183fef8d48b27c34ee4514cfb0b53ed67370c1a7 100644
(file)
--- a/
emacstips.mdwn
+++ b/
emacstips.mdwn
@@
-194,8
+194,8
@@
And version for notmuch 0.12 (not released yet)
"toggle deleted tag for message"
(interactive)
(notmuch-show-tag-message
- (if (member "deleted" (notmuch-show-get-tags)
-
"+deleted" "-deleted")
))))
+ (if (member "deleted" (notmuch-show-get-tags)
)
+
"+deleted" "-deleted"
))))
## Restore reply-to-all key binding to 'r'