summaryrefslogtreecommitdiff
path: root/NEWS
AgeCommit message (Collapse)Author
2012-03-20add NEWS item for printing0.12David Bremner
2012-03-19NEWS: add news item for help = man pageDavid Bremner
As we discovered recently on the list, this really is new for 0.12
2012-03-19NEWS: update discussion of GMime 2.6 version requirements.David Bremner
Be more specific than "Current GMime 2.6". Also explain why we need >=2.6.7
2012-03-19NEWS: set release date for 0.12David Bremner
2012-03-14NEWS: emacs: enable `notmuch-search-line-faces' by defaultJani Nikula
2012-03-14NEWS: cli: manual page for notmuch configuration optionsJani Nikula
2012-03-14NEWS: emacs: inline patch fake attachment file namesJani Nikula
2012-03-14NEWS: emacs: support text/calendar MIME typeJani Nikula
2012-03-14NEWS: emacs: show view archiving key binding changesJani Nikula
2012-03-14NEWS: emacs: Fix MML tag quoting in repliesJani Nikula
2012-03-02NEWS: revert NEWS item for exclude tags for 0.12Mark Walters
2012-03-01NEWS: add entry for `notmuch-show-stash-mlarchive-link{,-and-go}'Pieter Praet
2012-02-29News for Make buttons for attachments allow viewing as well as savingMark Walters
On Sat, 21 Jan 2012 09:09:58 -0400, David Bremner <david@tethera.net> wrote: > On Fri, 20 Jan 2012 09:44:06 +0000, Mark Walters <markwalters1009@gmail.com> wrote: > > Define a keymap for attachment buttons to allow multiple actions. > > Define 3 possible actions: > > save attachment: exactly as currently, > > view attachment: uses mailcap entry, > > view attachment with user chosen program > > pushed. Here is a News patch for this feature. Best wishes Mark From fde33258850a438f1810e4158c946b3cf185b5e8 Mon Sep 17 00:00:00 2001 From: Mark Walters <markwalters1009@gmail.com> Date: Wed, 29 Feb 2012 09:26:17 +0000 Subject: [PATCH] News item for allowing attachment buttons to view as well as save.
2012-02-27NEWS: sync 'new.ignore' entry with its comment in notmuch-config.cPieter Praet
See previous commit.
2012-02-25News for retaining state when refreshing notmuch showAustin Clements
2012-02-25NEWS: add entry for the improved unicode handling in the python bindingsJustus Winter
Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de>
2012-02-25NEWS: add entry for python 3.2 compatibilityJustus Winter
Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de>
2012-02-17NEWS: add news section for new.ignoreTomi Ollila
Added NEWS section 'Mail store folder/file ignore'.
2012-02-08NEWS: document Emacs UI tagging operations changesDmitry Kurochkin
2012-02-04Merge commit '0.11.1'David Bremner
Conflicts: NEWS bindings/python/notmuch/database.py bindings/python/notmuch/message.py notmuch.1 NEWS merged by hand, others taken from master.
2012-02-03NEWS: set release date for 0.11.1David Bremner
2012-02-03emacs: quote MML tags in repliesAaron Ecay
Emacs message-mode uses certain text strings to indicate how to attach files to outgoing mail. If these are present in the text of an email, and a user is tricked into replying to the message, the user’s files could be exposed. Edited-by: Pieter Praet <pieter@praet.org>: Rebased to release branch.
2012-01-23NEWS: update "Tag exclusion" sectionPieter Praet
2012-01-23Add a NEWS section for 0.11.1 and document the python error handling bugfixJustus Winter
2012-01-22Fix NEWS about gmime 2.6Thomas Jost
Previous version had a typo ("they may be" instead of "there may be") and was lacking a proper description of the gmime bug.
2012-01-21Update NEWS and INSTALL about gmime 2.6Thomas Jost
2012-01-19News for tag exclusionAustin Clements
2012-01-17NEWS: consistent 2-space indentationTomi Ollila
In NEWS file, indentation for item descriptions is generally 2 spaces but in a few cases there were 3 or 4 (4 caused different markdown handling) space indentations. Indentation in those lines are brought to consistent 2-space indentation.
2012-01-14NEWS: add news items for reply to senderJani Nikula
2012-01-13NEWS: set release date.debian/0.11-10.11David Bremner
It's Friday the thirteenth. What could possibly go wrong?
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