index
:
notmuch
debian/bookworm-backports
debian/bullseye
debian/bullseye-backports
debian/buster-backports
debian/jessie-backports
debian/squeeze-backports
debian/stretch
debian/stretch-backports
debian/trixie-backports
debian/unstable
debian/wheezy-backports
feature/git-remote
feature/wildcard
master
nmweb
pristine-tar
release
thread-based email index, search, and tagging
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2010-03-31
TODO: Note that '=' should sometimes count from the end of the buffer.
Carl Worth
2010-03-31
TODO: Add a todo item for adding a message as a blob, rather than a filename.
Carl Worth
2010-03-31
TODO: Add some new items about improving the test suite.
Carl Worth
2010-03-31
test: Fix phrase-search tests.
Carl Worth
2010-03-31
test: Add some negative results for the phrase searches.
Carl Worth
2010-03-31
notmuch new implementation
Sebastian Spaeth
2010-03-31
database(): Actually return a value on remove_message()
Sebastian Spaeth
2010-03-31
notmuch: refactor stuff into a Notmuch class
Sebastian Spaeth
2010-03-30
database.py: also need to import Message
Sebastian Spaeth
2010-03-30
Ubuntu debian file creation documentation
Sebastian Spaeth
2010-03-30
Debian pkg creation stuff
Sebastian Spaeth
2010-03-30
message.py: Don't use ctypes.c_bool as that does not exist in python 2.5
Sebastian Spaeth
2010-03-30
message.py: fix indentation
Jesse Rosenthal
2010-03-30
Need to do capitalization changes in dict keys from rev 45d2012fcf51 for all usages
Sebastian Spaeth
2010-03-30
message.py: small doc changes and unused code removal
Sebastian Spaeth
2010-03-30
Revert some unneeded white space changes
Sebastian Spaeth
2010-03-30
[REV2] adding part, simplifying Message.get_parts(), and fixing json to work with dme's json ui
Jesse Rosenthal
2010-03-28
implement sort order for notmuch show
Jesse Rosenthal
2010-03-25
fix wrongly names variable format->out_format
Sebastian Spaeth
2010-03-25
rename show_messages to print_messages and fix up the arg parsing for notmuch show a bit
Sebastian Spaeth
2010-03-25
Message(): add 'match' result in text output. Fix is_match to use class, not instance, attributes.
Sebastian Spaeth
2010-03-25
message.yp: add GPL v3 boilerplate and add Jesse as copyright holder
Sebastian Spaeth
2010-03-25
Message(): Implement show message as text or json
Jesse Rosenthal
2010-03-25
notmuch: Make modifications to implement notmuch search
Jesse Rosenthal
2010-03-25
push __VERSION__ to post release 0.2.1+
Sebastian Spaeth
2010-03-25
Added tag v0.2.1 for changeset 8f496a1f9b34
Sebastian Spaeth
2010-03-25
bump __VERSION__ to 0.2.1
Sebastian Spaeth
2010-03-25
docs: Improve documentations
Sebastian Spaeth
2010-03-25
Implement Database.upgrade() to get the last bit of API. We are complete now.
Sebastian Spaeth
2010-03-25
Implement Filenames() iterator. The API should be complete at this point.
Sebastian Spaeth
2010-03-25
Implement Database().get_directory() and Directory() class.
Sebastian Spaeth
2010-03-25
Implement Message().get|set_flag()
Sebastian Spaeth
2010-03-24
fix documentations, and add a very brittle notmuch reply command
Sebastian Spaeth
2010-03-24
Added tag v0.2.0 for changeset 36e2dd4e739a
Sebastian Spaeth
2010-03-24
README: update changelog
Sebastian Spaeth
2010-03-24
bump __VERSION__ to 0.2.0
Sebastian Spaeth
2010-03-24
try c_long rather c_int64 for time_t
Sebastian Spaeth
2010-03-24
time_t is a signed int, not an unsigned one...
Sebastian Spaeth
2010-03-24
Factor Messages() and Message() out into their own file. rename tags.py to tag.py for consistency.
Sebastian Spaeth
2010-03-24
notmuch: Implement 'notmuch search'
Sebastian Spaeth
2010-03-24
Implement Thread() and Threads()
Sebastian Spaeth
2010-03-24
docs: Update documentation
Sebastian Spaeth
2010-03-22
Added tag v0.1.1 for changeset 4fdbf2935cdf
Sebastian Spaeth
2010-03-22
Make __VERSION__ available via cnotmuch.notmuch.__VERSION__ and improve README
Sebastian Spaeth
2010-03-22
notmuch: use new function Database().create_query() for 'count'
Sebastian Spaeth
2010-03-22
Fix Database().create_query() to actually initialize the Query with the correct object.
Sebastian Spaeth
2010-03-22
setup.py and MANIFEST.in for the 0.1 release. Unfortunately post-version tag.
Sebastian Spaeth
2010-03-22
Added tag v0.1 for changeset 27f38f75d27d
Sebastian Spaeth
2010-03-19
Implement Message.get_replies()
Sebastian Spaeth
2010-03-19
docs: Add missing newline that broke formatting
Sebastian Spaeth
[prev]
[next]