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:
parent
d1fa42fc13
commit
9792780edb
4 changed files with 58 additions and 13 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue