]> git.notmuchmail.org Git - notmuch/shortlog
notmuch
2012-03-15 Jani NikulaNEWS: emacs: inline patch fake attachment file names
2012-03-15 Jani NikulaNEWS: emacs: support text/calendar MIME type
2012-03-15 Jani NikulaNEWS: emacs: show view archiving key binding changes
2012-03-15 Jani NikulaNEWS: emacs: Fix MML tag quoting in replies
2012-03-14 David Bremnerdebian: bump gmime dependency to 2.6.7 debian/0.12_rc1-1
2012-03-14 Jani Nikulaman: update SEE ALSO references in man pages
2012-03-12 Thomas Jostbuild: Require gmime >= 2.6.7
2012-03-11 Jameson Graef... Fix configure script to properly detect gmime-2.6 if...
2012-03-11 Austin ClementsHandle errors in mime_node_open
2012-03-11 Jani Nikulaemacs: fix MML quoting in replies
2012-03-03 Justus WinterActually close the xapian database in notmuch_database_...
2012-03-03 David Bremnerdebian: Bump standards version
2012-03-03 David Bremnerdebian: update .gitignore
2012-03-03 David Bremnerdebian: add notmuch_query_add_tag_exclude to exported...
2012-03-03 Mark Waltersman: remove search.exclude_tags from notmuch-config...
2012-03-02 Mark WaltersNEWS: revert NEWS item for exclude tags for 0.12
2012-03-02 Mark Waltersconfig: disable addition of exclude tags for 0.12
2012-03-01 Tomi OllilaSpelling fix
2012-03-01 Tomi Ollilaemacs: retain show buffer state after retrieving gpg key
2012-03-01 Pieter PraetNEWS: add entry for `notmuch-show-stash-mlarchive-link...
2012-03-01 David Bremneradd minimal changelog stanza for 0.12~rc1
2012-03-01 David Bremnerbump version to 0.12~rc1
2012-03-01 Michal Sojkaemacs: Clarify description of thread manipulating functions
2012-02-29 Michal Sojkatest: Remove 'broken' flag from encoding test
2012-02-29 Michal SojkaConvert non-UTF-8 parts to UTF-8 before indexing them
2012-02-29 Michal Sojkatest: Add test for searching of uncommonly encoded...
2012-02-29 Pieter Praetdoc: minor corrections in notmuch-config.1
2012-02-29 Mark WaltersNews for Make buttons for attachments allow viewing...
2012-02-28 Jani Nikulaman: add references to maildir flag synchronization
2012-02-28 Jani Nikulaman: document the notmuch configuration settings in...
2012-02-28 Austin Clementsemacs: Fix out of date comment
2012-02-28 Austin ClementsDocument the JSON schemata used by show and search
2012-02-28 Pieter PraetNEWS: sync 'new.ignore' entry with its comment in notmu...
2012-02-28 Pieter Praetcli: update 'new.ignore' config file comment wrt file...
2012-02-28 Daniel Kahn... Build-Depend on libgmime-2.6-dev | libgmime2.4-dev
2012-02-25 Austin ClementsNews for retaining state when refreshing notmuch show
2012-02-25 Austin Clementsemacs: Reverse the meaning of notmuch-show-refresh...
2012-02-25 Austin Clementsemacs: When refreshing a show buffer, only mark read...
2012-02-25 Pieter Praetemacs: add `notmuch-show-stash-mlarchive-link{, -and...
2012-02-25 Pieter Praettest: emacs: expand subtest "Stashing in notmuch-show...
2012-02-25 Pieter Praetemacs: `notmuch-show-get-message-id': optionally return...
2012-02-25 Justus WinterNEWS: add entry for the improved unicode handling in...
2012-02-25 Justus WinterNEWS: add entry for python 3.2 compatibility
2012-02-25 Jani Nikulaemacs: support text/calendar mime type
2012-02-25 Pieter Praettest: replace occurrences of $PWD with vars that are...
2012-02-24 Justus Winterpython: split the documentation
2012-02-24 Justus Winterpython: move the notmuch module section to notes.rst
2012-02-24 Justus Winterpython: move the usage example to quickstart.rst
2012-02-23 Justus Winterpython: strip module prefix in the sphinx documentation
2012-02-22 Justus Winterpython: mention the exception class refactoring in...
2012-02-22 Justus Winterpython: move the exception classes into error.py
2012-02-22 Justus Winterpython: rename filename.py into filenames.py
2012-02-22 Justus Winterpython: move Threads class into its own file
2012-02-22 Justus Winterpython: move Messages class into its own file
2012-02-22 Justus Winterpython: refactor the python bindings
2012-02-22 Justus Winterpython: work around libnotmuch calling exit(3) in Datab...
2012-02-22 Justus Winterpython: improve the docstring of Database.find_message_...
2012-02-22 Justus Winterpython: work around libnotmuch calling exit(3) in Datab...
2012-02-22 Justus Winterpython: Improve the docstring of Database.get_directory
2012-02-22 Justus Winterpython: avoid using a magic value for database mode...
2012-02-21 Pieter Praettest: always report missing prereqs, independent of...
2012-02-21 Austin Clementsemacs: Fix out-of-date declare-function
2012-02-21 Justus WinterPrevent segmentation fault in notmuch_database_close
2012-02-21 Justus Winterpython: fix the type nonsense of the first parameter...
2012-02-20 Justus Winterpython: allow an empty path as parameter to Database...
2012-02-20 Justus Winterpython: remove :returns: keywords from functions return...
2012-02-20 Justus Winterpython: rework Directory.set_mtime
2012-02-20 Justus Winterpython: harmonize the sphinx keyword for exceptions
2012-02-20 Justus Winterpython: refactor the error handling machinery
2012-02-20 Justus Winterpython: fix the projects name and update years of the...
2012-02-18 Justus Winterpython: more error handling fixes
2012-02-18 Justus Winterpython: remove trailing whitespace within the documenta...
2012-02-18 Justus Winterpython: improve Query.count_messages docstring
2012-02-18 Justus Winterpython: wrap notmuch_query_count_threads as Query.count...
2012-02-18 Justus Winterpython: refactor Query class
2012-02-18 Justus Winterpython: move Query class to its own file
2012-02-18 Justus Winterpython: remove unused but imported symbol
2012-02-17 Justus Winterpython: remove unused but imported symbol
2012-02-17 Tomi OllilaNEWS: add news section for new.ignore
2012-02-17 Tomi Ollilaadd support for user-specified files & directories...
2012-02-17 Tomi Ollilatest: add tests wrt ignoring user-specified files and...
2012-02-17 Michal Sojkaemacs: Fix display of highlighted line in notmuch-search
2012-02-15 Justus Winterpython: implement the context manager protocol for...
2012-02-15 Justus Winterpython: provide a Database.close function
2012-02-15 Ethan Glasser... Free the results of scandir()
2012-02-15 Dmitry Kurochkinemacs: allow to set RETAIN-STATE for `notmuch-show...
2012-02-12 Dmitry Kurochkinemacs: cleanup and simplify `notmuch-show-archive-threa...
2012-02-12 David Edmondsonemacs: A prefix argument to `notmuch-show' should inver...
2012-02-12 David Edmondsonemacs: Add `notmuch-show-only-matching-messages'.
2012-02-12 David Edmondsonemacs: Check that the parent buffer is alive before...
2012-02-12 David Edmondsonemacs: Optionally retain the state of the buffer during...
2012-02-12 David Edmondsonemacs: Add a binding (t) to toggle the truncation of...
2012-02-12 David Edmondsonemacs: Allow the indentation of content to be toggled.
2012-02-12 David Edmondsonemacs: Allow `notmuch-show-mode' to display only matchi...
2012-02-12 David Edmondsonemacs: Rework crypto switch toggle.
2012-02-12 David Edmondsonemacs: Ensure that gnupg output goes at the end of...
2012-02-12 Jani Nikulacli: reach previously unreachable cleanup code in ...
2012-02-12 Jani Nikulacli: convert "notmuch show" to use the new argument...
2012-02-12 Jani Nikulacli: use notmuch_bool_t for boolean fields in notmuch_s...
2012-02-12 Austin Clementsshow: Simplify new text formatter code
next