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