Display To:, From:, and Subject: in message viewer: #3812

Fields added.  However, it would be nice to use formatting to separate them from the body of the message.  This is not easy with Gtk.TextView/Gtk.TextBuffer; see https://bugzilla.gnome.org/show_bug.cgi?id=59390.  This may push us to move to Webkit earlier rather than later.
This commit is contained in:
Jim Nelson 2011-07-14 15:47:01 -07:00
parent d1fa42fc13
commit 9792780edb
4 changed files with 58 additions and 13 deletions

View file

@ -178,7 +178,7 @@ public class Geary.Sqlite.Folder : Geary.AbstractFolder, Geary.LocalFolder {
to_string());
}
if (!message_row.fields.is_set(required_fields)) {
if (!message_row.fields.fulfills(required_fields)) {
throw new EngineError.INCOMPLETE_MESSAGE(
"Message at position %d in folder %s only fulfills %Xh fields", position, to_string(),
message_row.fields);