diff options
author | Bertrand Guiheneuf <bertrand@src.gnome.org> | 1999-05-17 21:31:15 +0800 |
---|---|---|
committer | Bertrand Guiheneuf <bertrand@src.gnome.org> | 1999-05-17 21:31:15 +0800 |
commit | d609c57cba262bad9aa2f1096b241b1158bd7a86 (patch) | |
tree | 7272274c4b2383e7c044b5ba17c97e0f14c017a0 /camel/camel-mime-message.h | |
parent | 6c99eb2e0cbc6f383aac6d34aacaa8cbceb2600e (diff) | |
download | gsoc2013-evolution-d609c57cba262bad9aa2f1096b241b1158bd7a86.tar gsoc2013-evolution-d609c57cba262bad9aa2f1096b241b1158bd7a86.tar.gz gsoc2013-evolution-d609c57cba262bad9aa2f1096b241b1158bd7a86.tar.bz2 gsoc2013-evolution-d609c57cba262bad9aa2f1096b241b1158bd7a86.tar.lz gsoc2013-evolution-d609c57cba262bad9aa2f1096b241b1158bd7a86.tar.xz gsoc2013-evolution-d609c57cba262bad9aa2f1096b241b1158bd7a86.tar.zst gsoc2013-evolution-d609c57cba262bad9aa2f1096b241b1158bd7a86.zip |
sync
svn path=/trunk/; revision=927
Diffstat (limited to 'camel/camel-mime-message.h')
-rw-r--r-- | camel/camel-mime-message.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/camel/camel-mime-message.h b/camel/camel-mime-message.h index 53cf269ea8..e1d8297c27 100644 --- a/camel/camel-mime-message.h +++ b/camel/camel-mime-message.h @@ -119,6 +119,8 @@ GList *get_recipients (CamelMimeMessage *mime_message, GString *recipient_type); void set_flag (CamelMimeMessage *mime_message, GString *flag, gboolean value); gboolean get_flag (CamelMimeMessage *mime_message, GString *flag); +guint get_message_number (CamelMimeMessage *mime_message); + #ifdef __cplusplus } |