diff options
| author | Tomi Ollila <tomi.ollila@iki.fi> | 2012-03-21 22:10:31 +0200 |
|---|---|---|
| committer | Tomi Ollila <tomi.ollila@iki.fi> | 2012-03-21 22:10:31 +0200 |
| commit | 86de59164c90437acacd1fe218ca3a3594ad0e8d (patch) | |
| tree | 2cf0c9acd08eaa6bd54543ff2fae62d586287a12 | |
| parent | cac0efd839dc1bf53e4a6d0cad26bb73077ec166 (diff) | |
consistency
| -rw-r--r-- | news/release-0.12.mdwn | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/news/release-0.12.mdwn b/news/release-0.12.mdwn index a9eb635..8ccf9c8 100644 --- a/news/release-0.12.mdwn +++ b/news/release-0.12.mdwn @@ -17,7 +17,7 @@ Command-Line Interface A new configuration option, `new.ignore`, lets users specify a ;-separated list of file and directory names that will not be - searched for messages by "notmuch new". + searched for messages by `notmuch new`. NOTE: *Every* file/directory that goes by one of those names will be ignored, independent of its depth/location in the mail store. @@ -46,14 +46,14 @@ Emacs Interface ### More flexible and consistent tagging operations - All tagging operations ("+", "-", "*") now accept multiple tags with - "+" or "-" prefix, like "*" operation in notmuch-search view before. + All tagging operations ('+', '-', '*') now accept multiple tags with + '+' or '-' prefix, like '*' operation in notmuch-search view before. - "*" operation (`notmuch-show-tag-all`) is now available in + '*' operation (`notmuch-show-tag-all`) is now available in notmuch-show view. `notmuch-show-{add,remove}-tag` functions no longer accept tag - argument, `notmuch-show-tag-message' should be used instead. Custom + argument, `notmuch-show-tag-message` should be used instead. Custom bindings using these functions should be updated, e.g.: (notmuch-show-remove-tag "unread") @@ -65,7 +65,7 @@ Emacs Interface ### Refreshing the show view ('=' by default) no longer opens or closes messages To get the old behavior of putting messages back in their initial - opened/closed state, use a prefix argument, e.g., C-u =. + opened/closed state, use a prefix argument, e.g., 'C-u ='. Attachment buttons can be used to view or save attachments. |
