mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-24 20:08:10 +01:00
fix the generated documentation output
This commit is contained in:
parent
87bdfbc91f
commit
d55fffffd7
1 changed files with 5 additions and 5 deletions
|
@ -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
|
* its filename ends with the sequence ":2," followed by zero or more
|
||||||
* of the following single-character flags (in ASCII order):
|
* of the following single-character flags (in ASCII order):
|
||||||
*
|
*
|
||||||
* 'D' iff the message has the "draft" tag
|
* * flag 'D' iff the message has the "draft" tag
|
||||||
* 'F' iff the message has the "flagged" tag
|
* * flag 'F' iff the message has the "flagged" tag
|
||||||
* 'P' iff the message has the "passed" tag
|
* * flag 'P' iff the message has the "passed" tag
|
||||||
* 'R' iff the message has the "replied" tag
|
* * flag 'R' iff the message has the "replied" tag
|
||||||
* 'S' iff the message does not have the "unread" tag
|
* * flag 'S' iff the message does not have the "unread" tag
|
||||||
*
|
*
|
||||||
* Any existing flags unmentioned in the list above will be preserved
|
* Any existing flags unmentioned in the list above will be preserved
|
||||||
* in the renaming.
|
* in the renaming.
|
||||||
|
|
Loading…
Reference in a new issue