diff options
author | Jostein Berntsen <jbernts@broadpark.no> | 2017-07-08 15:37:11 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-07-08 15:37:11 +0100 |
commit | 581900236ccd5099ecfaa39b077adcaff54217ae (patch) | |
tree | e81da457b1d9151b60003e74675bd3fc9ef93826 /office/notmuch | |
parent | a62433c161c11d0b8ff6d1d8f4f3cebade1fb8b4 (diff) |
office/notmuch: Updated for version 0.24.2.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'office/notmuch')
-rw-r--r-- | office/notmuch/README | 9 | ||||
-rw-r--r-- | office/notmuch/notmuch.SlackBuild | 2 | ||||
-rw-r--r-- | office/notmuch/notmuch.info | 6 |
3 files changed, 10 insertions, 7 deletions
diff --git a/office/notmuch/README b/office/notmuch/README index e3187025aa70..15e927cffceb 100644 --- a/office/notmuch/README +++ b/office/notmuch/README @@ -3,6 +3,9 @@ William Morgan (and others) and is the direct inspiration for Notmuch. Notmuch began as an effort to rewrite performance-critical pieces of Sup in C rather than ruby. From there, it grew into a separate project. One significant contribution Notmuch makes compared to Sup is the separation -of the indexer/searcher from the user interface. (Notmuch provides a -library interface so that its indexing/searching/tagging features can be -integrated into any email program. +of the indexer/searcher from the user interface. + +Notmuch provides a library interface so that its +indexing/searching/tagging features can be integrated into any email +program. Notmuch integrates very well with the mutt client for very fast +searching in all mails. diff --git a/office/notmuch/notmuch.SlackBuild b/office/notmuch/notmuch.SlackBuild index 03503870b004..719ecc80ffc9 100644 --- a/office/notmuch/notmuch.SlackBuild +++ b/office/notmuch/notmuch.SlackBuild @@ -25,7 +25,7 @@ # Written by Jostein Berntsen <jbernts@broadpark.no> PRGNAM=notmuch -VERSION=${VERSION:-0.24.1} +VERSION=${VERSION:-0.24.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/office/notmuch/notmuch.info b/office/notmuch/notmuch.info index d135ae2fefa7..9505aa7b0c53 100644 --- a/office/notmuch/notmuch.info +++ b/office/notmuch/notmuch.info @@ -1,8 +1,8 @@ PRGNAM="notmuch" -VERSION="0.24.1" +VERSION="0.24.2" HOMEPAGE="https://notmuchmail.org" -DOWNLOAD="https://notmuchmail.org/releases/notmuch-0.24.1.tar.gz" -MD5SUM="2fdf7e64d4b933370fc1ff6905448dbc" +DOWNLOAD="https://notmuchmail.org/releases/notmuch-0.24.2.tar.gz" +MD5SUM="f3373c838f7ad998e3c6dae7f780e9e5" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |