imap-base-subject.h revision fd4632d0060b2e9eef513b544ccff1e26d1fc222
#ifndef __IMAP_BASE_SUBJECT_H
#define __IMAP_BASE_SUBJECT_H
/* Returns the base subject of the given string, according to
draft-ietf-imapext-sort-10. String is returned so that it's suitable for
strcmp() comparing with another base subject.
is_reply_or_forward is set to TRUE if message looks like reply or forward,
according to draft-ietf-imapext-thread-12 rules. */
int *is_reply_or_forward);
#endif