summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-02-25emacs: add `notmuch-show-stash-mlarchive-link{, -and-go}'Pieter Praet
2012-02-25test: emacs: expand subtest "Stashing in notmuch-show" wrt stashing Mailing List Archive URIsPieter Praet
2012-02-25emacs: `notmuch-show-get-message-id': optionally return Message-Id sans prefixPieter Praet
2012-02-25NEWS: add entry for the improved unicode handling in the python bindingsJustus Winter
2012-02-25NEWS: add entry for python 3.2 compatibilityJustus Winter
2012-02-25emacs: support text/calendar mime typeJani Nikula
2012-02-25test: replace occurrences of $PWD with vars that are more stablePieter Praet
2012-02-24python: split the documentationJustus Winter
2012-02-24python: move the notmuch module section to notes.rstJustus Winter
2012-02-24python: move the usage example to quickstart.rstJustus Winter
2012-02-24python: strip module prefix in the sphinx documentationJustus Winter
2012-02-23python: mention the exception class refactoring in the docsJustus Winter
2012-02-23python: move the exception classes into error.pyJustus Winter
2012-02-22python: rename filename.py into filenames.pyJustus Winter
2012-02-22python: move Threads class into its own fileJustus Winter
2012-02-22python: move Messages class into its own fileJustus Winter
2012-02-22python: refactor the python bindingsJustus Winter
2012-02-22python: work around libnotmuch calling exit(3) in Database.find_message_by_filenameJustus Winter
2012-02-22python: improve the docstring of Database.find_message_by_filenameJustus Winter
2012-02-22python: work around libnotmuch calling exit(3) in Database.get_directoryJustus Winter
2012-02-22python: Improve the docstring of Database.get_directoryJustus Winter
2012-02-22python: avoid using a magic value for database mode in Database.__init__Justus Winter
2012-02-20test: always report missing prereqs, independent of `--verbose' optionPieter Praet
2012-02-20emacs: Fix out-of-date declare-functionAustin Clements
2012-02-20Prevent segmentation fault in notmuch_database_closeJustus Winter
2012-02-21python: fix the type nonsense of the first parameter of class DirectoryJustus Winter
2012-02-21python: allow an empty path as parameter to Database.get_directoryJustus Winter
2012-02-21python: remove :returns: keywords from functions returning nothingJustus Winter
2012-02-21python: rework Directory.set_mtimeJustus Winter
2012-02-21python: harmonize the sphinx keyword for exceptionsJustus Winter
2012-02-20python: refactor the error handling machineryJustus Winter
2012-02-20python: fix the projects name and update years of the copyright notice in the sphinx docsJustus Winter
2012-02-19python: more error handling fixesJustus Winter
2012-02-18python: remove trailing whitespace within the documentation source filesJustus Winter
2012-02-18python: improve Query.count_messages docstringJustus Winter
2012-02-18python: wrap notmuch_query_count_threads as Query.count_threadsJustus Winter
2012-02-18python: refactor Query classJustus Winter
2012-02-18python: move Query class to its own fileJustus Winter
2012-02-18python: remove unused but imported symbolJustus Winter
2012-02-18python: remove unused but imported symbolJustus Winter
2012-02-17NEWS: add news section for new.ignoreTomi Ollila
2012-02-17add support for user-specified files & directories to ignoreTomi Ollila
2012-02-17test: add tests wrt ignoring user-specified files and directoriesTomi Ollila
2012-02-17emacs: Fix display of highlighted line in notmuch-searchMichal Sojka
2012-02-15python: implement the context manager protocol for database objectsJustus Winter
2012-02-15python: provide a Database.close functionJustus Winter
2012-02-14Free the results of scandir()Ethan Glasser-Camp
2012-02-14emacs: allow to set RETAIN-STATE for `notmuch-show-refresh-view' interactivelyDmitry Kurochkin
2012-02-12emacs: cleanup and simplify `notmuch-show-archive-thread' and related functionsDmitry Kurochkin
2012-02-12emacs: A prefix argument to `notmuch-show' should invert the matching message behaviour.David Edmondson