diff options
author | 2013-01-20 14:16:53 +0000 | |
---|---|---|
committer | 2013-01-20 14:16:53 +0000 | |
commit | 3b784de2e6aac0bdb76184d82e76ffc27535a513 (patch) | |
tree | adb0e366dbc4a5db928389ecd76598e95ee16c6e /net-mail/notmuch/files/60notmuch-pick-gentoo.el | |
parent | Migrate to EAPI 5. Disable broken tests wrt bug #277307. (diff) | |
download | gentoo-2-3b784de2e6aac0bdb76184d82e76ffc27535a513.tar.gz gentoo-2-3b784de2e6aac0bdb76184d82e76ffc27535a513.tar.bz2 gentoo-2-3b784de2e6aac0bdb76184d82e76ffc27535a513.zip |
Version bump. Added site-init file for notmuch-pick by Ulrich Müller
<ulm@gentoo.org> - thanks! :-)
NEWS
~~~~
(Extracted headlines from NEWS file. See it for details.)
General
-------
- Date range search support
- Empty tag names and tags beginning with "-" are deprecated
- New add-on tool: notmuch-pick (installed on 'pick' USE flag)
Command-Line Interface
----------------------
- `notmuch new` no longer chokes on mboxes
- Support for single message mboxes is deprecated
- Fixed `notmuch new` to skip ignored broken symlinks
- New dump/restore format and tagging interface
- Bcc and Reply-To headers are now available in notmuch show json output
- CLI callers can now request a specific output format version
- `notmuch search` has gained a null character separated text output format
Emacs Interface
---------------
- Removal of the deprecated `notmuch-folders` variable
- Visibility of MIME parts can be toggled
- Emacs now buttonizes mid: links
- Handle errors from bodypart insertions
- Emacs now detects version mismatches with the notmuch CLI
- Improved text/calendar content handling
- Disabled coding conversions when reading in
`with-current-notmuch-show-message`
- Fixed errors with HTML email containing images in Emacs 24
- Fixed handling of tags with unusual characters in them
- Fixed buttonization of id: links without quote characters
- `notmuch-hello` refresh point placement improvements
- Automatic tag changes are now unified and customizable
- Support for stashing the thread id in show view
(Portage version: 2.1.11.46/cvs/Linux x86_64, signed Manifest commit with key E1DBFAB5)
Diffstat (limited to 'net-mail/notmuch/files/60notmuch-pick-gentoo.el')
-rw-r--r-- | net-mail/notmuch/files/60notmuch-pick-gentoo.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-mail/notmuch/files/60notmuch-pick-gentoo.el b/net-mail/notmuch/files/60notmuch-pick-gentoo.el new file mode 100644 index 000000000000..84ef4b4d2293 --- /dev/null +++ b/net-mail/notmuch/files/60notmuch-pick-gentoo.el @@ -0,0 +1 @@ +(autoload 'notmuch-pick "notmuch-pick" "Run notmuch pick with the given `query' and display the results" t) |