| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Package-Manager: portage-2.2.18/cvs/Linux x86_64
Manifest-Sign-Key: 0xF0134531E1DBFAB5
|
|
|
|
|
|
| |
Package-Manager: portage-2.2.14/cvs/Linux x86_64
RepoMan-Options: --include-arches="x86"
Manifest-Sign-Key: 0x7194459F
|
|
|
|
|
|
| |
Package-Manager: portage-2.2.14/cvs/Linux x86_64
RepoMan-Options: --include-arches="amd64"
Manifest-Sign-Key: 0x7194459F
|
|
|
|
|
|
|
| |
with build failure. Rels bug #530522.
Package-Manager: portage-2.2.15/cvs/Linux x86_64
Manifest-Sign-Key: 0xF0134531E1DBFAB5
|
|
|
|
|
| |
Package-Manager: portage-2.2.14/cvs/Linux x86_64
Manifest-Sign-Key: 0xF0134531E1DBFAB5
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
NEWS
~~~~
Command-Line Interface
----------------------
- Stopped `notmuch dump` failing if someone writes to the database
- `notmuch insert` requires succesful message indexing for success status
- `notmuch insert` has gained support for `post-insert` hook
- `notmuch deliver` is deprecated
- `notmuch search` now supports `--duplicate=N` option with
`--output=messages`
- Added `notmuch address` subcommand
Emacs Interface
---------------
- Use the `j` key to access saved searches from anywhere in notmuch
- Improved handling of the unread tag
- Expanded default saved search settings
- Improved `q` binding in notmuch buffers
- `notmuch-show-stash-mlarchive-link-alist` now supports functions
Library changes
---------------
- Introduced database version 3 with support for "database features."
- Library users are no longer required to call `notmuch_database_upgrade`
- Library users can now abort an atomic section by closing the database
- Add return status to notmuch_database_close and notmuch_database_destroy
- Bug fixes and performance improvements for thread linking
nmbug
-----
`nmbug help` is not `nmbug --help`, and the following nmbug commands have
slightly different interfaces: `archive`, `commit`, `fetch`, `log`, `pull`,
`push`, and `status`. For details on the new interface for a given command,
run `nmbug COMMAND --help`.
nmbug-status
------------
`nmbug-status` can now optionally load header and footer templates
from the config file. Use something like:
Python Bindings
---------------
Add support for `notmuch_query_add_tag_exclude`
Package-Manager: portage-2.2.14/cvs/Linux x86_64
Manifest-Sign-Key: 0xF0134531E1DBFAB5
|
|
|
|
|
| |
Package-Manager: portage-2.2.14/cvs/Linux x86_64
Manifest-Sign-Key: 0xA188FBD4
|
|
|
|
|
| |
Package-Manager: portage-2.2.14/cvs/Linux x86_64
Manifest-Sign-Key: 0xF0134531E1DBFAB5
|
|
|
|
|
| |
Package-Manager: portage-2.2.8-r2/cvs/Linux x86_64
Manifest-Sign-Key: 0xF253DB15
|
|
|
|
|
|
|
|
|
|
| |
NEWS
~~~~
- Fix test suite to work with gdb 7.8
- Emacs 24.4 related bug fixes
Package-Manager: portage-2.2.14_rc1/cvs/Linux x86_64
Manifest-Sign-Key: 0xF0134531E1DBFAB5
|
|
|
|
|
| |
Package-Manager: portage-2.2.13/cvs/Linux x86_64
Manifest-Sign-Key: 0xF0134531E1DBFAB5
|
|
|
|
|
| |
Package-Manager: portage-2.2.12/cvs/Linux x86_64
Manifest-Sign-Key: 0xF0134531E1DBFAB5
|
|
|
|
|
| |
Package-Manager: portage-2.2.10/cvs/Linux x86_64
Manifest-Sign-Key: 0xF0134531E1DBFAB5
|
|
|
|
|
|
|
| |
work fine with binpkgs.
Package-Manager: portage-2.2.10/cvs/Linux x86_64
Manifest-Sign-Key: 0xF0134531E1DBFAB5
|
|
|
|
|
| |
Package-Manager: portage-2.2.10/cvs/Linux x86_64
Manifest-Sign-Key: 0xF0134531E1DBFAB5
|
|
|
|
|
| |
Package-Manager: portage-2.2.10/cvs/Linux x86_64
Manifest-Sign-Key: 0xF0134531E1DBFAB5
|
|
|
|
|
|
|
| |
report.
Package-Manager: portage-2.2.10/cvs/Linux x86_64
Manifest-Sign-Key: 0xF0134531E1DBFAB5
|
|
|
|
|
| |
Package-Manager: portage-2.2.10/cvs/Linux x86_64
Manifest-Sign-Key: 0xEBE6A336BE19039C!
|
|
|
|
|
| |
Package-Manager: portage-2.2.10/cvs/Linux x86_64
Manifest-Sign-Key: 0xF0134531E1DBFAB5
|
|
|
|
|
| |
Package-Manager: portage-2.2.10/cvs/Linux x86_64
Manifest-Sign-Key: 0xF0134531E1DBFAB5
|
|
|
|
|
| |
Package-Manager: portage-2.2.10/cvs/Linux x86_64
Manifest-Sign-Key: 0xF0134531E1DBFAB5
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
NEWS
~~~~
This is a bug fix and portability release.
Build System
------------
Make emacs install robust against the non-existence of emacs
Put notmuch lib directory first in RPATH
Fix handling of html_static_path in sphinx
Test Suite
----------
Use --quick when starting emacs (avoids a hang in the T160-json tests)
Allow pending break points in atomicity script
Command-Line Interface
----------------------
To improve portability use fsync instead of fdatasync in
`notmuch-dump`. There should be no functional difference.
Library changes
---------------
Resurrect support for single-message mbox files
Fix for phrase indexing
Emacs Interface
---------------
Make sure tagging on an empty query is harmless
Package-Manager: portage-2.2.10/cvs/Linux x86_64
Manifest-Sign-Key: 0xF0134531E1DBFAB5
|
|
|
|
|
| |
Package-Manager: portage-2.2.10/cvs/Linux x86_64
Manifest-Sign-Key: 0xF0134531E1DBFAB5
|
|
|
|
|
|
|
| |
on generating docs with newer Sphinx.
Package-Manager: portage-2.2.10/cvs/Linux x86_64
Manifest-Sign-Key: 0xF0134531E1DBFAB5
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
NEWS
~~~~
(Extracted headlines from NEWS file. See it for details.)
General
-------
The `folder:` search prefix now requires an exact match
There is a new `path:` search prefix.
Notmuch database upgrade due to `folder:` and `path:` changes
Library changes
---------------
Support for indexing mbox files has been dropped
Message header parsing changes (from internal GMime)
Command-Line Interface
----------------------
`notmuch dump` now defaults to `batch-tag` format
`notmuch new` has a --quiet option
`notmuch insert` respects maildir.synchronize_flags config option
The commands set consistent exit status codes on failures
Bug fix for checking configured new.tags for invalid tags
Emacs Interface
---------------
Init file pointed by new variable `notmuch-init-file`
Changed format for saved searches
The keys of `notmuch-tag-formats` are now regexps
Changed tags are now shown in the buffer
Ido-completing-read initialization in Emacs 23
Bug fix for saved searches with newlines in them
Bug fixes for sender identities
Replies to encrypted messages will be encrypted by default
Reply pushes mark before signature
Message piping uses the originating buffer's working directory
Package-Manager: portage-2.2.10/cvs/Linux x86_64
Manifest-Sign-Key: 0xF0134531E1DBFAB5
|
|
|
|
|
| |
Package-Manager: portage-2.2.8-r1/cvs/Linux x86_64
Manifest-Sign-Key: 0xF0134531E1DBFAB5
|
|
|
|
|
|
| |
Package-Manager: portage-2.2.8-r1/cvs/Linux i686
RepoMan-Options: --ignore-arches
Manifest-Sign-Key: 0x4F1A2555EA71991D!
|
|
|
|
|
| |
Package-Manager: portage-2.2.8-r1/cvs/Linux x86_64
Manifest-Sign-Key: 0xF0134531E1DBFAB5
|
|
|
|
|
| |
Package-Manager: portage-2.2.7/cvs/Linux x86_64
Manifest-Sign-Key: 0xD628E536
|
|
|
|
|
| |
Package-Manager: portage-2.2.8-r1/cvs/Linux x86_64
Manifest-Sign-Key: 0xF0134531E1DBFAB5
|
|
|
|
|
| |
Package-Manager: portage-2.2.7/cvs/Linux x86_64
Manifest-Sign-Key: 0xF0134531E1DBFAB5
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
NEWS
~~~~
(Extracted headlines from NEWS file. See it for details.)
- Incompatible change in SHA1 computation for big-endian architectures.
Command-Line Interface
----------------------
- New options to better support handling duplicate messages
- Improved `notmuch new` performance for unchanged folders
- `notmuch reply --format=text` RFC 2047-encodes headers
- `notmuch compact` command
Emacs Interface
---------------
- `notmuch-tree` (formerly `notmuch-pick`) has been added to mainline
- Tagging threads in search is now race-free
- `notmuch-hello` refreshes when switching to the buffer
- Specific mini-buffer prompts for tagging operations
- Built-in help improvements
- Quote replies as they are displayed in show view
- Fixed inconsistent use of configured search order
- Common keymap for notmuch-wide bindings
- The `notmuch-tag` function now requires a list of tag changes
- Fixed `notmuch-reply` putting reply in primary selection
- Fixed `notmuch-show` invisible part handling
- Fixed `notmuch-show` attachment viewers and stderr
- Fixed `notmuch-mua-reply` point placement when signature involved
Vim Interface
-------------
- Composing new messages in the Vim interface (as opposed reply to existing
messages)
- Support for going straight to a search
Package-Manager: portage-2.2.7/cvs/Linux x86_64
Manifest-Sign-Key: 0xF0134531E1DBFAB5
|
|
|
|
|
|
| |
Package-Manager: portage-2.2.2/cvs/Linux x86_64
RepoMan-Options: --include-arches="x86"
Manifest-Sign-Key: 0x7194459F
|
|
|
|
|
|
| |
Package-Manager: portage-2.2.2/cvs/Linux x86_64
RepoMan-Options: --include-arches="amd64"
Manifest-Sign-Key: 0x7194459F
|
|
|
|
|
| |
Package-Manager: portage-2.2.4/cvs/Linux x86_64
Manifest-Sign-Key: 0xF0134531E1DBFAB5
|
|
|
|
|
| |
Package-Manager: portage-2.2.4/cvs/Linux x86_64
Manifest-Sign-Key: 0xF0134531E1DBFAB5
|
|
|
|
|
| |
Package-Manager: portage-2.2.4/cvs/Linux x86_64
Manifest-Sign-Key: 0xF0134531E1DBFAB5
|
|
|
|
|
| |
Package-Manager: portage-2.2.1/cvs/Linux x86_64
Manifest-Sign-Key: 0xF0134531E1DBFAB5
|
|
|
|
|
|
|
| |
Stable users should not be affected by the bug.
Package-Manager: portage-2.2.1/cvs/Linux x86_64
Manifest-Sign-Key: 0xF0134531E1DBFAB5
|
|
|
|
|
|
|
| |
It rels bug #483988.
Package-Manager: portage-2.2.1/cvs/Linux x86_64
Manifest-Sign-Key: 0xF0134531E1DBFAB5
|
|
|
|
|
| |
Package-Manager: portage-2.1.13.2/cvs/Linux x86_64
Manifest-Sign-Key: 0xF0134531E1DBFAB5
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bumped EAPI to 5 and migrated to distutils-r1 (thanks to Mike
Gilbert <floppym@gentoo.org> for help with that).
Notmuch 0.16 has new Vim UI which needs Ruby bindings. Unfortunatelly the
ebuild doesn't support Ruby bindings until somebody add it. Patches with
support for Ruby bindings using ruby-ng eclass are welcome.
NEWS
~~~~
(Extracted headlines from NEWS file. See it for details.)
Command-Line Interface
----------------------
- Support for delivering messages to Maildir (new command `insert`)
- `notmuch count --batch` option
- `notmuch tag` option to remove all tags from matching messages (`notmuch
tag --remove-all`)
- Decrypting commands explicitly expect a gpg-agent
- Configuration file saves follow symbolic links
- Top level option to specify configuration file (`notmuch --config=FILE`)
- Bash command-line completion improved
- Deprecated commands "part" and "search-tags" are removed.
Emacs Interface
---------------
- New keymap to view/save parts; removed s/v/o/| part button bindings
- Default part save directory is now `mm-default-directory`
- Key bindings for next/previous thread (M-n and M-p)
- Better handling of errors in search buffers
- Faster search and show
Package-Manager: portage-2.1.13.2/cvs/Linux x86_64
Manifest-Sign-Key: 0xF0134531E1DBFAB5
|
|
|
|
|
| |
Package-Manager: portage-2.1.11.55/cvs/Linux x86_64
Manifest-Sign-Key: 0xF0134531E1DBFAB5
|
|
|
|
|
| |
Package-Manager: portage-2.1.11.52/cvs/Linux x86_64
Manifest-Sign-Key: 0x7194459F
|
|
|
|
|
| |
Package-Manager: portage-2.1.11.52/cvs/Linux x86_64
Manifest-Sign-Key: 0x7194459F
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
NEWS
~~~~
(Extracted headlines from NEWS file. See it for details.)
Build fixes
-----------
Update dependencies to avoid problems when building in parallel.
Internal test framework changes
-------------------------------
Adjust Emacs test watchdog mechanism to cope with `process-attributes`
being unimplimented.
Package-Manager: portage-2.1.11.52/cvs/Linux x86_64
Manifest-Sign-Key: 0xF0134531E1DBFAB5
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
NEWS
~~~~
(Extracted headlines from NEWS file. See it for details.)
Internal test framework changes
-------------------------------
- Set a default value for TERM when running tests
Package-Manager: portage-2.1.11.50/cvs/Linux x86_64
Manifest-Sign-Key: 0xE1DBFAB5
|
|
|
|
|
|
|
| |
Fixes bug #453314.
Package-Manager: portage-2.1.11.47/cvs/Linux x86_64
Manifest-Sign-Key: 0xE1DBFAB5
|
|
|
|
|
| |
Package-Manager: portage-2.1.11.46/cvs/Linux x86_64
Manifest-Sign-Key: 0xE1DBFAB5
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
<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
Package-Manager: portage-2.1.11.46/cvs/Linux x86_64
Manifest-Sign-Key: 0xE1DBFAB5
|