Increased preview size. Closes #4405
This commit is contained in:
parent
e784d1b9b3
commit
e6ba9619f0
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue