summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-05-15debian: changelog stanza for 0.130.13David Bremner
2012-05-15version: bump to 0.13David Bremner
2012-05-15add NEWS item about new emacs tagging interface.Jameson Graef Rollins
2012-05-15debian: recommend notmuch-mutt as an alternative user interfaceStefano Zacchiroli
2012-05-15news: Update for changes to notmuch_database_get_directoryAustin Clements
2012-05-15ruby: Update for changes to notmuch_database_get_directoryAustin Clements
2012-05-15python: Update for changes to notmuch_database_get_directoryAustin Clements
2012-05-15go: Update for changes to notmuch_database_get_directoryAustin Clements
2012-05-15lib/cli: Make notmuch_database_get_directory return a status codeAustin Clements
2012-05-12NEWS: add an entry for the go 1 compatibilityJustus Winter
2012-05-11go: format the souce code using gofmtJustus Winter
2012-05-11go: update the build systemJustus Winter
2012-05-11go: update the addrlookup utility to go 1Justus Winter
2012-05-11go: set LDFLAGS to -lnotmuch in the packages source fileJustus Winter
2012-05-11go: reorganize the go bindingsJustus Winter
2012-05-11go: define the constant STATUS_UNBALANCED_ATOMICJustus Winter
2012-05-11go: fix the notmuch status constantsJustus Winter
2012-05-11go: update notmuch-addrlookup to the new APIJustus Winter
2012-05-08debian: fix suitedebian/0.13_rc1-2David Bremner
2012-05-08bump version to 0.13~rc1debian/0.13_rc1-10.13_rc1David Bremner
2012-05-08ruby: Add wrapper for notmuch_query_set_omit_excluded()Ali Polatel
2012-05-08ruby: Add workarounds to use in-tree build not the installed oneAli Polatel
2012-05-08ruby: Add wrapper for notmuch_query_add_tag_excludeAli Polatel
2012-05-08ruby: Add wrapper for notmuch_query_count_messagesAli Polatel
2012-05-06emacs: fix custom queries section customization widget in notmuch-helloDmitry Kurochkin
2012-05-06test: add Emacs notmuch-hello tests for custom tags and queries section.Dmitry Kurochkin
2012-05-06test: Force reply to use html2text for consistencyAdam Wolfe Gordon
2012-05-06emacs: Do not pass stderr of notmuch reply to JSON parserMichal Sojka
2012-05-06emacs: Let the user choose where to compose new mailsThomas Jost
2012-05-06emacs: Correctly quote non-text/plain parts in replyAdam Wolfe Gordon
2012-05-06test: Replying to an HTML-only message in emacsAdam Wolfe Gordon
2012-05-05debian: add notmuch_query_set_omit_excluded to symbols file.David Bremner
2012-05-05debian: update packaging for new soname libnotmuch.so.3David Bremner
2012-05-05debian: start changelog stanza for 0.13~rc1-1David Bremner
2012-05-05lib: Bump SO version from 2.0.0 to 3.0.0Austin Clements
2012-05-05News for changes to notmuch_database_{open,create}Austin Clements
2012-05-05ruby: Update Ruby bindings for new notmuch_database_{open, create} signaturesAustin Clements
2012-05-05python: Update Python bindings for new notmuch_database_{open, create} signaturesAustin Clements
2012-05-05go: Update Go bindings for new notmuch_database_{open, create} signaturesAustin Clements
2012-05-05lib/cli: Make notmuch_database_create return a status codeAustin Clements
2012-05-05lib/cli: Make notmuch_database_open return a status codeAustin Clements
2012-05-04NEWS: Insert markdown formatting commandsTomi Ollila
2012-05-04NEWS: spacing changesTomi Ollila
2012-05-04NEWS: untabified and added file local variables blockTomi Ollila
2012-05-04go: Update to the current notmuch_database_find_message APIAustin Clements
2012-04-30python: remove a note stating wrong things about the memory managementJustus Winter
2012-04-30python: document the Database.close functionJustus Winter
2012-04-30python: deprecate code formatting messages as text and jsonJustus Winter
2012-04-30python: cleanup the __nonzero__ implementationsJustus Winter
2012-04-30python: fix NULL pointer testsJustus Winter