diff options
| author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2017-07-18 00:16:05 +0200 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2017-07-18 06:53:57 -0300 |
| commit | d55fffffd7bb8c5b215ce6d23f1ac0c203cef17b (patch) | |
| tree | c80ff80fefa65acbd76c7bc07b526ae525f0efe0 | |
| parent | 87bdfbc91f65cb1031ef0ac8a804759f2061ac10 (diff) | |
fix the generated documentation output
| -rw-r--r-- | lib/notmuch.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/notmuch.h b/lib/notmuch.h index d813612b..17f0872e 100644 --- a/lib/notmuch.h +++ b/lib/notmuch.h @@ -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): * - * '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. |
