mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 19:08:09 +01:00
NEWS: Note build fix for OpenSolaris (at least).
This hit the list just as I sent out my "final call for 0.3.1 testing" and is just the kind of thing that's nice to get into a maintenance release.
This commit is contained in:
parent
aab54b4ce7
commit
9d365fb5ad
1 changed files with 7 additions and 0 deletions
7
NEWS
7
NEWS
|
@ -34,6 +34,13 @@ Automatically tag messages as "replied" when sending a reply
|
||||||
automatically remove that tag when replying. See "Notmuch Message
|
automatically remove that tag when replying. See "Notmuch Message
|
||||||
Mark Replied" in the notmuch customize interface.
|
Mark Replied" in the notmuch customize interface.
|
||||||
|
|
||||||
|
Build fix
|
||||||
|
---------
|
||||||
|
Fix build on OpenSolaris (at least) due to missing 'extern "C"' block.
|
||||||
|
|
||||||
|
Without this, the C++ sources could not find strcasestr and the
|
||||||
|
final linking of notmuch would fail.
|
||||||
|
|
||||||
Notmuch 0.3 (2010-04-27)
|
Notmuch 0.3 (2010-04-27)
|
||||||
========================
|
========================
|
||||||
New command-line features
|
New command-line features
|
||||||
|
|
Loading…
Reference in a new issue