2010-04-07 |
acoolon | cleanup style, hopefully no functional changes. |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Sebastian Spaeth | Added tag v0.2.2 for changeset 0122a27667ad |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Sebastian Spaeth | Extent pypi documentation. Set version to 0.2.2 |
commit | commitdiff | tree | snapshot |
2010-04-05 |
Cedric Cabessa | find_library does not read LD_LIBRARY_PATH, but CDLL... |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Sebastian Spaeth | notmuch new implementation |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Sebastian Spaeth | database(): Actually return a value on remove_message() |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Sebastian Spaeth | notmuch: refactor stuff into a Notmuch class |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Sebastian Spaeth | database.py: also need to import Message |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Sebastian Spaeth | Ubuntu debian file creation documentation |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Sebastian Spaeth | Debian pkg creation stuff |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Sebastian Spaeth | message.py: Don't use ctypes.c_bool as that does not... |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Jesse Rosenthal | message.py: fix indentation |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Sebastian Spaeth | Need to do capitalization changes in dict keys from... |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Sebastian Spaeth | message.py: small doc changes and unused code removal |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Sebastian Spaeth | Revert some unneeded white space changes |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Jesse Rosenthal | [REV2] adding part, simplifying Message.get_parts(... |
commit | commitdiff | tree | snapshot |
2010-03-27 |
Jesse Rosenthal | implement sort order for notmuch show |
commit | commitdiff | tree | snapshot |
2010-03-25 |
Sebastian Spaeth | fix wrongly names variable format->out_format |
commit | commitdiff | tree | snapshot |
2010-03-25 |
Sebastian Spaeth | rename show_messages to print_messages and fix up the... |
commit | commitdiff | tree | snapshot |
2010-03-25 |
Sebastian Spaeth | Message(): add 'match' result in text output. Fix is_ma... |
commit | commitdiff | tree | snapshot |
2010-03-25 |
Sebastian Spaeth | message.yp: add GPL v3 boilerplate and add Jesse as... |
commit | commitdiff | tree | snapshot |
2010-03-25 |
Jesse Rosenthal | Message(): Implement show message as text or json |
commit | commitdiff | tree | snapshot |
2010-03-25 |
Jesse Rosenthal | notmuch: Make modifications to implement notmuch search |
commit | commitdiff | tree | snapshot |
2010-03-25 |
Sebastian Spaeth | push __VERSION__ to post release 0.2.1+ |
commit | commitdiff | tree | snapshot |
2010-03-25 |
Sebastian Spaeth | Added tag v0.2.1 for changeset 8f496a1f9b34 |
commit | commitdiff | tree | snapshot |
2010-03-25 |
Sebastian Spaeth | bump __VERSION__ to 0.2.1 |
commit | commitdiff | tree | snapshot |
2010-03-25 |
Sebastian Spaeth | docs: Improve documentations |
commit | commitdiff | tree | snapshot |
2010-03-25 |
Sebastian Spaeth | Implement Database.upgrade() to get the last bit of... |
commit | commitdiff | tree | snapshot |
2010-03-25 |
Sebastian Spaeth | Implement Filenames() iterator. The API should be compl... |
commit | commitdiff | tree | snapshot |
2010-03-25 |
Sebastian Spaeth | Implement Database().get_directory() and Directory... |
commit | commitdiff | tree | snapshot |
2010-03-25 |
Sebastian Spaeth | Implement Message().get|set_flag() |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Sebastian Spaeth | fix documentations, and add a very brittle notmuch... |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Sebastian Spaeth | Added tag v0.2.0 for changeset 36e2dd4e739a |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Sebastian Spaeth | README: update changelog |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Sebastian Spaeth | bump __VERSION__ to 0.2.0 |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Sebastian Spaeth | try c_long rather c_int64 for time_t |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Sebastian Spaeth | time_t is a signed int, not an unsigned one... |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Sebastian Spaeth | Factor Messages() and Message() out into their own... |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Sebastian Spaeth | notmuch: Implement 'notmuch search' |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Sebastian Spaeth | Implement Thread() and Threads() |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Sebastian Spaeth | docs: Update documentation |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Sebastian Spaeth | Added tag v0.1.1 for changeset 4fdbf2935cdf |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Sebastian Spaeth | Make __VERSION__ available via cnotmuch.notmuch.__VERSI... |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Sebastian Spaeth | notmuch: use new function Database().create_query(... |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Sebastian Spaeth | Fix Database().create_query() to actually initialize... |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Sebastian Spaeth | setup.py and MANIFEST.in for the 0.1 release. Unfortuna... |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Sebastian Spaeth | Added tag v0.1 for changeset 27f38f75d27d |
commit | commitdiff | tree | snapshot |
2010-03-19 |
Sebastian Spaeth | Implement Message.get_replies() |
commit | commitdiff | tree | snapshot |
2010-03-19 |
Sebastian Spaeth | docs: Add missing newline that broke formatting |
commit | commitdiff | tree | snapshot |
2010-03-19 |
Sebastian Spaeth | Add Database.create_query() as a shorthand for db=Datab... |
commit | commitdiff | tree | snapshot |
2010-03-19 |
Sebastian Spaeth | Database(): implement as of yet untested add_message... |
commit | commitdiff | tree | snapshot |
2010-03-19 |
Sebastian Spaeth | docs: Various typo fixes in docstrings |
commit | commitdiff | tree | snapshot |
2010-03-19 |
Sebastian Spaeth | Database(): Factor out the test for an initialized... |
commit | commitdiff | tree | snapshot |
2010-03-19 |
Sebastian Spaeth | implement Message.get_thread_id() |
commit | commitdiff | tree | snapshot |
2010-03-19 |
Sebastian Spaeth | notmuch restore: only delete a message's old tags if... |
commit | commitdiff | tree | snapshot |
2010-03-19 |
Sebastian Spaeth | hgignore: ignore test/test* |
commit | commitdiff | tree | snapshot |
2010-03-19 |
Sebastian Spaeth | notmuch: implement restore. We pass now all 'dump'... |
commit | commitdiff | tree | snapshot |
2010-03-19 |
Sebastian Spaeth | notmuch: Use Query.count_messages() rather len(Query... |
commit | commitdiff | tree | snapshot |
2010-03-19 |
Sebastian Spaeth | Query(): Fix _nmlib -> nmlib type & clarify docs a bit |
commit | commitdiff | tree | snapshot |
2010-03-19 |
Sebastian Spaeth | Implement Database.count_messages() |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Sebastian Spaeth | notmuch: implement dump to file. Fake notmuch new by... |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Sebastian Spaeth | add original notmuch testsuite |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Sebastian Spaeth | mention NOTMUCH_CONFIG in the notmuch docstring |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Sebastian Spaeth | Database(): honor NOTMUCH_CONFIG env variable for readi... |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Sebastian Spaeth | Implement Message.freeze(), thaw(), and remove_all_tags() |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Sebastian Spaeth | docs: stub out remaining missing bindings to get a... |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Sebastian Spaeth | implement Database.get_version() and Database.needs_upg... |
commit | commitdiff | tree | snapshot |
2010-03-17 |
Sebastian Spaeth | notmuch: implement tag command |
commit | commitdiff | tree | snapshot |
2010-03-17 |
Sebastian Spaeth | notmuch: fix to use new Query.SORT enum |
commit | commitdiff | tree | snapshot |
2010-03-17 |
Sebastian Spaeth | Implement Message.add|remove_tag() and documentation |
commit | commitdiff | tree | snapshot |
2010-03-17 |
Sebastian Spaeth | docs: doc improvements |
commit | commitdiff | tree | snapshot |
2010-03-17 |
Sebastian Spaeth | many doc improvements, fixed at least one bug due to... |
commit | commitdiff | tree | snapshot |
2010-03-17 |
Sebastian Spaeth | Improve source documentation |
commit | commitdiff | tree | snapshot |
2010-03-17 |
Sebastian Spaeth | Implement an Enum class and make the STATUS object one |
commit | commitdiff | tree | snapshot |
2010-03-17 |
Sebastian Spaeth | README: add link to static docs |
commit | commitdiff | tree | snapshot |
2010-03-16 |
Sebastian Spaeth | update documentation so it makes sense |
commit | commitdiff | tree | snapshot |
2010-03-16 |
Sebastian Spaeth | add sphinx docs stubs (they don't make sense yet) |
commit | commitdiff | tree | snapshot |
2010-03-16 |
Sebastian Spaeth | hgignore: update to ignore static documentation |
commit | commitdiff | tree | snapshot |
2010-03-16 |
Sebastian Spaeth | implement Message.get_date() and Message.get_header() |
commit | commitdiff | tree | snapshot |
2010-03-16 |
Sebastian Spaeth | implement stub for notmuch show. Remove finished ToDo... |
commit | commitdiff | tree | snapshot |
2010-03-16 |
Sebastian Spaeth | implement Query.set_sort() and sort notmuch dump by... |
commit | commitdiff | tree | snapshot |
2010-03-16 |
Sebastian Spaeth | implement notmuch dump and Messages.len() |
commit | commitdiff | tree | snapshot |
2010-03-16 |
Sebastian Spaeth | implement message counting |
commit | commitdiff | tree | snapshot |
2010-03-16 |
Sebastian Spaeth | implement quoatation mangling in the notmuch binary |
commit | commitdiff | tree | snapshot |
2010-03-16 |
Sebastian Spaeth | Fix iterator classes to not skip the first element... |
commit | commitdiff | tree | snapshot |
2010-03-16 |
Sebastian Spaeth | use logging.debug for debug output. Implement notmuch... |
commit | commitdiff | tree | snapshot |
2010-03-16 |
Sebastian Spaeth | Fixing the crashes that I was seeing |
commit | commitdiff | tree | snapshot |
2010-03-16 |
Sebastian Spaeth | implement Query() and search_messages() |
commit | commitdiff | tree | snapshot |
2010-03-16 |
Sebastian Spaeth | remove useless tags struct |
commit | commitdiff | tree | snapshot |
2010-03-16 |
Sebastian Spaeth | Query() stub |
commit | commitdiff | tree | snapshot |
2010-03-16 |
Sebastian Spaeth | some more stubs |
commit | commitdiff | tree | snapshot |
2010-03-16 |
Sebastian Spaeth | nonfunctional changes in notmuch stub |
commit | commitdiff | tree | snapshot |
2010-03-16 |
Sebastian Spaeth | add notmuch stub that will allow me to run the notmuch... |
commit | commitdiff | tree | snapshot |
2010-03-16 |
Sebastian Spaeth | Find the notmuch shared lib rather than hardode a location |
commit | commitdiff | tree | snapshot |
2010-03-16 |
Sebastian Spaeth | Implement Message(), Database.find_message(), Database... |
commit | commitdiff | tree | snapshot |
2010-03-15 |
Sebastian Spaeth | improve README example session to reflect reality |
commit | commitdiff | tree | snapshot |
2010-03-15 |
Sebastian Spaeth | Tags: clarify documentation: we can only iterate once... |
commit | commitdiff | tree | snapshot |
2010-03-15 |
Sebastian Spaeth | initial revision. See README for what works |
commit | commitdiff | tree | snapshot |
2010-03-16 |
Sebastian Spaeth | COPYING: add GPL v3+ |
commit | commitdiff | tree | snapshot |
|