| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-02-28 | NEWS: add news for 0.23.7 | David Bremner | |
| 2017-02-27 | NEWS: set release date | David Bremner | |
| 2017-02-25 | NEWS: document read-after-free bugfix | David Bremner | |
| 2017-02-21 | NEWS: news for gpgconf use in test suite | David Bremner | |
| 2017-01-09 | NEWS,debian: set date for releasedebian/0.23.5-10.23.5 | David Bremner | |
| 2017-01-08 | NEWS for 0.23.5 | David Bremner | |
| 2016-12-24 | set date in NEWS and debian/changelog | David Bremner | |
| pentultimate prepartions for release | |||
| 2016-12-15 | NEWS: announce autoload fix | David Bremner | |
| 2016-12-15 | NEWS: news for notmuch-insert error handling | David Bremner | |
| 2016-11-26 | NEWS: fix date and title0.23.3 | David Bremner | |
| 2016-11-26 | NEWS: note disappearing files fix for notmuch new | David Bremner | |
| 2016-11-26 | NEWS: set date | David Bremner | |
| 2016-11-24 | NEWS: note gnupg related test-suite fix | David Bremner | |
| 2016-11-20 | NEWS: set date for release0.23.2 | David Bremner | |
| 2016-11-20 | NEWS for notmuch-cycle-notmuch-buffers | Mark Walters | |
| 2016-11-20 | NEWS: document fixes for emacs23 | David Bremner | |
| 2016-10-23 | finalize release 0.23.10.23.1 | David Bremner | |
| 2016-10-22 | NEWS for two bugfixes | Mark Walters | |
| This adds news items for the two bugs emacs: search face bugfix and emacs: fix notmuch-search-line-faces defcustom | |||
| 2016-10-19 | NEWS for 0.23.1 | David Bremner | |
| 2016-10-03 | NEWS: bump date to today | David Bremner | |
| 2016-09-29 | NEWS: add news for fcc insert and address completion changes | Mark Walters | |
| 2016-09-28 | NEWS: emacs notmuch-show-resend-message | Tomi Ollila | |
| 2016-09-27 | NEWS: mention message properties API, dump/restore | David Bremner | |
| 2016-09-27 | NEWS: fix headline for go bindings NEWS | David Bremner | |
| 2016-09-27 | NEWS: note notmuch-reply refactor | David Bremner | |
| 2016-09-27 | NEWS: note dropping of User-Agent header | David Bremner | |
| 2016-09-27 | NEWS: document mtime bugfix | David Bremner | |
| 2016-09-23 | NEWS: fix markup of CONSTANTS_WITH_UNDERSCORES | David Bremner | |
| Alas, I did not notice when when I originally applied the NEWS patch | |||
| 2016-09-23 | NEWS: news for Xapian 1.4 enabled features | David Bremner | |
| In fact some of these features are available in Xapian 1.3.x development releases, but these are not really widely packaged. In any case, the experts who are using development releases of Xapian can figure that out. | |||
| 2016-09-12 | clean up spelling | Daniel Kahn Gillmor | |
| 2016-09-12 | emacs: make the remaining faces configurable. | Matt Armstrong | |
| I believe this moves all "anonymous" face specifications in notmuch code into a configurable defface. | |||
| 2016-09-08 | Merge branch 'release' | David Bremner | |
| hand fixed conflicts with NEWS | |||
| 2016-09-08 | NEWS: add news for 0.22.2debian/0.22.2-10.22.2 | David Bremner | |
| 2016-09-04 | NEWS: fix go bindings NEWS | David Bremner | |
| Move to correct release. Mention moving to contrib. Drop mention of formatting fixes, as those are not yet applied. | |||
| 2016-09-03 | updated NEWS | laochailan | |
| 2016-08-02 | emacs: express n-search-line-faces in terms of two new faces | Matt Armstrong | |
| The two new faces (notmuch-search-flagged-face and notmuch-search-unread-face) make it easier to find the relevant face by customizing notmuch-faces. I plan to do the same to the other alists of faces found elsewhere. | |||
| 2016-07-19 | Merge branch 'release' | David Bremner | |
| 2016-07-19 | NEWS: set date of point release | David Bremner | |
| 2016-07-13 | NEWS: initial NEWS for 0.22.1 | David Bremner | |
| 2016-06-05 | NEWS, python: update pointer to online documentation | Daniel Kahn Gillmor | |
| Currently, http://packages.python.org/notmuch/ goes through a series of redirections and ends up pointing to readthedocs. Since we're using readthedocs directly anyway, just point to it directly. readthedocs are also now sensibly using a separate domain (readthedocs.io) for their hosted documentation as distinct from their own domain (readthedocs.org), so use the correct tld. | |||
| 2016-05-19 | ruby: add bindings for `notmuch_database_get_all_tags` | Ludovic LANGE | |
| The Ruby bindings were missing a way to get all the tags of the database. Now you should be able to access this with the public instance method `all_tags` of your database object. Example of use: notmuchdb = Notmuch::Database.new path, { :create => false, :mode => Notmuch::MODE_READ_ONLY } my_tags = notmuchdb.all_tags my_tags.each { |tag| print tag } my_tags.destroy! Amended by db: improve error reporting, add test | |||
| 2016-04-26 | bump version and NEWS date for 0.22 release | David Bremner | |
| 2016-04-25 | NEWS: mention try-emacs-mua | Tomi Ollila | |
| A non-technical introduction for users who read NEWS to have better chance to find ./devel/notmuch-emacs-mua when they test or experiment with notmuch emacs MUA next time. | |||
| 2016-04-24 | NEWS: entry for emacs mua address completion | David Bremner | |
| 2016-04-24 | NEWS: document some bug fixes | David Bremner | |
| 2016-04-24 | NEWS: document S/MIME support | David Bremner | |
| 2016-04-24 | NEWS: note no-op-ness of notmuch-message-address-insinuate | David Bremner | |
| 2016-04-24 | NEWS: note dropping "pkg-config emacs" | David Bremner | |
| 2016-04-24 | NEWS: add note about xapian 1.3 support | David Bremner | |
| 2016-04-18 | Emacs related NEWS for 0.22. | David Edmondson | |
