| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-08-01 | lib: add notmuch_message_count_files | David Bremner | |
| This operation is relatively inexpensive, as the needed metadata is already computed by our lazy metadata fetching. The goal is to support better UI for messages with multipile files. | |||
| 2016-06-05 | Use https instead of http where possible | Daniel Kahn Gillmor | |
| Many of the external links found in the notmuch source can be resolved using https instead of http. This changeset addresses as many as i could find, without touching the e-mail corpus or expected outputs found in tests. | |||
| 2011-03-21 | Fixup string list author | Austin Clements | |
| 2011-03-21 | Implement an internal generic string list and use it. | Austin Clements | |
| This replaces the guts of the filename list and tag list, making those interfaces simple iterators over the generic string list. The directory, message filename, and tags-related code now build generic string lists and then wraps them in specific iterators. The real wins come in later patches, when we use these for even more generic functionality. As a nice side-effect, this also eliminates the annoying dependency on GList in the tag list. | |||
