aboutsummaryrefslogtreecommitdiff
path: root/NEWS
AgeCommit message (Collapse)Author
2012-01-09NEWS: add news entry for notmuch reply uninitialized variable bugfixJani Nikula
2012-01-05Update NEWS for Emacs changesThomas Jost
- A fair amount of conflict resolution by db.
2012-01-05NEWS: give a hint about using sort to achieve the old dump behavior.David Bremner
This is needed for a few applications, and actually is quite fast (relative to the actual dump).
2012-01-05NEWS: fix typos.David Bremner
Thanks to Xavier for one of these.
2012-01-05update NEWSJameson Graef Rollins
This change looks slightly larger than it actually is, since I moved the emacs section below the Performance and Memory Management sections.
2011-12-30Update NEWS for change by Aaron EcayAaron Ecay
- text moved around within NEWS into existing Emacs section by committer
2011-12-30NEWS: add item for notmuch-deliverDavid Bremner
Ali mentioned he is very busy these days, so I just made something up rather than waiting for a NEWS item from him.
2011-12-28NEWS: two memory leaks fixes for 0.11Tomi Ollila
2011-12-26NEWS: emacs: notmuch-poll-script and saved search news itemsJani Nikula
2011-12-11cli: add support for pre and post notmuch new hooksJani Nikula
Run notmuch new pre and post hooks, named "pre-new" and "post-new", if present in the notmuch hooks directory. The hooks will be run before and after incorporating new messages to the database. Typical use cases for pre-new and post-new hooks are fetching or delivering new mail to the maildir, and custom tagging of the mail incorporated to the database. Also add command line option --no-hooks to notmuch new to bypass the hooks. Signed-off-by: Jani Nikula <jani@nikula.org>
2011-12-06Merge branch 'release'David Bremner
Conflicts: NEWS Conflicts resolved by inserting the 0.10.2 stanza before 0.11
2011-12-05NEWS: add news for 0.10.2David Bremner
2011-11-28tag: Automatically limit to messages whose tags will actually change.Austin Clements
This optimizes the user's tagging query to exclude messages that won't be affected by the tagging operation, saving computation and IO for redundant tagging operations. For example, notmuch tag +notmuch to:notmuch@notmuchmail.org will now use the query ( to:notmuch@notmuchmail.org ) and (not tag:"notmuch") In the past, we've often suggested that people do this exact transformation by hand for slow tagging operations. This makes that unnecessary.
2011-11-25NEWS: add NEWS stanza for 0.10.1David Bremner
Explain the bug fix in slightly less technical language than in the Debian changelog.
2011-11-23NEWS: set (approximate) date for 0.10 releaseDavid Bremner
It doesn't really matter if we are off by a day.
2011-11-23NEWS: item for silent killing of search buffers.David Bremner
This is maybe borderline for inclusion in NEWS, but maybe the NEWS item helps someone who thinks there is a bug.
2011-11-16NEWS: fix some old typos and trailing whitespacePieter Praet
(with a further M-x whitespace-cleanup by db)
2011-11-16NEWS: add entries for stashing-related keybinding and testsPieter Praet
Add news entries for commits: f9764bfacc97457d1154c2d2a6001a6564f13ec3 64febdf71c4184ca369f5d11d7f196704a3ec1a6
2011-11-16NEWS entry for id-linksDaniel Schoepe
This adds a NEWS entry for commit 4a4ada73b751b1916c5dc4d408a8056411566e38 (second try, with whitespace fix)
2011-11-16Revert "NEWS entry for id-links"David Bremner
This reverts commit e93bf1f842d4d06b2468d1cdbd5e4e25877c7a44. reverting to fix whitespace
2011-11-16NEWS entry for id-linksDaniel Schoepe
This adds a NEWS entry for commit 4a4ada73b751b1916c5dc4d408a8056411566e38
2011-11-16NEWS entry for adding tab-completion to notmuch-searchDaniel Schoepe
Add a news entry for commit6a280088e6769015ade7758b9790384997a21ff3.
2011-11-16NEWS: mention improved search buffer performance, change Optimizations to PerformanceDavid Bremner
via email: id:"20111116154317.GC2852@mit.edu"
2011-11-15NEWS: discuss contrib and nmbugDavid Bremner
I mention the possibility of a seperate license here because currently notmuch-deliver is licensed GPL v2 only.
2011-11-15cli: add support for --output parameter in notmuch countJani Nikula
Add support for --output=messages (which remains the default) and --output=threads to notmuch count. Signed-off-by: Jani Nikula <jani@nikula.org>
2011-11-15cli: add options --offset and --limit to notmuch searchJani Nikula
Add options --offset=[-]N and --limit=M to notmuch search to determine the first result and maximum number of results to display. Option --limit=M limits the maximum number of results to display to M. Option --offset=[-]N skips the first N results; with the leading '-' skip until the Nth result from the end. Note that --offset with a negative N for thread or summary output requires counting the number of matching threads in advance. Signed-off-by: Jani Nikula <jani@nikula.org>
2011-11-14news: Store "from" and "subject" headers in the database.Austin Clements
2011-11-12NEWS: mention dtach instead of screen in the description of testing changesDavid Bremner
This brings NEWS back in line with the actual code.
2011-11-05NEWS: tentative news item about requiring screen to run the test suite.David Bremner
Hopefully this will be fixed before release, but for the moment, explain to people why their test suite might not be working like it used to.
2011-10-23docs: Update news, man page, and online help for restore --accumulateDavid Bremner
As a side effect, reformat the NEWs entry for notmuch dump for consistency with the notmuch restore NEWS submitted by Thomas Schwinge.
2011-10-16docs: Update man page, NEWS and online help for new dump arguments.David Bremner
We mention in all three places that using the filename argument is deprecated.
2011-10-11NEWS: document API changes to n_d_find_message{,_by_filename}David Bremner
For details the user will have to refer to the source. Reformat Ruby news consistently with Python.
2011-10-11NEWS: document API changes to n_d_find_message{,_by_filename}David Bremner
For details the user will have to refer to the source.
2011-10-09NEWS: add notes about emacs improvements and reply formating cleanupJameson Graef Rollins
2011-09-29NEWS: Note implementation bug for python bindingSebastian Spaeth
Make note that find_message_by_name currently crashes the python process if the Database is READ-ONLY. This should be fixed in the underlying libnotmuch. Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2011-09-29NEWS: Update with python binding newsSebastian Spaeth
List major changes. Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2011-09-26NEWS: add item for python bindings.David Bremner
Just the one unicode related change this release.
2011-09-26NEWS: add item for Ruby bindings.David Bremner
This is based on a quick scan of git log.
2011-09-26NEWS: start release notes for 0.9David Bremner
Thanks to Austin Clements for providing these notes, and the patches they describe.
2011-09-10update date in NEWS to better approximate real release date for 0.80.8David Bremner
2011-09-10NEWS: add blurb for python bindings changesDavid Bremner
2011-09-09add news item for rubyDavid Bremner
2011-09-08NEWS: add item for build system fixesDavid Bremner
Sed was POSIXed and use of nm dumbed down, replaced by awk hackery.
2011-09-06Add NEWS item output improvements to rfc822 part handling.Jameson Graef Rollins
2011-08-01update NEWS for 0.7David Bremner
Essentially point form from git log --oneline.
2011-07-17update NEWS and debian/changelog for 0.6.1David Bremner
2011-07-01NEWS: Update for release 0.6David Bremner
Fix some typos, add some notes on python bindings, "improve" the folder searching description, expand the discussion of crypto changes. This includes the changes from id:"1309541202-4938-1-git-send-email-dmitry.kurochkin@gmail.com" Thanks to Sebastian, Austin, and Uwe, Dmitry for the editing help.
2011-07-01NEWS: Add notes for (imminent) notmuch 0.6 releaseCarl Worth
By skimming through "git log 0.5..origin/release" late at night. Hopefully everything here is accurate. (cherry picked from commit d173069ad9cf042458f16af00729867cb13bb3b7)
2010-11-11NEWS: Add notes for 0.5 release.Carl Worth
Which is ready to go now.
2010-11-06NEWS: Update NEWS files for a couple of recent changes.Carl Worth
These two changes since the 0.4 release are noteworthy.