X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=NEWS;h=446befb8be067e93ee44673002cf020fc42eab11;hb=3ff5f2f430d63e0b2cffe8cc842d88fcf4137571;hp=bcd311d4b11ba94c09421dfccfb4ae44ddf5a298;hpb=070f44f847eb579d4cb45302928ca62f4c2725e3;p=notmuch diff --git a/NEWS b/NEWS index bcd311d4..446befb8 100644 --- a/NEWS +++ b/NEWS @@ -82,6 +82,12 @@ Version variable these differ from each other. This is especially useful when using notmuch remotely. +Ido-completing-read initialization in Emacs 23 + + `ido-completing-read` in Emacs 23 versions 1 through 3 freezes unless + it is initialized. Defadvice-based *Ido* initialization is defined + for these Emacs versions. + Bug fix for saved searches with newlines in them Split lines confuse `notmuch count --batch`, so we remove embedded @@ -93,6 +99,13 @@ Bug fixes for sender identities and undesirable ways. Now it will use identities exactly as configured in `notmuch-identities`. +Replies to encrypted messages will be encrypted by default + + In the interest of maintaining confidentiality of communications, + the Notmuch Emacs interface now automatically adds the mml tag to + encrypt replies to encrypted messages. This should make it less + likely to accidentally reply to encrypted messages in plain text. + nmbug -----