SHA256
8
0
forked from pool/notmuch

Accepting request 403341 from home:LarsMB:branches:devel:libraries:c_c++

I have tested this with mutt (which builds against notmuch) and it all
appears to be working fine.

- version 0.22
  - Xapian 1.3 support
  - Limited support for S/MIME messages
  - Fix for threading bug involving deleting and re-adding messages. 
  - Fix for case-sensitive content disposition headers.
  - Fix handling of 1 character directory names at top level.
  - Emacs: Notmuch replies now include all parts shown in the show view
  - Emacs: Filtering or Limiting messages is now bound to `l` in the
    search view
  - Emacs: `F` forwards all open messages in a thread
  - Emacs: Preferred content type can be determined from the message
    content
- version 0.21
  - Notmuch now requires gmime >= 2.6.7. The gmime 2.4 series is no
    longer supported.
  - Database revision tracking: `lastmod:` queries
  - Date queries now support `date:<expr>..!` shorthand for
    `date:<expr>..<expr>`
  - Notmuch database upgrade to support `lastmod:` queries
  - The `notmuch address` command supports new deduplication schemes

OBS-URL: https://build.opensuse.org/request/show/403341
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/notmuch?expand=0&rev=12
This commit is contained in:
2016-06-18 10:52:42 +00:00
committed by Git OBS Bridge
parent 6260c241cd
commit cc8d76e50b
8 changed files with 46 additions and 22 deletions

View File

@@ -1,3 +1,27 @@
-------------------------------------------------------------------
Sat Jun 18 10:04:44 UTC 2016 - lmb@suse.com
- version 0.22
- Xapian 1.3 support
- Limited support for S/MIME messages
- Fix for threading bug involving deleting and re-adding messages.
- Fix for case-sensitive content disposition headers.
- Fix handling of 1 character directory names at top level.
- Emacs: Notmuch replies now include all parts shown in the show view
- Emacs: Filtering or Limiting messages is now bound to `l` in the
search view
- Emacs: `F` forwards all open messages in a thread
- Emacs: Preferred content type can be determined from the message
content
- version 0.21
- Notmuch now requires gmime >= 2.6.7. The gmime 2.4 series is no
longer supported.
- Database revision tracking: `lastmod:` queries
- Date queries now support `date:<expr>..!` shorthand for
`date:<expr>..<expr>`
- Notmuch database upgrade to support `lastmod:` queries
- The `notmuch address` command supports new deduplication schemes
-------------------------------------------------------------------
Thu Jul 9 00:00:00 CEST 2015 - dsterba@suse.cz