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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Makefile
Age
Commit message (
Expand
)
Author
2009-11-17
Makefile: Change default install prefix from /usr to /usr/local
Carl Worth
2009-11-12
Makefile: Fix dependency generation for files in sub-directories.
Carl Worth
2009-11-10
Makefile: Change default flags to -O2.
Carl Worth
2009-11-10
Makefile: Make the top-level Makefile a little more independent.
Carl Worth
2009-11-10
Makefile: Simplify setting of CFLAGS, etc.
Carl Worth
2009-11-10
Makefile: Fix dependency generation to make .d files themselves dependent.
Carl Worth
2009-11-10
Implement a non-recursive make.
Carl Worth
2009-11-09
Makefile: Hide away auto-generated dependency file as .depends.
Carl Worth
2009-11-09
libify: Move library sources down into lib directory.
Carl Worth
2009-11-06
Makefile: Fix install target to depend on the all target.
Carl Worth
2009-11-02
Drop date.c file, (use identical function from GMime instead).
Carl Worth
2009-11-02
Makefile: Rewrite to use NOTMUCH rather than MY in variable names.
Carl Worth
2009-11-02
Add a simple manual page for notmuch.
Carl Worth
2009-10-30
Makefile: Add a simple target for "make install".
Carl Worth
2009-10-28
Add full-text indexing using the GMime library for parsing.
Carl Worth
2009-10-26
Move terms and tags code to a new tags.cc file.
Carl Worth
2009-10-25
Add an initial implementation of a notmuch_thread_t object.
Carl Worth
2009-10-25
Fix missing xapian-flags when generating dependencies.
Carl Worth
2009-10-25
Drop unused variable.
Carl Worth
2009-10-25
Add -Wswitch-enum and fix warnings.
Carl Worth
2009-10-25
Add -Wmising-declarations and fix warnings.
Carl Worth
2009-10-25
Add -Wwrite-strings and fix warnings.
Carl Worth
2009-10-25
Re-enable the warning for unused parameters.
Carl Worth
2009-10-25
Add -Wextra and fix warnings.
Carl Worth
2009-10-25
Rework Makefile just a bit to enable adding flags for more compiler warnings
Carl Worth
2009-10-24
Add debugging code for examining query strings.
Carl Worth
2009-10-22
Generate message ID (using SHA1) when a mail message contains none.
Carl Worth
2009-10-20
Implement 'notmuch dump'.
Carl Worth
2009-10-20
Rename private notmuch_message_t to notmuch_message_file_t
Carl Worth
2009-10-20
Makefile: Add automatic dependency tracking to the Makefile.
Carl Worth
2009-10-19
Remove test programs, xapian-dump and notmuch-index-message
Carl Worth
2009-10-19
Hook up our fancy new notmuch_parse_date function.
Carl Worth
2009-10-19
notmuch: Switch from gmime to custom, ad-hoc parsing of headers.
Carl Worth
2009-10-18
notmuch: Start actually adding messages to the index.
Carl Worth
2009-10-17
Start a new top-level executable: notmuch.
Carl Worth
2009-10-14
Protect against missing message id while indexing files
Keith Packard
2009-10-13
Rename g_mime_test to notmuch-index-message
Carl Worth
2009-10-13
Add the beginnings of a xapian-dump program.
Carl Worth
2009-10-13
Initial commit of a test program to form the basis of notmuch.
Carl Worth
[prev]