]> git.cworth.org Git - notmuch-wiki/blob - index.mdwn
index: add table of contents
[notmuch-wiki] / index.mdwn
1 [[!img notmuch-logo.png alt="Notmuch logo" class="left"]]
2 # Notmuch -- Just an email system
3
4 If you've been looking for a fast, global-search and tag-based email
5 system to use within your text editor or in a terminal...
6
7 If you're the kind of person that gets excited about being able to
8 write shell scripts for exploring and manipulating your email...
9
10 If you're a developer of an existing email program and would love a
11 good library interface for fast, global search with support for
12 arbitrary tags...
13
14 If you want the convenience of fast, reliable search of all your
15 email, but don't want to give a 3rd-party access to your email...
16
17 Then notmuch may be exactly what you've been looking for.
18
19 [[!toc levels=2]]
20
21 ## Why is it named Notmuch?
22
23 * "Not much mail" is what Notmuch thinks about your email
24   collection. Even if you receive 12000 messages per month or have on
25   the order of millions of messages that you've been saving for
26   decades. Regardless, Notmuch will be able to quickly search all of
27   it. It's just plain not much mail.
28
29 * "Not much mail" is also what you should have in your inbox at any
30   time. Notmuch gives you what you need, (tags and fast search), so
31   that you can keep your inbox tamed and focus on what really matters
32   in your life, (which is surely not email).
33
34 * Notmuch is an answer to [Sup](http://supmua.org/).
35   Sup is a very good email program written by William Morgan (and
36   others) and is the direct inspiration for Notmuch. Notmuch began as
37   an effort to rewrite performance-critical pieces of Sup in C rather
38   than ruby. From there, it grew into a separate project. One
39   significant contribution Notmuch makes compared to Sup is the
40   separation of the indexer/searcher from the user interface. (Notmuch
41   provides a library interface so that its indexing/searching/tagging
42   features can be integrated into any email program.)
43
44 * Notmuch is not much of an email program. It doesn't receive messages
45   (no POP or IMAP support). It doesn't send messages (no mail composer,
46   no network code at all). And for what it does do (email search) that
47   work is provided by an external library,
48   [Xapian](http://xapian.org).  So if Notmuch provides no user
49   interface and Xapian does all the heavy lifting, then what's left
50   here? Not much.
51
52 ## News
53
54 [[The latest news from notmuch|news]]
55
56 ## Getting Started
57
58 To get started with Notmuch, just run "notmuch" at the command line.
59 This command will walk you through initial setup, including specifying
60 the location of your mail store and how to start the initial indexing.
61
62 For a little more detailed guide, see [[Getting Started with
63 Notmuch|getting-started]].
64
65 ## Email Clients and Front Ends
66
67 Notmuch ships with a powerful set of [[command-line tools|manpages]], an
68 [[email client for Emacs|notmuch-emacs]], another
69 [client for vim](http://git.notmuchmail.org/git/notmuch/blob/HEAD:/vim/README),
70 and a [[Mutt integration script|notmuch-mutt]].
71
72 There are also many other [[email clients and frontends|frontends]] based on
73 Notmuch.
74
75 ## Documentation
76
77   * [[Notmuch manual pages|manpages]]
78   * [[General how-tos|howto]]
79   * [[Frequently Asked Questions|faq]]
80   * [[Searching]]
81   * [[Excluding and deleting messages|excluding]]
82   * [[Initial tagging|Initial_Tagging]]
83   * Tips for using Notmuch with [[Emacs|emacstips]], [[Vim|vimtips]], and [[Mutt|mutttips]]
84   * [[Emacs remote usage|remoteusage]]
85   * [[Performance|performance]]
86   * [[References|references]]
87   * [[Notmuch Library Language Bindings|bindings]]
88
89 Apart from the wiki, help is available via email and on IRC (see
90 below).  Join the mailing list.  Read the archives.  Ask questions.
91
92 ## Screenshots
93
94 * [[Emacs UI screenshots|screenshots]]
95
96 ## Obtaining Notmuch
97
98 [Notmuch source releases](http://notmuchmail.org/releases/) are available as
99 source tar balls.
100
101 Notmuch is packaged for at least the following operating systems and
102 distributions:
103
104 * [Arch Linux](https://www.archlinux.org/packages/?q=notmuch)
105 * [Debian](http://packages.debian.org/search?keywords=notmuch)
106 * [Fedora](https://apps.fedoraproject.org/packages/notmuch)
107 * [Gentoo](http://packages.gentoo.org/package/net-mail/notmuch)
108 * [NetBSD](http://ftp.netbsd.org/pub/pkgsrc/current/pkgsrc/mail/notmuch/README.html)
109 * [openSUSE](https://build.opensuse.org/search?search_text=notmuch)
110 * OS X [Homebrew](https://github.com/Homebrew/homebrew/blob/master/Library/Formula/notmuch.rb), [MacPorts](https://www.macports.org/ports.php?by=name&substr=notmuch), or [pkgsrc](http://ftp.netbsd.org/pub/pkgsrc/current/pkgsrc/mail/notmuch/README.html).
111 * [Slackware](http://slackbuilds.org/repository/13.37/office/notmuch/)
112 * [Ubuntu](http://packages.ubuntu.com/search?keywords=notmuch)
113
114 ## Development and Contributing
115
116 All of the code for Notmuch is available as [free
117 software](http://www.fsf.org/licensing/essays/free-sw.html) released
118 under the GNU [GPL version
119 3](http://www.fsf.org/licensing/licenses/gpl.html). The latest
120 versions can be checked out via git with this command:
121
122         git clone git://notmuchmail.org/git/notmuch
123
124 You can browse the
125 [Notmuch code history online](http://git.notmuchmail.org/git/notmuch). And
126 finally, you can
127 [subscribe to the `notmuch-commits` list](http://notmuchmail.org/mailman/listinfo/notmuch-commits)
128 to watch every commit made to notmuch and the notmuchmail.org web
129 site.
130
131 We have a [buildbot](http://buildbot.notmuchmail.org/grid) (here's
132 its
133 [configuration](https://github.com/tomprince/buildbot-configs/tree/notmuch)).
134
135 Contributions, such as patches, to Notmuch are most welcome. Please refer to the
136 [[guide to contributing|contributing]].
137
138 ## Troubleshooting and reporting bugs
139
140 For hints about troubleshooting and bug reporting see [[bugs]].
141
142 For a list of known bugs see the [[nmbug status page|http://nmbug.notmuchmail.org/status/#Bugs]].
143
144 ## Contact: Email & IRC
145
146 Comments? Please feel free to email the notmuch mailing list:
147 notmuch@notmuchmail.org (subscription is not required, but you can
148 also subscribe to the
149 [notmuch mailing list](http://notmuchmail.org/mailman/listinfo/notmuch)). You
150 can also browse the
151 [online list archives](http://notmuchmail.org/pipermail/notmuch/),
152 read them as a
153 [web forum (nabble)](http://notmuch.198994.n3.nabble.com/), or
154 download an [mbox file](http://notmuchmail.org/archives/notmuch.mbox)
155 of the entire mailing-list.
156
157 The `mb2md` utility can be used to convert the archives to maildir
158 format which is convenient for reading the archives within notmuch
159 itself.
160
161 If you prefer real-time chat, there is often someone on the
162 [#notmuch](irc://chat.freenode.net/#notmuch)@irc.freenode.net IRC channel. Don't
163 ask if you can ask a question, just ask, and please wait for an answer, we might
164 not be in your timezone.
165
166 ## Feature ideas
167
168 If you have a feature idea/request, please send it to the
169 [mailing list](http://notmuchmail.org/mailman/listinfo/notmuch). You
170 don't have to be subscribed to send, although there might be a delay
171 for non-subscribers.
172
173 ## Website
174
175 This website is a wiki, maintained using [ikiwiki](http://ikiwiki.info). Here
176 are [[instructions on how to edit the wiki|wikiwriteaccess]]. The wiki contents
177 are mostly [[dual licensed under CC-BY-SA-3.0 and GPLv3+|COPYING]].