aboutsummaryrefslogtreecommitdiffhomepage
path: root/NEWS
Commit message (Collapse)AuthorAge
* cli: add support for pre and post notmuch new hooksGravatar Jani Nikula2011-12-11
| | | | | | | | | | | | | | 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>
* Merge branch 'release'Gravatar David Bremner2011-12-06
|\ | | | | | | | | | | | | Conflicts: NEWS Conflicts resolved by inserting the 0.10.2 stanza before 0.11
| * NEWS: add news for 0.10.2Gravatar David Bremner2011-12-05
| |
* | tag: Automatically limit to messages whose tags will actually change.Gravatar Austin Clements2011-11-28
|/ | | | | | | | | | | | | | | 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.
* NEWS: add NEWS stanza for 0.10.1Gravatar David Bremner2011-11-25
| | | | | Explain the bug fix in slightly less technical language than in the Debian changelog.
* NEWS: set (approximate) date for 0.10 releaseGravatar David Bremner2011-11-23
| | | | It doesn't really matter if we are off by a day.
* NEWS: item for silent killing of search buffers.Gravatar David Bremner2011-11-23
| | | | | This is maybe borderline for inclusion in NEWS, but maybe the NEWS item helps someone who thinks there is a bug.
* NEWS: fix some old typos and trailing whitespaceGravatar Pieter Praet2011-11-16
| | | | (with a further M-x whitespace-cleanup by db)
* NEWS: add entries for stashing-related keybinding and testsGravatar Pieter Praet2011-11-16
| | | | | | Add news entries for commits: f9764bfacc97457d1154c2d2a6001a6564f13ec3 64febdf71c4184ca369f5d11d7f196704a3ec1a6
* NEWS entry for id-linksGravatar Daniel Schoepe2011-11-16
| | | | | | This adds a NEWS entry for commit 4a4ada73b751b1916c5dc4d408a8056411566e38 (second try, with whitespace fix)
* Revert "NEWS entry for id-links"Gravatar David Bremner2011-11-16
| | | | | | This reverts commit e93bf1f842d4d06b2468d1cdbd5e4e25877c7a44. reverting to fix whitespace
* NEWS entry for id-linksGravatar Daniel Schoepe2011-11-16
| | | | This adds a NEWS entry for commit 4a4ada73b751b1916c5dc4d408a8056411566e38
* NEWS entry for adding tab-completion to notmuch-searchGravatar Daniel Schoepe2011-11-16
| | | | Add a news entry for commit6a280088e6769015ade7758b9790384997a21ff3.
* NEWS: mention improved search buffer performance, change Optimizations to ↵Gravatar David Bremner2011-11-16
| | | | | | Performance via email: id:"20111116154317.GC2852@mit.edu"
* NEWS: discuss contrib and nmbugGravatar David Bremner2011-11-15
| | | | | I mention the possibility of a seperate license here because currently notmuch-deliver is licensed GPL v2 only.
* cli: add support for --output parameter in notmuch countGravatar Jani Nikula2011-11-15
| | | | | | | Add support for --output=messages (which remains the default) and --output=threads to notmuch count. Signed-off-by: Jani Nikula <jani@nikula.org>
* cli: add options --offset and --limit to notmuch searchGravatar Jani Nikula2011-11-15
| | | | | | | | | | | | | | | 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>
* news: Store "from" and "subject" headers in the database.Gravatar Austin Clements2011-11-14
|
* NEWS: mention dtach instead of screen in the description of testing changesGravatar David Bremner2011-11-12
| | | | This brings NEWS back in line with the actual code.
* NEWS: tentative news item about requiring screen to run the test suite.Gravatar David Bremner2011-11-05
| | | | | | 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.
* docs: Update news, man page, and online help for restore --accumulateGravatar David Bremner2011-10-23
| | | | | | As a side effect, reformat the NEWs entry for notmuch dump for consistency with the notmuch restore NEWS submitted by Thomas Schwinge.
* docs: Update man page, NEWS and online help for new dump arguments.Gravatar David Bremner2011-10-16
| | | | | We mention in all three places that using the filename argument is deprecated.
* NEWS: document API changes to n_d_find_message{,_by_filename}Gravatar David Bremner2011-10-11
| | | | | For details the user will have to refer to the source. Reformat Ruby news consistently with Python.
* NEWS: document API changes to n_d_find_message{,_by_filename}Gravatar David Bremner2011-10-11
| | | | For details the user will have to refer to the source.
* NEWS: add notes about emacs improvements and reply formating cleanupGravatar Jameson Graef Rollins2011-10-09
|
* NEWS: Note implementation bug for python bindingGravatar Sebastian Spaeth2011-09-29
| | | | | | | | 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>
* NEWS: Update with python binding newsGravatar Sebastian Spaeth2011-09-29
| | | | | | List major changes. Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
* NEWS: add item for python bindings.Gravatar David Bremner2011-09-26
| | | | Just the one unicode related change this release.
* NEWS: add item for Ruby bindings.Gravatar David Bremner2011-09-26
| | | | This is based on a quick scan of git log.
* NEWS: start release notes for 0.9Gravatar David Bremner2011-09-26
| | | | | Thanks to Austin Clements for providing these notes, and the patches they describe.
* update date in NEWS to better approximate real release date for 0.8Gravatar David Bremner2011-09-10
|
* NEWS: add blurb for python bindings changesGravatar David Bremner2011-09-10
|
* add news item for rubyGravatar David Bremner2011-09-09
|
* NEWS: add item for build system fixesGravatar David Bremner2011-09-08
| | | | Sed was POSIXed and use of nm dumbed down, replaced by awk hackery.
* Add NEWS item output improvements to rfc822 part handling.Gravatar Jameson Graef Rollins2011-09-06
|
* update NEWS for 0.7Gravatar David Bremner2011-08-01
| | | | Essentially point form from git log --oneline.
* update NEWS and debian/changelog for 0.6.1Gravatar David Bremner2011-07-17
|
* NEWS: Update for release 0.6Gravatar David Bremner2011-07-01
| | | | | | | | | | 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.
* NEWS: Add notes for (imminent) notmuch 0.6 releaseGravatar Carl Worth2011-07-01
| | | | | | By skimming through "git log 0.5..origin/release" late at night. Hopefully everything here is accurate. (cherry picked from commit d173069ad9cf042458f16af00729867cb13bb3b7)
* NEWS: Add notes for 0.5 release.Gravatar Carl Worth2010-11-11
| | | | Which is ready to go now.
* NEWS: Update NEWS files for a couple of recent changes.Gravatar Carl Worth2010-11-06
| | | | These two changes since the 0.4 release are noteworthy.
* Increment notmuch version to 0.4.Gravatar Carl Worth2010-11-01
| | | | | As reminded in the RELEASING instructions, the correct version is 0.4, not 0.4.0, so update this in the NEWS file as well.
* NEWS: Add notes for the 0.4.0 releaseGravatar Carl Worth2010-11-01
| | | | Which is about to be pushed out.
* NEWS: Document the new "notmuch show --format=mbox" formatGravatar Carl Worth2010-06-08
| | | | I'm trying to get into the habit of maintaining the NEWS file as I go.
* NEWS: describe easier FCC configurationGravatar Sebastian Spaeth2010-06-03
| | | | | | | | | I know I should be writing something witty here to make cworth happy, but I can't think for any verbose justification of this patch beyond that submitting a NEWS blurb will make cworth happy too. So let's make him happy. Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
* Merge branch '0.3.x' immediately after the 0.3.1 releaseGravatar Carl Worth2010-04-27
|\ | | | | | | | | This brings one bug fix into master that was originally applied directly to the 0.3.x branch.
| * NEWS: Reword the latest bug description slightly.Gravatar Carl Worth2010-04-27
| | | | | | | | | | | | | | "Still needs to be handled correctly" could be misread to suggest that the bug has not actually been fixed yet. So clarify what is actually meant here, (that the bug is unlikely but we're still motivated to fix it).
| * Update NEWS to reflect the SEGV bugfixGravatar Dirk Hohndel2010-04-27
| | | | | | | | Signed-off-by: Dirk Hohndel <hohndel@infradead.org>
* | Merge branch '0.3.x'Gravatar Carl Worth2010-04-27
|\| | | | | | | | | | | | | | | This doesn't pull in any code, (everything in 0.3.x was originally cherry-picked from master anyway). But the merge does give us a correct NEWS file showing which fixes are included in 0.3.1 and which features have been commited "since" then, (topologically, not chronologically).
| * NEWS: Add notes for the 0.3.1 releaseGravatar Carl Worth2010-04-27
| | | | | | | | | | This is going to be a bug-fix only release to fix the handful of issue noticed immediately after 0.3 was pushed out.