diff options
author | Bertrand Guiheneuf <bertrand@src.gnome.org> | 1999-05-21 05:24:54 +0800 |
---|---|---|
committer | Bertrand Guiheneuf <bertrand@src.gnome.org> | 1999-05-21 05:24:54 +0800 |
commit | bdf895136ea393bd59960623d7cab970900048f7 (patch) | |
tree | 6d1f724e51cbaaf4fef4047edf41b61d6df0bc85 /camel/camel-mime-message.h | |
parent | 1cf9ad83368e754a5b8072f3ed820785609eb709 (diff) | |
download | gsoc2013-evolution-bdf895136ea393bd59960623d7cab970900048f7.tar gsoc2013-evolution-bdf895136ea393bd59960623d7cab970900048f7.tar.gz gsoc2013-evolution-bdf895136ea393bd59960623d7cab970900048f7.tar.bz2 gsoc2013-evolution-bdf895136ea393bd59960623d7cab970900048f7.tar.lz gsoc2013-evolution-bdf895136ea393bd59960623d7cab970900048f7.tar.xz gsoc2013-evolution-bdf895136ea393bd59960623d7cab970900048f7.tar.zst gsoc2013-evolution-bdf895136ea393bd59960623d7cab970900048f7.zip |
recipient list printing
* camel/camel-mime-message.c (_write_to_file):
recipient list printing
* tests/test1.c (main): more tests.
svn path=/trunk/; revision=936
Diffstat (limited to 'camel/camel-mime-message.h')
-rw-r--r-- | camel/camel-mime-message.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/camel/camel-mime-message.h b/camel/camel-mime-message.h index 6bb0a789b9..b00f723f21 100644 --- a/camel/camel-mime-message.h +++ b/camel/camel-mime-message.h @@ -37,6 +37,10 @@ extern "C" { #include "camel-session.h" +#define RECIPIENT_TYPE_TO "To" +#define RECIPIENT_TYPE_CC "Cc" +#define RECIPIENT_TYPE_BCC "Bcc" + #define CAMEL_MIME_MESSAGE_TYPE (camel_mime_message_get_type ()) #define CAMEL_MIME_MESSAGE(obj) (GTK_CHECK_CAST((obj), CAMEL_MIME_MESSAGE_TYPE, CamelMimeMessage)) |