Difference between revisions of "Notmuch"

From Free Software Directory
Jump to: navigation, search
m (version 0.20.2)
(notmuch-0.31.3)
(14 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{Entry
 
{{Entry
|Name=notmuch
+
|Name=Notmuch
 
|Short description=thread-based email index, search, and tagging
 
|Short description=thread-based email index, search, and tagging
|Full description='''Notmuch'''  is a command-line based program for indexing, searching, reading, and tagging large collections of email messages.
+
|Full description='''Notmuch'''  is an email full-text indexing and tagging engine based on [[Xapian]]. The package also provides an [[Emacs]] mail client, a [[Vim]] frontend and a [[Mutt]] integration script.
  
Notmuch can be used as an email reader, or simply as an indexer and search tool for other MUAs, like [[mutt]]. While the command-line program notmuch provides powerful functionality, it does not provide the most convenient interface for that  functionality. More  sophisticated interfaces are expected to be built on top of either the command-line interface, or more likely, on top of  the  notmuch library  interface. Current interface includes:
+
Many emacs users use it in concert with [[org-mode]] to build an efficient productivity platform.
*[[Emacs]]
+
|Homepage URL=https://notmuchmail.org/
*[[Vim]]
+
|Is High Priority Project=No
 +
|VCS checkout command=git clone git://git.notmuchmail.org/git/notmuch
 +
|Computer languages=C
 +
|Documentation note=Online manual pages at: https://notmuchmail.org/manpages/
  
The emacs-based interface  to  notmuch (available under emacs/ in the Notmuch source distribution) is the most widely used at this time.
+
See also this [http://notmuchmail.org/emacstips/ Tips and Tricks] for using notmuch with [[Emacs]].
|Homepage URL=http://notmuchmail.org/
+
|Decommissioned or Obsolete=No
|User level=beginner
 
|Component programs=mb2md
 
|VCS checkout command=git clone git://notmuchmail.org/git/notmuch
 
|Computer languages=C
 
|Documentation note=* [http://notmuchmail.org/emacstips/ Tips and Tricks] for using notmuch with [[Emacs]]
 
|IRC help=irc://irc.freenode.net/notmuch
 
 
|IRC general=irc://irc.freenode.net/notmuch
 
|IRC general=irc://irc.freenode.net/notmuch
|IRC development=irc://irc.freenode.net/notmuch
 
 
|Related projects=mu,mutt,sup,wanderlust,gnus,mh-e,nmh,emacs,alot,ner
 
|Related projects=mu,mutt,sup,wanderlust,gnus,mh-e,nmh,emacs,alot,ner
 
|Keywords=mail,indexer,email
 
|Keywords=mail,indexer,email
|Version identifier=0.20.2
+
|Version identifier=0.31.3
|Version date=2015/06/29
+
|Version date=2020/12/25
|Version status=beta
+
|Version status=stable
|Version download=http://notmuchmail.org/releases/notmuch-0.18.2.tar.gz
+
|Version download=https://notmuchmail.org/releases/notmuch-0.31.3.tar.xz
|Version comment=http://notmuchmail.org/releases/notmuch-0.20.2.tar.gz
 
 
|Last review by=Genium
 
|Last review by=Genium
|Last review date=2015/07/10
+
|Last review date=2021/01/03
|Submitted by=Genium
 
 
|Submitted date=2013/12/31
 
|Submitted date=2013/12/31
|Status=
+
|User level=intermediate
|Is GNU=No
+
|Extension of=emacs
 +
|Component programs=mb2md
 +
|Accepts cryptocurrency donations=No
 +
|OpenPGP signature=https://notmuchmail.org/releases/notmuch-0.31.3.tar.xz.asc
 +
|Test entry=No
 
}}
 
}}
 
{{Project license
 
{{Project license
|License=GPLv3
+
|License=GPLv3orlater
|License verified by=genium
+
|License verified by=Genium
|License verified date=2013/12/31
+
|License verified date=2020/08/19
 +
|License note=https://git.notmuchmail.org/git?p=notmuch;a=blob;f=COPYING
 +
}}
 +
{{Software category
 +
|Email-software=mail-client
 +
|Interface=command-line, console, e-mail
 +
|Programming-language=C
 +
|Runs-on=BSD, OS X, Android, GNU/Linux, GNU/Hurd
 +
|Use=email
 +
|Works-with=email
 +
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Source requirement
 +
|Prerequisite description=Xapian >= 1.4.0
 +
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Source requirement
 +
|Prerequisite description=[[gmime|GMime]] >= 3.0
 +
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Source requirement
 +
|Prerequisite description=Talloc
 +
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Source requirement
 +
|Prerequisite description=[[Zlib]]
 
}}
 
}}
 
{{Person
 
{{Person
 
|Real name=David Bremner
 
|Real name=David Bremner
|Role=maintainer
+
|Role=Maintainer
 
|Email=david@tethera.net
 
|Email=david@tethera.net
|Resource URL=
 
 
}}
 
}}
 
{{Person
 
{{Person
 
|Real name=Carl Worth
 
|Real name=Carl Worth
|Role=primary author
+
|Role=Primary author
 
|Email=cworth@cworth.org
 
|Email=cworth@cworth.org
|Resource URL=
 
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Users, developers
+
|Resource audience=User & Developer
 
|Resource kind=E-mail
 
|Resource kind=E-mail
|Resource URL=notmuch@notmuchmail.org
+
|Resource URL=mailto:notmuch@notmuchmail.org
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Users, developers
+
|Resource audience=User & Developer
 
|Resource kind=Mailing List Subscribe
 
|Resource kind=Mailing List Subscribe
|Resource URL=http://notmuchmail.org/mailman/listinfo/notmuch
+
|Resource URL=https://nmbug.notmuchmail.org/list/
 +
}}
 +
{{Resource
 +
|Resource audience=News
 +
|Resource kind=Homepage
 +
|Resource URL=https://notmuchmail.org/news/
 +
}}
 +
{{Resource
 +
|Resource audience=Developer
 +
|Resource kind=VCS Repository Webview
 +
|Resource URL=https://git.notmuchmail.org/git/notmuch
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Developers
+
|Resource audience=Developer
|Resource kind=Mailing List Subscribe
+
|Resource kind=Download
|Resource URL=http://notmuchmail.org/mailman/listinfo/notmuch-commits
+
|Resource URL=https://notmuchmail.org/releases/
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Users
+
|Resource audience=Developer
|Resource kind=Support
+
|Resource kind=Bug Tracking
|Resource URL=http://notmuch.198994.n3.nabble.com/
+
|Resource URL=http://nmbug.notmuchmail.org/status/
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=News
+
|Resource audience=EmacsWiki
 
|Resource kind=Homepage
 
|Resource kind=Homepage
|Resource URL=http://notmuchmail.org/news/
+
|Resource URL=https://www.emacswiki.org/emacs/NotMuch
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Developers
+
|Resource audience=Org Mode
|Resource kind=VCS Repository Webview
+
|Resource kind=Download
|Resource URL=http://git.notmuchmail.org/git/notmuch
+
|Resource URL=http://orgmode.org/cgit.cgi/org-mode.git/tree/contrib/lisp/org-notmuch.el
 +
}}
 +
{{Resource
 +
|Resource audience=Wikidata
 +
|Resource kind=General
 +
|Resource URL=https://www.wikidata.org/wiki/Q98479467
 
}}
 
}}
{{Software category
+
{{Resource
|Email-software=mail-client
+
|Resource audience=Debian
|Use=email
+
|Resource kind=Developer
|Works-with=email
+
|Resource URL=https://tracker.debian.org/pkg/notmuch
 
}}
 
}}
 
{{Featured}}
 
{{Featured}}

Revision as of 05:18, 3 January 2021


[edit]

Notmuch

https://notmuchmail.org/
thread-based email index, search, and tagging

Notmuch is an email full-text indexing and tagging engine based on Xapian. The package also provides an Emacs mail client, a Vim frontend and a Mutt integration script.

Many emacs users use it in concert with org-mode to build an efficient productivity platform.





Licensing

License

Verified by

Verified on

Notes

Verified by

Genium

Verified on

2 April 2024




Leaders and contributors

Contact(s)Role
Carl Worth Primary author
David Bremner Maintainer


Resources and communication

AudienceResource typeURI
DeveloperDownloadhttps://notmuchmail.org/releases/
DeveloperVCS Repository Webviewhttps://git.notmuchmail.org/git/notmuch
WikidataGeneralhttps://www.wikidata.org/wiki/Q98479467
User & DeveloperMailing List Subscribehttps://nmbug.notmuchmail.org/list/
DebianDeveloperhttps://tracker.debian.org/pkg/notmuch
User & DeveloperE-mailmailto:notmuch@notmuchmail.org
EmacsWikiHomepagehttps://www.emacswiki.org/emacs/NotMuch
DeveloperBug Trackinghttp://nmbug.notmuchmail.org/status/
Org ModeDownloadhttp://orgmode.org/cgit.cgi/org-mode.git/tree/contrib/lisp/org-notmuch.el
NewsHomepagehttps://notmuchmail.org/news/


Software prerequisites

KindDescription
Source requirementTalloc
Source requirementGMime >= 3.0
Source requirementXapian >= 1.4.0
Source requirementZlib

This entry (in part or in whole) was last reviewed on 2 April 2024.




Entry



















"Primary author" is not in the list (Maintainer, Contributor, Developer, Sponsor, Unknown) of allowed values for the "Role" property.


"User & Developer" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"User & Developer" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"News" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.








"EmacsWiki" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Org Mode" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Wikidata" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Debian" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.







Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.