talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 5ff93b4877c019777f08921feecae38e6c7fbd62
parent 591039ff016826e9a8a7e5ecf04f7b4a64aef382
Author: Colin Leroy <colin@colino.net>
Date:   Fri,  2 May 2014 10:03:18 +0200

Fix typo

Diffstat:
Msrc/compose.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/compose.c b/src/compose.c @@ -183,7 +183,7 @@ typedef enum { #define MAX_REFERENCES_LEN 999 #define COMPOSE_DRAFT_TIMEOUT_UNSET -1 -#define COMPOSE_DRAFT_TIMEOUT_FORBIDEN -2 +#define COMPOSE_DRAFT_TIMEOUT_FORBIDDEN -2 static GList *compose_list = NULL; static GSList *extra_headers = NULL;