X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=news%2Frelease-0.12.mdwn;h=b2e8ba1de3c05c9cc420251474d7eab7ccc64e4a;hb=HEAD;hp=1af6f45bec410f8977e91c5be48fedb1673359da;hpb=9f7fb0f90aa2ee14938024755b3cc10f3601226b;p=notmuch-wiki diff --git a/news/release-0.12.mdwn b/news/release-0.12.mdwn index 1af6f45..b2e8ba1 100644 --- a/news/release-0.12.mdwn +++ b/news/release-0.12.mdwn @@ -8,25 +8,25 @@ Command-Line Interface ### Reply to sender -"notmuch reply" has gained the ability to create a reply template +`notmuch reply` has gained the ability to create a reply template for replying just to the sender of the message, in addition to reply to all. The feature is available through the new command line option ---reply-to=(all|sender). +`--reply-to=(all|sender)`. ### Mail store folder/file ignore - 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". +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`. - NOTE: *Every* file/directory that goes by one of those names will - be ignored, independent of its depth/location in the mail store. +NOTE: *Every* file/directory that goes by one of those names will +be ignored, independent of its depth/location in the mail store. ### Unified help and manual pages - The notmuch help command now runs man for the appropriate page. If - you install notmuch somewhere "unusual", you may need to update - MANPATH. +The notmuch help command now runs man for the appropriate page. If +you install notmuch somewhere "unusual", you may need to update +MANPATH. ### Manual page for notmuch configuration options @@ -46,26 +46,26 @@ reply to all, which now has key binding 'R'. ### 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 +`notmuch-show-{add,remove}-tag` functions no longer accept tag +argument, `notmuch-show-tag-message` should be used instead. Custom bindings using these functions should be updated, e.g.: - (notmuch-show-remove-tag "unread") + (notmuch-show-remove-tag "unread") should be changed to: - (notmuch-show-tag-message "-unread") + (notmuch-show-tag-message "-unread") ### 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. @@ -78,14 +78,14 @@ Notmuch Show Part Button Default Action). ### New functions -`notmuch-show-stash-mlarchive-link{,-and-go}' allow stashing and +`notmuch-show-stash-mlarchive-link{,-and-go}` allow stashing and optionally visiting a URI to the current message at one of a number of Mailing List Archives. ### Fix MML tag quoting in replies The MML tag quoting fix of 0.11.1 unintentionally quoted tags -inserted in `message-setup-hook'. Quoting is now limited to the +inserted in `message-setup-hook`. Quoting is now limited to the cited message. ### Show view archiving key binding changes @@ -109,9 +109,9 @@ fake attachments. The names are now similar to the ones generated by 'git format-patch' instead of just "inline patch". See "Notmuch Show Insert Text/Plain Hook" in the notmuch customize interface. -### Enable `notmuch-search-line-faces' by default +### Enable `notmuch-search-line-faces` by default -Make the `notmuch-search-line-faces' functionality more discoverable +Make the `notmuch-search-line-faces` functionality more discoverable for new users by showing "unread" messages bold and "flagged" messages blue by default in the search view. @@ -125,7 +125,7 @@ Library changes ### New functions -notmuch_query_add_tag_exclude supports the new tag exclusion +`notmuch_query_add_tag_exclude` supports the new tag exclusion feature. Python bindings changes