diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-07-01 12:07:26 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2011-08-13 23:27:51 +0800 |
commit | f59681796df8fe0138a1754abbe8ec781bc1535e (patch) | |
tree | 0ced0c119ffed095713d7f64732686df9b2d9152 /mail/message-list.h | |
parent | bf4a1a13e3295deefc4031a446627ff9b1c95c7a (diff) | |
download | gsoc2013-evolution-f59681796df8fe0138a1754abbe8ec781bc1535e.tar.gz gsoc2013-evolution-f59681796df8fe0138a1754abbe8ec781bc1535e.tar.zst gsoc2013-evolution-f59681796df8fe0138a1754abbe8ec781bc1535e.zip |
Coding style and whitespace cleanup.
Diffstat (limited to 'mail/message-list.h')
-rw-r--r-- | mail/message-list.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/mail/message-list.h b/mail/message-list.h index 6223c49ad8..f4a8150e1f 100644 --- a/mail/message-list.h +++ b/mail/message-list.h @@ -114,11 +114,12 @@ struct _MessageList { /* Current search string, or %NULL */ gchar *search; - /* which message uid should be left in the list even not in a search after rebuild; - rebuild will clear the value to NULL */ + /* which message uid should be left in the list even not in a + * search after rebuild; rebuild will clear the value to NULL */ gchar *ensure_uid; - /* are we regenerating the message_list because set_folder was just called? */ + /* are we regenerating the message_list because set_folder + * was just called? */ guint just_set_folder : 1; /* Are we displaying threaded view? */ |