]> git.cworth.org Git - notmuch-wiki/blob - index.mdwn
Make "website" and h2 section.
[notmuch-wiki] / index.mdwn
1 [[!img notmuch-logo.png alt="Notmuch logo" class="left"]]
2 # Notmuch -- The mail indexer
3
4 ## Why Notmuch?
5
6 * "Not much mail" is what Notmuch thinks about your email
7   collection. Even if you receive 12000 messages per month or have on
8   the order of millions of messages that you've been saving for
9   decades. Regardless, Notmuch will be able to quickly search all of
10   it. It's just plain not much mail.
11
12 * "Not much mail" is also what you should have in your inbox at any
13   time. Notmuch gives you what you need, (tags and fast search), so
14   that you can keep your inbox tamed and focus on what really matters
15   in your life, (which is surely not email).
16
17 * Notmuch is an answer to [Sup](http://sup.rubyforge.org/).
18   Sup is a very good email program written by William Morgan (and
19   others) and is the direct inspiration for Notmuch. Notmuch began as
20   an effort to rewrite performance-critical pieces of Sup in C rather
21   than ruby. From there, it grew into a separate project. One
22   significant contribution Notmuch makes compared to Sup is the
23   separation of the indexer/searcher from the user interface. (Notmuch
24   provides a library interface so that its indexing/searching/tagging
25   features can be integrated into any email program.)
26
27 * Notmuch is not much of an email program. It doesn't receive messages
28   (no POP or IMAP suport). It doesn't send messages (no mail composer,
29   no network code at all). And for what it does do (email search) that
30   work is provided by an external library,
31   [Xapian](http://xapian.org).  So if Notmuch provides no user
32   interface and Xapian does all the heavy lifting, then what's left
33   here? Not much.
34
35 Notmuch is still in the early stages of development, but there are
36 already two user interfaces available for it (one for emacs and one
37 for vim). If you've been looking for a fast, global-search and
38 tag-based email reader to use within your text editor or in a
39 terminal, then Notmuch may be exactly what you've been looking for.
40
41 Otherwise, if you're a developer of an existing email program and
42 would love a good library interface for fast, global search with
43 support for arbitrary tags, then Notmuch also may be exactly what
44 you've been looking for.
45
46 ## News
47
48 [[The latest news from notmuch|news]]
49
50 ## Documentation
51
52 So far, there is not much documentation.  Eventually, the wiki will
53 contain a reference for users.  This is what we have so far:
54
55   * [[General how-tos|howto]]
56   * [[Initial_Tagging]]
57   * [[Tips for using notmuch within Emacs|emacstips]]
58   * [[Remote Usage|remoteusage]]
59   * [[Performance|performance]]
60   * [[Available frontends|frontends]]
61
62 Apart from the wiki, help is available via email.  Join the mailing
63 list.  Read the archives.  Ask questions.
64
65 ## Source code
66
67 All of the code for Notmuch is available as [free
68 software](http://www.fsf.org/licensing/essays/free-sw.html) released
69 under the GNU [GPL version
70 3](http://www.fsf.org/licensing/licenses/gpl.html). The latest
71 versions can be checked out via git with this command:
72
73     git clone git://notmuchmail.org/git/notmuch
74
75 You can browse the [Notmuch code
76 history](http://git.notmuchmail.org/git/notmuch) online. And finally,
77 you can [subscribe to the `notmuch-commits`
78 list](http://notmuchmail.org/mailman/listinfo/notmuch-commits) to watch
79 every commit made to notmuch and the notmuchmail.org web site.
80
81 Source code of notmuch releases can be downloaded [here](http://notmuchmail.org/releases/).
82
83 There is a buildbot [here](http://buildbot.notmuchmail.org/grid) (configuration [here](https://github.com/tomprince/buildbot-configs/tree/notmuch)).
84
85 ## Bug-tracking and patches
86
87 Patches are most welcome and should be sent to notmuch@notmuchmail.org.
88 Please try to follow the [[patch submission guidelines|patchformatting]]
89 when submitting patches to notmuch.
90
91 We are currently tracking patches with notmuch itself, using a utility
92 called [[nmbug]].
93
94 The status of current patches can also be followed [[online|http://nmbug.tethera.net/status]].
95
96 ## Binary packages
97
98 * [Debian](http://packages.debian.org/search?keywords=notmuch), [Ubuntu](http://packages.ubuntu.com/search?keywords=notmuch)
99 * [Slackware](http://slackbuilds.org/repository/13.37/office/notmuch/)
100
101 ## Screenshots
102
103 * [[Emacs UI screenshots|screenshots]]
104
105 ## Contact: Email & IRC
106
107 Comments? Please feel free to email the notmuch mailing list:
108 notmuch@notmuchmail.org (subscription is not required, but you can
109 subscribe to the [notmuch
110 list](http://notmuchmail.org/mailman/listinfo/notmuch) if you would
111 like to). You can also browse the [online
112 archives](http://notmuchmail.org/pipermail/notmuch/) of the mailing
113 list, read them as a [web forum
114 (nabble)](http://notmuch.198994.n3.nabble.com/), or download an
115 [mbox file](http://notmuchmail.org/archives/notmuch.mbox) of the entire
116 mailing-list.
117
118 The `mb2md` utility can be used to convert the archives to maildir
119 format which is convenient for reading the archives within notmuch
120 itself.
121
122 If you prefer real-time chat, there is often someone on the
123 [#notmuch](irc://chat.freenode.net/#notmuch)@irc.freenode.net IRC
124 channel.
125
126 ## Feature ideas
127
128 We have started a [[feature requests|feature-requests]] page on this
129 wiki.  No, things you add there won't automatically get implemented -
130 but it's a nice way to collect ideas.
131
132 ## Website
133
134 This wiki is maintained using
135 [ikiwiki](http://ikiwiki.info). Instructions on how to edit it can be
136 found [[here|wikiwriteaccess]].