]> git.cworth.org Git - notmuch-wiki/blob - index.mdwn
patchwork links point to patchwork.notmuchmail.org now
[notmuch-wiki] / index.mdwn
1 # Why Notmuch?
2
3 * "Not much mail" is what Notmuch thinks about your email
4   collection. Even if you receive 12000 messages per month or have on
5   the order of millions of messages that you've been saving for
6   decades. Regardless, Notmuch will be able to quickly search all of
7   it. It's just plain not much mail.
8
9 * "Not much mail" is also what you should have in your inbox at any
10   time. Notmuch gives you what you need, (tags and fast search), so
11   that you can keep your inbox tamed and focus on what really matters
12   in your life, (which is surely not email).
13
14 * Notmuch is an answer to <a href="http://sup.rubyforge.org/">Sup</a>.
15   Sup is a very good email program written by William Morgan (and
16   others) and is the direct inspiration for Notmuch. Notmuch began as
17   an effort to rewrite performance-critical pieces of Sup in C rather
18   than ruby. From there, it grew into a separate project. One
19   significant contribution Notmuch makes compared to Sup is the
20   separation of the indexer/searcher from the user interface. (Notmuch
21   provides a library interface so that its indexing/searching/tagging
22   features can be integrated into any email program.)
23
24 * Notmuch is not much of an email program. It doesn't receive messages
25   (no POP or IMAP suport). It doesn't send messages (no mail composer,
26   no network code at all). And for what it does do (email search) that
27   work is provided by an external library, <a
28   href="http://xapian.org/">Xapian</a>. So if Notmuch provides no user
29   interface and Xapian does all the heavy lifting, then what's left
30   here? Not much.  </ul>
31
32 Notmuch is still in the early stages of development, but there are
33 already three user interfaces available for it (one for emacs, one for
34 vim, and another using curses for running within a terminal). If
35 you've been looking for a fast, global-search and tag-based email
36 reader to use within your text editor or in a terminal, then Notmuch
37 may be exactly what you've been looking for.
38
39 Otherwise, if you're a developer of an existing email program and
40 would love a good library interface for fast, global search with
41 support for arbitrary tags, then Notmuch also may be exactly what
42 you've been looking for.
43
44 Either way, please feel free to jump in. All of the code for Notmuch
45 is available as <a
46 href="http://www.fsf.org/licensing/essays/free-sw.html">free
47 software</a> released under the GNU 
48 <a href="http://www.fsf.org/licensing/licenses/gpl.html">GPL version 
49 3</a>. The latest versions
50 can be checked out via git with this command:
51
52         git clone git://notmuchmail.org/git/notmuch
53
54 Or you can browse the <a href="http://git.notmuchmail.org/git/notmuch">
55 Notmuch code history</a> online.
56
57 Patches are most welcome and should be sent to notmuch&#64;notmuchmail.org.
58 Please try to follow the [patch submission guidelines of the Git
59 project](http://repo.or.cz/w/git.git?a=blob;f=Documentation/SubmittingPatches;hb=HEAD)
60 when submitting patches to notmuch. We are currently test-driving a [Patchwork
61 instance](http://patchwork.notmuchmail.org/project/notmuch) to help us keep track
62 of [the patches](http://patchwork.notmuchmail.org/project/notmuch/list).
63
64 Comments? Please feel free to email the notmuch mailing list:
65 notmuch&#64;notmuchmail.org (subscription is not required, but you can
66 <a href="http://notmuchmail.org/mailman/listinfo/notmuch">subscribe to
67 the notmuch list</a> if you would like to). You can also browse the
68 <a href="http://notmuchmail.org/pipermail/notmuch/">online archives</a>
69 or the mailing list or download an <a href="http://notmuchmail.org/archives/notmuch.mbox">mbox file</a>
70 of the entire mailing-list. The mb2md utility can then be used to
71 convert the archives to maildir format which is convenient for
72 reading the archives within notmuch itself.
73
74 This wiki is maintained using [ikiwiki](http://ikiwiki.info). You can pull and
75 push changes using the following URL (no authentication necessary):
76
77     git://notmuchmail.org/git/notmuch-wiki