mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 02:48:08 +01:00
Merge branch 'release'
This commit is contained in:
commit
d99f15d7ee
16 changed files with 51 additions and 14 deletions
28
NEWS
28
NEWS
|
@ -1,3 +1,31 @@
|
||||||
|
Notmuch 0.13.1 (2012-05-29)
|
||||||
|
===========================
|
||||||
|
|
||||||
|
Bug-fix release
|
||||||
|
---------------
|
||||||
|
|
||||||
|
Fix inserting of UTF-8 characters from *text/plain* parts in reply
|
||||||
|
|
||||||
|
While notmuch gained ability to insert content from other than *text/plain*
|
||||||
|
parts of email whenever *text/plain* parts are not available (notably
|
||||||
|
HTML-only emails), replying to mails that do have *text/plain* the
|
||||||
|
non-ASCII characters were incorrectly decoded. This is now fixed.
|
||||||
|
|
||||||
|
`notmuch_database_get_directory` and
|
||||||
|
`notmuch_database_find_message_by_filename` now work on read-only
|
||||||
|
databases
|
||||||
|
|
||||||
|
Previously, these functions attempted to create directory documents
|
||||||
|
that didn't exist and would return an error or abort when given a
|
||||||
|
read-only database. Now they no longer create directory documents
|
||||||
|
and simply return a `NULL` object if the directory does not exist,
|
||||||
|
as documented.
|
||||||
|
|
||||||
|
Fix compilation of ruby bindings.
|
||||||
|
|
||||||
|
Revert to dynamic linking, since the statically linked bindings did
|
||||||
|
not work well.
|
||||||
|
|
||||||
Notmuch 0.13 (2012-05-15)
|
Notmuch 0.13 (2012-05-15)
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
|
|
|
@ -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'
|
__VERSION__ = '0.13.1'
|
||||||
|
|
9
debian/changelog
vendored
9
debian/changelog
vendored
|
@ -1,3 +1,12 @@
|
||||||
|
notmuch (0.13.1-1) unstable; urgency=low
|
||||||
|
|
||||||
|
* Upstream bugfix release.
|
||||||
|
- fix for encoding problems with reply in emacs
|
||||||
|
- notmuch_database_(get_directory|find_message_by_filename) now
|
||||||
|
work for read-only databases.
|
||||||
|
|
||||||
|
-- David Bremner <bremner@debian.org> Fri, 25 May 2012 21:19:06 -0300
|
||||||
|
|
||||||
notmuch (0.13-1) unstable; urgency=low
|
notmuch (0.13-1) unstable; urgency=low
|
||||||
|
|
||||||
* New upstream release. See /usr/share/doc/notmuch/NEWS.gz for changes.
|
* New upstream release. See /usr/share/doc/notmuch/NEWS.gz for changes.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.TH NOTMUCH-CONFIG 1 2012-05-15 "Notmuch 0.13"
|
.TH NOTMUCH-CONFIG 1 2012-05-25 "Notmuch 0.13.1"
|
||||||
.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-05-15 "Notmuch 0.13"
|
.TH NOTMUCH-COUNT 1 2012-05-25 "Notmuch 0.13.1"
|
||||||
.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-05-15 "Notmuch 0.13"
|
.TH NOTMUCH-DUMP 1 2012-05-25 "Notmuch 0.13.1"
|
||||||
.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-05-15 "Notmuch 0.13"
|
.TH NOTMUCH-NEW 1 2012-05-25 "Notmuch 0.13.1"
|
||||||
.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-05-15 "Notmuch 0.13"
|
.TH NOTMUCH-REPLY 1 2012-05-25 "Notmuch 0.13.1"
|
||||||
.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-05-15 "Notmuch 0.13"
|
.TH NOTMUCH-RESTORE 1 2012-05-25 "Notmuch 0.13.1"
|
||||||
.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-05-15 "Notmuch 0.13"
|
.TH NOTMUCH-SEARCH 1 2012-05-25 "Notmuch 0.13.1"
|
||||||
.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-05-15 "Notmuch 0.13"
|
.TH NOTMUCH-SHOW 1 2012-05-25 "Notmuch 0.13.1"
|
||||||
.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-05-15 "Notmuch 0.13"
|
.TH NOTMUCH-TAG 1 2012-05-25 "Notmuch 0.13.1"
|
||||||
.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-05-15 "Notmuch 0.13"
|
.TH NOTMUCH 1 2012-05-25 "Notmuch 0.13.1"
|
||||||
.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-05-15 "Notmuch 0.13"
|
.TH NOTMUCH-HOOKS 5 2012-05-25 "Notmuch 0.13.1"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
notmuch-hooks \- hooks for notmuch
|
notmuch-hooks \- hooks for notmuch
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.TH NOTMUCH-SEARCH-TERMS 7 2012-05-15 "Notmuch 0.13"
|
.TH NOTMUCH-SEARCH-TERMS 7 2012-05-25 "Notmuch 0.13.1"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
notmuch-search-terms \- Syntax for notmuch queries
|
notmuch-search-terms \- Syntax for notmuch queries
|
||||||
|
|
2
version
2
version
|
@ -1 +1 @@
|
||||||
0.13
|
0.13.1
|
||||||
|
|
Loading…
Reference in a new issue