This website requires JavaScript.
Explore
Help
Sign in
debian
/
notmuch
Watch
1
Star
0
Fork
You've already forked notmuch
0
mirror of
https://git.notmuchmail.org/git/notmuch
synced
2024-11-22 02:48:08 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
3cdb24d38a
notmuch
/
.gitignore
6 lines
32 B
Text
Raw
Normal View
History
Unescape
Escape
Makefile: Hide away auto-generated dependency file as .depends. Instead of the old name of Makefile.dep. The idea being that the user really doesn't need to see this by default, (and if debugging the Makefile, the rules will make the name obvious).
2009-11-10 01:24:50 +01:00
.depends
notmuch: Start actually adding messages to the index. This is the beginning of the notmuch library as well, with its interface in notmuch.h. So far we've got create, open, close, and add_message (all with a notmuch_database prefix). The current add_message function has already been whittled down from what we have in notmuch-index-message to add only references, message-id, and thread-id to the index, (that is---just enough to do thread-linkage but nothing for full-text searching). The concept here is to do something quickly so that the user can get some data into notmuch and start using it. (The most interesting stuff is then thread-linkage and labels like inbox and unread.) We can defer the full-text indexing of the body of the messages for later, (such as in the background while the user is reading mail). The initial thread-stitching step is still slower than I would like. We may have to stop using libgmime for this step as its overhead is not worth it for the simple case of just parsing the message-id, references, and in-reply-to headers.
2009-10-19 05:56:30 +02:00
notmuch
Add a simple manual page for notmuch. By pulling content out of notmuch help, and also the messages printed by "notmuch setup".
2009-11-02 15:13:16 +01:00
notmuch.1.gz
Rename g_mime_test to notmuch-index-message In preparation for actually creating a Xapian index from the message, (not that we're doing that quite yet).
2009-10-13 22:28:13 +02:00
Reference in a new issue
Copy permalink