view src/lib-mail/message-id.h @ 9261:51aee73e49a5 HEAD

maildir: When UIDVALIDITY changes, don't reset uid_next to 1 in uidlist.
author Timo Sirainen <tss@iki.fi>
date Sun, 26 Jul 2009 23:36:12 -0400
parents e4eb71ae8e96
children
line wrap: on
line source

#ifndef MESSAGE_ID_H
#define MESSAGE_ID_H

/* Returns the next valid message ID from a given Message-ID header.
   The return value is allocated from data stack. */
const char *message_id_get_next(const char **msgid_p);

#endif