view src/lib-imap/imap-base-subject.h @ 903:fd8888f6f037 HEAD

Naming style changes, finally got tired of most of the typedefs. Also the previous enum -> macro change reverted so that we don't use the highest bit anymore, that's incompatible with old indexes so they will be rebuilt.
author Timo Sirainen <tss@iki.fi>
date Sun, 05 Jan 2003 15:09:51 +0200
parents ab093fefe04b
children 4f697dde0fca
line wrap: on
line source

#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. */
const char *imap_get_base_subject_cased(pool_t pool, const char *subject);

#endif