Home
last modified time | relevance | path

Searched refs:msg_parse_flags (Results 1 – 2 of 2) sorted by relevance

/dports/japanese/mutt-devel/mutt-1.5.21/imap/
H A Dmessage.c54 static char* msg_parse_flags (IMAP_HEADER* h, char* s);
1040 if ((s = msg_parse_flags (&newh, s)) == NULL) in imap_set_flags()
1142 if ((s = msg_parse_flags (h, s)) == NULL) in msg_parse_fetch()
1202 static char* msg_parse_flags (IMAP_HEADER* h, char* s) in msg_parse_flags() function
/dports/mail/neomutt/neomutt-20211029/imap/
H A Dmessage.c191 static char *msg_parse_flags(struct ImapHeader *h, char *s) in msg_parse_flags() function
311 s = msg_parse_flags(h, s); in msg_parse_fetch()
1883 s = msg_parse_flags(&newh, s); in imap_set_flags()