| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-04-20 | Replace index(3) with strchr(3) | Fredrik Fornwall | |
| The index(3) function has been deprecated in POSIX since 2001 and removed in 2008, and most code in notmuch already calls strchr(3). This fixes a compilation error on Android whose libc does not have index(3). | |||
| 2016-09-21 | lib: iterator API for message properties | David Bremner | |
| This is a thin wrapper around the string map iterator API just introduced. | |||
| 2016-09-21 | lib: basic message-property API | David Bremner | |
| Initially, support get, set and removal of single key/value pair, as well as removing all properties. | |||
