aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-folder-summary.h
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@helixcode.com>2000-12-01 08:34:33 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2000-12-01 08:34:33 +0800
commitc1d2ec0123694a3b52e9c58de97c60994f5db587 (patch)
treeea4a4de3b8f17e616cd67bc5364e07b533f5b759 /camel/camel-folder-summary.h
parent4ace38162633ccff9497683e67e2f93f3ab850cf (diff)
downloadgsoc2013-evolution-c1d2ec0123694a3b52e9c58de97c60994f5db587.tar
gsoc2013-evolution-c1d2ec0123694a3b52e9c58de97c60994f5db587.tar.gz
gsoc2013-evolution-c1d2ec0123694a3b52e9c58de97c60994f5db587.tar.bz2
gsoc2013-evolution-c1d2ec0123694a3b52e9c58de97c60994f5db587.tar.lz
gsoc2013-evolution-c1d2ec0123694a3b52e9c58de97c60994f5db587.tar.xz
gsoc2013-evolution-c1d2ec0123694a3b52e9c58de97c60994f5db587.tar.zst
gsoc2013-evolution-c1d2ec0123694a3b52e9c58de97c60994f5db587.zip
New convenience function, doesn't do much but it sure makes code cleaner
2000-11-30 Jeffrey Stedfast <fejj@helixcode.com> * camel-folder-summary.c (camel_message_info_new): New convenience function, doesn't do much but it sure makes code cleaner to read. (camel_message_info_new_from_header): This one makes my life heaven. svn path=/trunk/; revision=6749
Diffstat (limited to 'camel/camel-folder-summary.h')
-rw-r--r--camel/camel-folder-summary.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/camel/camel-folder-summary.h b/camel/camel-folder-summary.h
index defba693fc..eb8d839822 100644
--- a/camel/camel-folder-summary.h
+++ b/camel/camel-folder-summary.h
@@ -277,6 +277,8 @@ void camel_tag_list_free(CamelTag **list);
/* message info utils for working with pseudo-messageinfo structures
NOTE: These cannot be added to a real summary object, but suffice for all
other external interfaces that use message info's */
+CamelMessageInfo *camel_message_info_new ();
+CamelMessageInfo *camel_message_info_new_from_header (struct _header_raw *header);
void camel_message_info_dup_to(const CamelMessageInfo *from, CamelMessageInfo *to);
void camel_message_info_free(CamelMessageInfo *mi);