diff options
author | Radek Doulik <rodo@helixcode.com> | 2000-11-04 18:07:37 +0800 |
---|---|---|
committer | Radek Doulik <rodo@src.gnome.org> | 2000-11-04 18:07:37 +0800 |
commit | 1ca157384dd51c016c0631f2fa3ab8526ae5f12a (patch) | |
tree | d5e8fc6a63ad0e6a54d1d991f95ef21ad78c3885 /camel/camel-mime-utils.h | |
parent | 338344b2e4b2e2844c30af556d99b5cef594faaa (diff) | |
download | gsoc2013-evolution-1ca157384dd51c016c0631f2fa3ab8526ae5f12a.tar gsoc2013-evolution-1ca157384dd51c016c0631f2fa3ab8526ae5f12a.tar.gz gsoc2013-evolution-1ca157384dd51c016c0631f2fa3ab8526ae5f12a.tar.bz2 gsoc2013-evolution-1ca157384dd51c016c0631f2fa3ab8526ae5f12a.tar.lz gsoc2013-evolution-1ca157384dd51c016c0631f2fa3ab8526ae5f12a.tar.xz gsoc2013-evolution-1ca157384dd51c016c0631f2fa3ab8526ae5f12a.tar.zst gsoc2013-evolution-1ca157384dd51c016c0631f2fa3ab8526ae5f12a.zip |
new function, generates simple message/content id
2000-11-03 Radek Doulik <rodo@helixcode.com>
* camel-mime-utils.c (header_msgid_generate): new function,
generates simple message/content id
svn path=/trunk/; revision=6389
Diffstat (limited to 'camel/camel-mime-utils.h')
-rw-r--r-- | camel/camel-mime-utils.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/camel/camel-mime-utils.h b/camel/camel-mime-utils.h index dc865004ee..a1f8bb549d 100644 --- a/camel/camel-mime-utils.h +++ b/camel/camel-mime-utils.h @@ -154,6 +154,9 @@ char *header_format_date(time_t time, int offset); /* decode a message id */ char *header_msgid_decode(const char *in); +/* generate msg id */ +char *header_msgid_generate (void); + /* decode a References header */ struct _header_references *header_references_decode(const char *in); void header_references_list_clear(struct _header_references **list); |