From b1b11c12ef013cde226a287c763b5f6ad850f490 Mon Sep 17 00:00:00 2001 From: Jose Dapena Paz Date: Mon, 2 Nov 2009 17:35:49 +0100 Subject: [PATCH] Change default show latest size to 250 --- src/hildon2/modest-header-window.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/hildon2/modest-header-window.c b/src/hildon2/modest-header-window.c index 25eff2f..f89121f 100644 --- a/src/hildon2/modest-header-window.c +++ b/src/hildon2/modest-header-window.c @@ -52,6 +52,8 @@ #include #include +#define SHOW_LATEST_SIZE 250 + typedef enum { CONTENTS_STATE_NONE = 0, CONTENTS_STATE_EMPTY = 1, -- 1.7.9.5