26
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 13, 2023 — May 13, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
notmuch dump: Fix the sorting of results. More... over 14 years ago
add_message: Add a type:mail ("Kmail") term to all documents. More... over 14 years ago
notmuch setup: Print a few protecting spaces after progress reports. More... over 14 years ago
.gitignore: Ignore generated file Makefile.dep More... over 14 years ago
database: Remove two little bits of dead code. More... over 14 years ago
query: Remove the magic NOTMUCH_QUERY_ALL More... over 14 years ago
notmuch dump: Free each message as it's used. More... over 14 years ago
Add destroy functions for results, message, and tags. More... over 14 years ago
Rename our talloc destructor functions to _destructor. More... over 14 years ago
Implement 'notmuch dump'. More... over 14 years ago
Rename private notmuch_message_t to notmuch_message_file_t More... over 14 years ago
Makefile: Add automatic dependency tracking to the Makefile. More... over 14 years ago
notmuch: Fix setup so that accepting the default mail path works. More... over 14 years ago
message: Use g_hash_table_destroy instead of g_hash_table_unref More... over 14 years ago
add_message: Fix memory leak of thread_ids GPtrArray. More... over 14 years ago
database.cc: Document better pieces of glib that we're using. More... over 14 years ago
message.c: Free leaked memory in notmuch_message object More... over 14 years ago
notmuch: Use GNU libc getline() instead of glib GIOChannel More... over 14 years ago
notmuch_database_open: Fix error message for file-not-found. More... over 14 years ago
Add some explanation about NOTMUCH_BASE to setup_command. More... over 14 years ago
notmuch_database_create/open: Fix to handle NULL as documented. More... over 14 years ago
notmuch_message_get_header: Fix bogus return of NULL header. More... over 14 years ago
notmuch: Revamp help message a bit. More... over 14 years ago
notmuch: Ignore files that don't look like email messages. More... over 14 years ago
Protect definition of _GNU_SOURCE. More... over 14 years ago
Remove test programs, xapian-dump and notmuch-index-message More... over 14 years ago
notmuch: Reword the progress report slightly. More... over 14 years ago
Rework message parsing to use getline rather than mmap. More... over 14 years ago
Don't hash headers we won't end up using. More... over 14 years ago
Document which pieces of glib we're still using. More... over 14 years ago