mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 10:58:10 +01:00
version: propagate version changes
These are the result of running "make update-versions"
This commit is contained in:
parent
5883873707
commit
6442a47361
13 changed files with 13 additions and 13 deletions
|
@ -1,2 +1,2 @@
|
||||||
# this file should be kept in sync with ../../../version
|
# this file should be kept in sync with ../../../version
|
||||||
__VERSION__ = '0.13.2'
|
__VERSION__ = '0.14'
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.TH NOTMUCH-CONFIG 1 2012-06-01 "Notmuch 0.13.2"
|
.TH NOTMUCH-CONFIG 1 2012-08-20 "Notmuch 0.14"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
notmuch-config \- access notmuch configuration file
|
notmuch-config \- access notmuch configuration file
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.TH NOTMUCH-COUNT 1 2012-06-01 "Notmuch 0.13.2"
|
.TH NOTMUCH-COUNT 1 2012-08-20 "Notmuch 0.14"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
notmuch-count \- count messages matching the given search terms
|
notmuch-count \- count messages matching the given search terms
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.TH NOTMUCH-DUMP 1 2012-06-01 "Notmuch 0.13.2"
|
.TH NOTMUCH-DUMP 1 2012-08-20 "Notmuch 0.14"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
notmuch-dump \- creates a plain-text dump of the tags of each message
|
notmuch-dump \- creates a plain-text dump of the tags of each message
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.TH NOTMUCH-NEW 1 2012-06-01 "Notmuch 0.13.2"
|
.TH NOTMUCH-NEW 1 2012-08-20 "Notmuch 0.14"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
notmuch-new \- incorporate new mail into the notmuch database
|
notmuch-new \- incorporate new mail into the notmuch database
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.TH NOTMUCH-REPLY 1 2012-06-01 "Notmuch 0.13.2"
|
.TH NOTMUCH-REPLY 1 2012-08-20 "Notmuch 0.14"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
notmuch-reply \- constructs a reply template for a set of messages
|
notmuch-reply \- constructs a reply template for a set of messages
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.TH NOTMUCH-RESTORE 1 2012-06-01 "Notmuch 0.13.2"
|
.TH NOTMUCH-RESTORE 1 2012-08-20 "Notmuch 0.14"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
notmuch-restore \- restores the tags from the given file (see notmuch dump)
|
notmuch-restore \- restores the tags from the given file (see notmuch dump)
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.TH NOTMUCH-SEARCH 1 2012-06-01 "Notmuch 0.13.2"
|
.TH NOTMUCH-SEARCH 1 2012-08-20 "Notmuch 0.14"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
notmuch-search \- search for messages matching the given search terms
|
notmuch-search \- search for messages matching the given search terms
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.TH NOTMUCH-SHOW 1 2012-06-01 "Notmuch 0.13.2"
|
.TH NOTMUCH-SHOW 1 2012-08-20 "Notmuch 0.14"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
notmuch-show \- show messages matching the given search terms
|
notmuch-show \- show messages matching the given search terms
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.TH NOTMUCH-TAG 1 2012-06-01 "Notmuch 0.13.2"
|
.TH NOTMUCH-TAG 1 2012-08-20 "Notmuch 0.14"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
notmuch-tag \- add/remove tags for all messages matching the search terms
|
notmuch-tag \- add/remove tags for all messages matching the search terms
|
||||||
|
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
.\" along with this program. If not, see http://www.gnu.org/licenses/ .
|
.\" along with this program. If not, see http://www.gnu.org/licenses/ .
|
||||||
.\"
|
.\"
|
||||||
.\" Author: Carl Worth <cworth@cworth.org>
|
.\" Author: Carl Worth <cworth@cworth.org>
|
||||||
.TH NOTMUCH 1 2012-06-01 "Notmuch 0.13.2"
|
.TH NOTMUCH 1 2012-08-20 "Notmuch 0.14"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
notmuch \- thread-based email index, search, and tagging
|
notmuch \- thread-based email index, search, and tagging
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.TH NOTMUCH-HOOKS 5 2012-06-01 "Notmuch 0.13.2"
|
.TH NOTMUCH-HOOKS 5 2012-08-20 "Notmuch 0.14"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
notmuch-hooks \- hooks for notmuch
|
notmuch-hooks \- hooks for notmuch
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.TH NOTMUCH-SEARCH-TERMS 7 2012-06-01 "Notmuch 0.13.2"
|
.TH NOTMUCH-SEARCH-TERMS 7 2012-08-20 "Notmuch 0.14"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
notmuch-search-terms \- syntax for notmuch queries
|
notmuch-search-terms \- syntax for notmuch queries
|
||||||
|
|
Loading…
Reference in a new issue