aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2012-02-12emacs: Add `notmuch-show-only-matching-messages'.David Edmondson
2012-02-12emacs: Check that the parent buffer is alive before using it.David Edmondson
2012-02-12emacs: Optionally retain the state of the buffer during `notmuch-show-refresh-view'.David Edmondson
2012-02-12emacs: Add a binding (t) to toggle the truncation of long lines.David Edmondson
2012-02-12emacs: Allow the indentation of content to be toggled.David Edmondson
2012-02-12emacs: Allow `notmuch-show-mode' to display only matching messages.David Edmondson
2012-02-12emacs: Rework crypto switch toggle.David Edmondson
2012-02-12emacs: Ensure that gnupg output goes at the end of the buffer.David Edmondson
2012-02-12cli: reach previously unreachable cleanup code in "notmuch show"Jani Nikula
2012-02-12cli: convert "notmuch show" to use the new argument parserJani Nikula