diff options
author | Not Zed <NotZed@Ximian.com> | 2002-06-03 10:52:32 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2002-06-03 10:52:32 +0800 |
commit | aa3bfbe4224ff1c99d358aeac464ce7e9f0963a8 (patch) | |
tree | e5e16e67b4fdf2e67aad5ebc04dbbc328d0eb5bc /mail/message-list.h | |
parent | 81ae35a505ec589bc5c59f5e5ae8d034c2aa9169 (diff) | |
download | gsoc2013-evolution-aa3bfbe4224ff1c99d358aeac464ce7e9f0963a8.tar.gz gsoc2013-evolution-aa3bfbe4224ff1c99d358aeac464ce7e9f0963a8.tar.zst gsoc2013-evolution-aa3bfbe4224ff1c99d358aeac464ce7e9f0963a8.zip |
Implement, return a text description of the localfolder.
2002-06-01 Not Zed <NotZed@Ximian.com>
* mail-local.c (mlf_getv): Implement, return a text description of
the localfolder.
* message-list.c (ml_duplicate_value):
(ml_free_value):
(ml_initialize_value):
(ml_value_is_empty):
(ml_value_to_string):
(ml_tree_value_at): Implement COL_LOCATION, original location of
message (useful for vfolder).
svn path=/trunk/; revision=17072
Diffstat (limited to 'mail/message-list.h')
-rw-r--r-- | mail/message-list.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/message-list.h b/mail/message-list.h index bf5eb92308..fc02c668eb 100644 --- a/mail/message-list.h +++ b/mail/message-list.h @@ -29,7 +29,8 @@ enum { COL_FOLLOWUP_FLAG_STATUS, COL_FOLLOWUP_FLAG, COL_FOLLOWUP_DUE_BY, - + COL_LOCATION, /* vfolder location? */ + COL_LAST, /* Invisible columns */ |