diff options
author | Bertrand Guiheneuf <bertrand@src.gnome.org> | 1999-05-14 01:04:54 +0800 |
---|---|---|
committer | Bertrand Guiheneuf <bertrand@src.gnome.org> | 1999-05-14 01:04:54 +0800 |
commit | 483804aac86969591d7aefa186f52ca167da0381 (patch) | |
tree | 8f2a55cb94d1537138aec417042e49e686c8fe0d /camel/camel-mime-part.h | |
parent | 48217413c6a16232364fcfd4ba8276f51bbb7b79 (diff) | |
download | gsoc2013-evolution-483804aac86969591d7aefa186f52ca167da0381.tar.gz gsoc2013-evolution-483804aac86969591d7aefa186f52ca167da0381.tar.zst gsoc2013-evolution-483804aac86969591d7aefa186f52ca167da0381.zip |
a bunch of get/set header field method done. Does nothing yet though.
* camel/camel-mime-message.h:
a bunch of get/set header field
method done. Does nothing yet though.
* camel/camel-mime-message.[ch] :
new file.
svn path=/trunk/; revision=923
Diffstat (limited to 'camel/camel-mime-part.h')
-rw-r--r-- | camel/camel-mime-part.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/camel/camel-mime-part.h b/camel/camel-mime-part.h index 0e6f1a0b4d..3fdb75dee7 100644 --- a/camel/camel-mime-part.h +++ b/camel/camel-mime-part.h @@ -42,7 +42,8 @@ extern "C" { #define IS_CAMEL_MIME_PART(o) (GTK_CHECK_TYPE((o), CAMEL_MIME_PART_TYPE)) - +/* Do not change these values directly, you + would regret it one day */ typedef struct { CamelDataWrapper parent_object; |