aboutsummaryrefslogtreecommitdiffhomepage
path: root/man
diff options
context:
space:
mode:
authorGravatar David Bremner <bremner@debian.org>2013-08-03 08:29:40 -0300
committerGravatar David Bremner <bremner@debian.org>2013-08-03 08:29:40 -0300
commit48f2b3f1bc279f61b78d2cb4b19e8b05e607b125 (patch)
tree4ad54860ae2278b10e6177e3a5dc1a387c61469f /man
parent15f5fc513d45cb6173c1a319e3c58b724c3da4db (diff)
release: synchronize dates
man pages, NEWS, and debian changelog all hardcode date. Make them hardcode the same date.
Diffstat (limited to 'man')
-rw-r--r--man/man1/notmuch-config.12
-rw-r--r--man/man1/notmuch-count.12
-rw-r--r--man/man1/notmuch-dump.12
-rw-r--r--man/man1/notmuch-insert.12
-rw-r--r--man/man1/notmuch-new.12
-rw-r--r--man/man1/notmuch-reply.12
-rw-r--r--man/man1/notmuch-restore.12
-rw-r--r--man/man1/notmuch-search.12
-rw-r--r--man/man1/notmuch-show.12
-rw-r--r--man/man1/notmuch-tag.12
-rw-r--r--man/man1/notmuch.12
-rw-r--r--man/man5/notmuch-hooks.52
-rw-r--r--man/man7/notmuch-search-terms.72
13 files changed, 13 insertions, 13 deletions
diff --git a/man/man1/notmuch-config.1 b/man/man1/notmuch-config.1
index 8b1624bc..72952a12 100644
--- a/man/man1/notmuch-config.1
+++ b/man/man1/notmuch-config.1
@@ -1,4 +1,4 @@
-.TH NOTMUCH-CONFIG 1 2013-07-28 "Notmuch 0.16"
+.TH NOTMUCH-CONFIG 1 2013-08-03 "Notmuch 0.16"
.SH NAME
notmuch-config \- access notmuch configuration file
.SH SYNOPSIS
diff --git a/man/man1/notmuch-count.1 b/man/man1/notmuch-count.1
index c759712d..baed25fb 100644
--- a/man/man1/notmuch-count.1
+++ b/man/man1/notmuch-count.1
@@ -1,4 +1,4 @@
-.TH NOTMUCH-COUNT 1 2013-07-28 "Notmuch 0.16"
+.TH NOTMUCH-COUNT 1 2013-08-03 "Notmuch 0.16"
.SH NAME
notmuch-count \- count messages matching the given search terms
.SH SYNOPSIS
diff --git a/man/man1/notmuch-dump.1 b/man/man1/notmuch-dump.1
index 7badf5a7..d758fdd7 100644
--- a/man/man1/notmuch-dump.1
+++ b/man/man1/notmuch-dump.1
@@ -1,4 +1,4 @@
-.TH NOTMUCH-DUMP 1 2013-07-28 "Notmuch 0.16"
+.TH NOTMUCH-DUMP 1 2013-08-03 "Notmuch 0.16"
.SH NAME
notmuch-dump \- creates a plain-text dump of the tags of each message
diff --git a/man/man1/notmuch-insert.1 b/man/man1/notmuch-insert.1
index 87ae11c9..06c4c5ea 100644
--- a/man/man1/notmuch-insert.1
+++ b/man/man1/notmuch-insert.1
@@ -1,4 +1,4 @@
-.TH NOTMUCH-INSERT 1 2013-07-28 "Notmuch 0.16"
+.TH NOTMUCH-INSERT 1 2013-08-03 "Notmuch 0.16"
.SH NAME
notmuch-insert \- add a message to the maildir and notmuch database
.SH SYNOPSIS
diff --git a/man/man1/notmuch-new.1 b/man/man1/notmuch-new.1
index 708edd73..7da668eb 100644
--- a/man/man1/notmuch-new.1
+++ b/man/man1/notmuch-new.1
@@ -1,4 +1,4 @@
-.TH NOTMUCH-NEW 1 2013-07-28 "Notmuch 0.16"
+.TH NOTMUCH-NEW 1 2013-08-03 "Notmuch 0.16"
.SH NAME
notmuch-new \- incorporate new mail into the notmuch database
.SH SYNOPSIS
diff --git a/man/man1/notmuch-reply.1 b/man/man1/notmuch-reply.1
index 58e6a746..ac76b07f 100644
--- a/man/man1/notmuch-reply.1
+++ b/man/man1/notmuch-reply.1
@@ -1,4 +1,4 @@
-.TH NOTMUCH-REPLY 1 2013-07-28 "Notmuch 0.16"
+.TH NOTMUCH-REPLY 1 2013-08-03 "Notmuch 0.16"
.SH NAME
notmuch-reply \- constructs a reply template for a set of messages
diff --git a/man/man1/notmuch-restore.1 b/man/man1/notmuch-restore.1
index 7b3abc72..fa2fc674 100644
--- a/man/man1/notmuch-restore.1
+++ b/man/man1/notmuch-restore.1
@@ -1,4 +1,4 @@
-.TH NOTMUCH-RESTORE 1 2013-07-28 "Notmuch 0.16"
+.TH NOTMUCH-RESTORE 1 2013-08-03 "Notmuch 0.16"
.SH NAME
notmuch-restore \- restores the tags from the given file (see notmuch dump)
diff --git a/man/man1/notmuch-search.1 b/man/man1/notmuch-search.1
index 07f6051c..2d6ecafc 100644
--- a/man/man1/notmuch-search.1
+++ b/man/man1/notmuch-search.1
@@ -1,4 +1,4 @@
-.TH NOTMUCH-SEARCH 1 2013-07-28 "Notmuch 0.16"
+.TH NOTMUCH-SEARCH 1 2013-08-03 "Notmuch 0.16"
.SH NAME
notmuch-search \- search for messages matching the given search terms
.SH SYNOPSIS
diff --git a/man/man1/notmuch-show.1 b/man/man1/notmuch-show.1
index e5592815..7bb67ffc 100644
--- a/man/man1/notmuch-show.1
+++ b/man/man1/notmuch-show.1
@@ -1,4 +1,4 @@
-.TH NOTMUCH-SHOW 1 2013-07-28 "Notmuch 0.16"
+.TH NOTMUCH-SHOW 1 2013-08-03 "Notmuch 0.16"
.SH NAME
notmuch-show \- show messages matching the given search terms
.SH SYNOPSIS
diff --git a/man/man1/notmuch-tag.1 b/man/man1/notmuch-tag.1
index c8685ea4..079f5c0a 100644
--- a/man/man1/notmuch-tag.1
+++ b/man/man1/notmuch-tag.1
@@ -1,4 +1,4 @@
-.TH NOTMUCH-TAG 1 2013-07-28 "Notmuch 0.16"
+.TH NOTMUCH-TAG 1 2013-08-03 "Notmuch 0.16"
.SH NAME
notmuch-tag \- add/remove tags for all messages matching the search terms
diff --git a/man/man1/notmuch.1 b/man/man1/notmuch.1
index fe4965c3..f8477ac4 100644
--- a/man/man1/notmuch.1
+++ b/man/man1/notmuch.1
@@ -16,7 +16,7 @@
.\" along with this program. If not, see http://www.gnu.org/licenses/ .
.\"
.\" Author: Carl Worth <cworth@cworth.org>
-.TH NOTMUCH 1 2013-07-28 "Notmuch 0.16"
+.TH NOTMUCH 1 2013-08-03 "Notmuch 0.16"
.SH NAME
notmuch \- thread-based email index, search, and tagging
.SH SYNOPSIS
diff --git a/man/man5/notmuch-hooks.5 b/man/man5/notmuch-hooks.5
index 27dc1efe..5ca9fd64 100644
--- a/man/man5/notmuch-hooks.5
+++ b/man/man5/notmuch-hooks.5
@@ -1,4 +1,4 @@
-.TH NOTMUCH-HOOKS 5 2013-07-28 "Notmuch 0.16"
+.TH NOTMUCH-HOOKS 5 2013-08-03 "Notmuch 0.16"
.SH NAME
notmuch-hooks \- hooks for notmuch
diff --git a/man/man7/notmuch-search-terms.7 b/man/man7/notmuch-search-terms.7
index f3c168be..314efa89 100644
--- a/man/man7/notmuch-search-terms.7
+++ b/man/man7/notmuch-search-terms.7
@@ -1,4 +1,4 @@
-.TH NOTMUCH-SEARCH-TERMS 7 2013-07-28 "Notmuch 0.16"
+.TH NOTMUCH-SEARCH-TERMS 7 2013-08-03 "Notmuch 0.16"
.SH NAME
notmuch-search-terms \- syntax for notmuch queries