]> git.notmuchmail.org Git - notmuch/shortlog
notmuch
2010-04-19 Sebastian Spaethpython: Rename notmuch binary to notmuch.py
2010-04-19 Sebastian SpaethRemove all traces of cnotmuch
2010-04-19 Sebastian Spaethpython: adapt docs to the notmuch module renaming
2010-04-19 Sebastian Spaethrename module to just 'notmuch'
2010-04-19 Sebastian Spaethcnotmuch -> notmuch
2010-04-07 acooloncleanup style, hopefully no functional changes.
2010-04-07 Sebastian SpaethAdded tag v0.2.2 for changeset 0122a27667ad
2010-04-07 Sebastian SpaethExtent pypi documentation. Set version to 0.2.2
2010-04-05 Cedric Cabessafind_library does not read LD_LIBRARY_PATH, but CDLL...
2010-03-31 Sebastian Spaethnotmuch new implementation
2010-03-31 Sebastian Spaethdatabase(): Actually return a value on remove_message()
2010-03-31 Sebastian Spaethnotmuch: refactor stuff into a Notmuch class
2010-03-30 Sebastian Spaethdatabase.py: also need to import Message
2010-03-30 Sebastian SpaethUbuntu debian file creation documentation
2010-03-30 Sebastian SpaethDebian pkg creation stuff
2010-03-30 Sebastian Spaethmessage.py: Don't use ctypes.c_bool as that does not...
2010-03-30 Jesse Rosenthalmessage.py: fix indentation
2010-03-30 Sebastian SpaethNeed to do capitalization changes in dict keys from...
2010-03-30 Sebastian Spaethmessage.py: small doc changes and unused code removal
2010-03-30 Sebastian SpaethRevert some unneeded white space changes
2010-03-30 Jesse Rosenthal[REV2] adding part, simplifying Message.get_parts(...
2010-03-27 Jesse Rosenthalimplement sort order for notmuch show
2010-03-25 Sebastian Spaethfix wrongly names variable format->out_format
2010-03-25 Sebastian Spaethrename show_messages to print_messages and fix up the...
2010-03-25 Sebastian SpaethMessage(): add 'match' result in text output. Fix is_ma...
2010-03-25 Sebastian Spaethmessage.yp: add GPL v3 boilerplate and add Jesse as...
2010-03-25 Jesse RosenthalMessage(): Implement show message as text or json
2010-03-25 Jesse Rosenthalnotmuch: Make modifications to implement notmuch search
2010-03-25 Sebastian Spaethpush __VERSION__ to post release 0.2.1+
2010-03-25 Sebastian SpaethAdded tag v0.2.1 for changeset 8f496a1f9b34
2010-03-25 Sebastian Spaethbump __VERSION__ to 0.2.1
2010-03-25 Sebastian Spaethdocs: Improve documentations
2010-03-25 Sebastian SpaethImplement Database.upgrade() to get the last bit of...
2010-03-25 Sebastian SpaethImplement Filenames() iterator. The API should be compl...
2010-03-25 Sebastian SpaethImplement Database().get_directory() and Directory...
2010-03-25 Sebastian SpaethImplement Message().get|set_flag()
2010-03-24 Sebastian Spaethfix documentations, and add a very brittle notmuch...
2010-03-24 Sebastian SpaethAdded tag v0.2.0 for changeset 36e2dd4e739a
2010-03-24 Sebastian SpaethREADME: update changelog
2010-03-24 Sebastian Spaethbump __VERSION__ to 0.2.0
2010-03-24 Sebastian Spaethtry c_long rather c_int64 for time_t
2010-03-24 Sebastian Spaethtime_t is a signed int, not an unsigned one...
2010-03-24 Sebastian SpaethFactor Messages() and Message() out into their own...
2010-03-24 Sebastian Spaethnotmuch: Implement 'notmuch search'
2010-03-24 Sebastian SpaethImplement Thread() and Threads()
2010-03-24 Sebastian Spaethdocs: Update documentation
2010-03-22 Sebastian SpaethAdded tag v0.1.1 for changeset 4fdbf2935cdf
2010-03-22 Sebastian SpaethMake __VERSION__ available via cnotmuch.notmuch.__VERSI...
2010-03-22 Sebastian Spaethnotmuch: use new function Database().create_query(...
2010-03-22 Sebastian SpaethFix Database().create_query() to actually initialize...
2010-03-22 Sebastian Spaethsetup.py and MANIFEST.in for the 0.1 release. Unfortuna...
2010-03-22 Sebastian SpaethAdded tag v0.1 for changeset 27f38f75d27d
2010-03-19 Sebastian SpaethImplement Message.get_replies()
2010-03-19 Sebastian Spaethdocs: Add missing newline that broke formatting
2010-03-19 Sebastian SpaethAdd Database.create_query() as a shorthand for db=Datab...
2010-03-19 Sebastian SpaethDatabase(): implement as of yet untested add_message...
2010-03-19 Sebastian Spaethdocs: Various typo fixes in docstrings
2010-03-19 Sebastian SpaethDatabase(): Factor out the test for an initialized...
2010-03-19 Sebastian Spaethimplement Message.get_thread_id()
2010-03-19 Sebastian Spaethnotmuch restore: only delete a message's old tags if...
2010-03-19 Sebastian Spaethhgignore: ignore test/test*
2010-03-19 Sebastian Spaethnotmuch: implement restore. We pass now all 'dump'...
2010-03-19 Sebastian Spaethnotmuch: Use Query.count_messages() rather len(Query...
2010-03-19 Sebastian SpaethQuery(): Fix _nmlib -> nmlib type & clarify docs a bit
2010-03-19 Sebastian SpaethImplement Database.count_messages()
2010-03-18 Sebastian Spaethnotmuch: implement dump to file. Fake notmuch new by...
2010-03-18 Sebastian Spaethadd original notmuch testsuite
2010-03-18 Sebastian Spaethmention NOTMUCH_CONFIG in the notmuch docstring
2010-03-18 Sebastian SpaethDatabase(): honor NOTMUCH_CONFIG env variable for readi...
2010-03-18 Sebastian SpaethImplement Message.freeze(), thaw(), and remove_all_tags()
2010-03-18 Sebastian Spaethdocs: stub out remaining missing bindings to get a...
2010-03-18 Sebastian Spaethimplement Database.get_version() and Database.needs_upg...
2010-03-17 Sebastian Spaethnotmuch: implement tag command
2010-03-17 Sebastian Spaethnotmuch: fix to use new Query.SORT enum
2010-03-17 Sebastian SpaethImplement Message.add|remove_tag() and documentation
2010-03-17 Sebastian Spaethdocs: doc improvements
2010-03-17 Sebastian Spaethmany doc improvements, fixed at least one bug due to...
2010-03-17 Sebastian SpaethImprove source documentation
2010-03-17 Sebastian SpaethImplement an Enum class and make the STATUS object one
2010-03-17 Sebastian SpaethREADME: add link to static docs
2010-03-16 Sebastian Spaethupdate documentation so it makes sense
2010-03-16 Sebastian Spaethadd sphinx docs stubs (they don't make sense yet)
2010-03-16 Sebastian Spaethhgignore: update to ignore static documentation
2010-03-16 Sebastian Spaethimplement Message.get_date() and Message.get_header()
2010-03-16 Sebastian Spaethimplement stub for notmuch show. Remove finished ToDo...
2010-03-16 Sebastian Spaethimplement Query.set_sort() and sort notmuch dump by...
2010-03-16 Sebastian Spaethimplement notmuch dump and Messages.len()
2010-03-16 Sebastian Spaethimplement message counting
2010-03-16 Sebastian Spaethimplement quoatation mangling in the notmuch binary
2010-03-16 Sebastian SpaethFix iterator classes to not skip the first element...
2010-03-16 Sebastian Spaethuse logging.debug for debug output. Implement notmuch...
2010-03-16 Sebastian SpaethFixing the crashes that I was seeing
2010-03-16 Sebastian Spaethimplement Query() and search_messages()
2010-03-16 Sebastian Spaethremove useless tags struct
2010-03-16 Sebastian SpaethQuery() stub
2010-03-16 Sebastian Spaethsome more stubs
2010-03-16 Sebastian Spaethnonfunctional changes in notmuch stub
2010-03-16 Sebastian Spaethadd notmuch stub that will allow me to run the notmuch...
2010-03-16 Sebastian SpaethFind the notmuch shared lib rather than hardode a location
2010-03-16 Sebastian SpaethImplement Message(), Database.find_message(), Database...
next