Increased preview size. Closes #4405

This commit is contained in:
Eric Gregory 2011-12-15 14:39:55 -08:00
parent e784d1b9b3
commit e6ba9619f0

View file

@ -7,7 +7,7 @@
public class Geary.Email : Object {
// This value is not persisted, but it does represent the expected max size of the preview
// when returned.
public const int MAX_PREVIEW_BYTES = 128;
public const int MAX_PREVIEW_BYTES = 512;
// THESE VALUES ARE PERSISTED. Change them only if you know what you're doing.
public enum Field {