1 [[!img notmuch-logo.png alt="Notmuch logo" class="left"]]
2 # Notmuch -- Just an email system
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...
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...
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
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...
17 Then notmuch may be exactly what you've been looking for.
21 ## Why is it named Notmuch?
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.
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).
34 * Notmuch is an answer to [Sup](http://sup-heliotrope.github.io/).
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.)
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
54 [[Notmuch news|news]] (mostly release notes and changes).
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.
62 For a little more detailed guide, see [[Getting Started with
63 Notmuch|getting-started]].
65 ## Email Clients and Front Ends
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](https://git.notmuchmail.org/git/notmuch/blob/HEAD:/vim/README),
70 and a [[Mutt integration script|notmuch-mutt]].
72 There are also many other [[email clients, frontends and tools|frontends]] based
77 * [[Notmuch manual pages|manpages]]
78 * [[Email clients and frontends|frontends]]
79 * [[General how-tos|howto]]
80 * [[Frequently Asked Questions|faq]]
82 * [[Excluding and deleting messages|excluding]]
83 * [[Initial tagging|Initial_Tagging]]
84 * Tips for using Notmuch with [[Emacs|emacstips]], [[Vim|vimtips]], and [[Mutt|mutttips]]
85 * [[Emacs remote usage|remoteusage]]
86 * [[Performance|performance]]
87 * [[References|references]]
88 * [[Notmuch Library Language Bindings|bindings]]
90 Apart from the wiki, help is available via email and on IRC (see
91 below). Join the mailing list. Read the archives. Ask questions.
95 * [[Emacs UI screenshots|screenshots]]
99 [Notmuch source releases](https://notmuchmail.org/releases/) are available as
102 Notmuch is packaged for at least the following operating systems and
105 * [Arch Linux](https://www.archlinux.org/packages/?q=notmuch)
106 * [Debian](http://packages.debian.org/search?keywords=notmuch)
107 * [Fedora](https://apps.fedoraproject.org/packages/notmuch)
108 * [FreeBSD](http://www.freshports.org/mail/notmuch)
109 * [Gentoo](http://packages.gentoo.org/package/net-mail/notmuch)
110 * [NetBSD](http://ftp.netbsd.org/pub/pkgsrc/current/pkgsrc/mail/notmuch/README.html)
111 * [openSUSE](https://build.opensuse.org/search?search_text=notmuch)
112 * OS X [Homebrew](https://github.com/Homebrew/homebrew-core/blob/09baa1c3f5a30f8450d2145d4fd988e4b4d48070/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).
113 * [Slackware](http://slackbuilds.org/repository/13.37/office/notmuch/)
114 * [Ubuntu](http://packages.ubuntu.com/search?keywords=notmuch)
116 ## Contact: Email & IRC
118 Comments? Please feel free to email the notmuch mailing list:
119 <mailto:notmuch@notmuchmail.org> (subscription is not required, but you can
120 also subscribe to the
121 [notmuch mailing list](https://notmuchmail.org/mailman/listinfo/notmuch)). You
123 [online list archives](https://notmuchmail.org/pipermail/notmuch/),
125 [web forum (nabble)](http://notmuch.198994.n3.nabble.com/), or
126 download an [mbox file](https://notmuchmail.org/archives/notmuch.mbox)
127 of the entire mailing-list.
129 ### Another mailing list
131 Currently the mailing list at notmuchmail.org is not working much, so
132 we have a temporary (?) list at
133 [freelists.org](https://www.freelists.org/list/notmuch). Feel free to
134 subscribe if you like, and to CC both lists with problem reports.
136 The `mb2md` utility can be used to convert the archives to maildir
137 format which is convenient for reading the archives within notmuch
140 If you prefer real-time chat, there is often someone on the
141 [#notmuch](irc://chat.freenode.net/#notmuch)@irc.freenode.net IRC channel. Don't
142 ask if you can ask a question, just ask, and please wait for an answer, we might
143 not be in your timezone.
145 ## Troubleshooting, Reporting Bugs and Feature Requests
147 Please send bug reports and feature requests to the [Notmuch mailing
148 list](https://notmuchmail.org/mailman/listinfo/notmuch)
149 <mailto:notmuch@notmuchmail.org>.
151 For hints about troubleshooting and bug reporting see [[bugs]].
153 Please see the [nmbug status page](http://nmbug.notmuchmail.org/status/) for
154 lists of [known bugs](http://nmbug.notmuchmail.org/status/#Bugs) and [feature
155 requests](http://nmbug.notmuchmail.org/status/#Wish-list).
157 ## Development and Contributing
159 All of the code for Notmuch is available as [free
160 software](https://www.fsf.org/licensing/essays/free-sw.html) released
161 under the GNU [GPL version
162 3](https://www.fsf.org/licensing/licenses/gpl.html). The latest
163 versions can be checked out via git with this command:
165 git clone git://notmuchmail.org/git/notmuch
167 You can browse the [Notmuch code history
168 online](https://git.notmuchmail.org/git/notmuch). A notification is sent to the
169 [notmuch-commits mailing
170 list](https://notmuchmail.org/mailman/listinfo/notmuch-commits) for every commit
171 made to Notmuch and the notmuchmail.org web site. [The Notmuch OpenHub project
172 page](https://www.openhub.net/p/notmuch) has a nice summary of the codebase and
175 Continuous integration build and test suite status: [![Build Status](https://travis-ci.org/notmuch/notmuch.svg?branch=master)](https://travis-ci.org/notmuch/notmuch)
177 Contributions, such as patches, to Notmuch are most welcome. Please refer to the
178 [[guide to contributing|contributing]].
182 This website is a wiki, maintained using [ikiwiki](http://ikiwiki.info). Here
183 are [[instructions on how to edit the wiki|wikiwriteaccess]]. The wiki contents
184 are mostly [[dual licensed under CC-BY-SA-3.0 and GPLv3+|COPYING]].