]> git.notmuchmail.org Git - notmuch/commitdiff
fix the generated documentation output
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Mon, 17 Jul 2017 22:16:05 +0000 (00:16 +0200)
committerDavid Bremner <david@tethera.net>
Tue, 18 Jul 2017 09:53:57 +0000 (06:53 -0300)
lib/notmuch.h

index d813612b7e8973e04db0abaa7bf66daba44968a5..17f0872e9edf80189602712a5d5be652de8a8e2d 100644 (file)
@@ -1568,11 +1568,11 @@ notmuch_message_maildir_flags_to_tags (notmuch_message_t *message);
  * its filename ends with the sequence ":2," followed by zero or more
  * of the following single-character flags (in ASCII order):
  *
  * its filename ends with the sequence ":2," followed by zero or more
  * of the following single-character flags (in ASCII order):
  *
- *   'D' iff the message has the "draft" tag
- *   'F' iff the message has the "flagged" tag
- *   'P' iff the message has the "passed" tag
- *   'R' iff the message has the "replied" tag
- *   'S' iff the message does not have the "unread" tag
+ *   * flag 'D' iff the message has the "draft" tag
+ *   * flag 'F' iff the message has the "flagged" tag
+ *   * flag 'P' iff the message has the "passed" tag
+ *   * flag 'R' iff the message has the "replied" tag
+ *   * flag 'S' iff the message does not have the "unread" tag
  *
  * Any existing flags unmentioned in the list above will be preserved
  * in the renaming.
  *
  * Any existing flags unmentioned in the list above will be preserved
  * in the renaming.