From: Paul Mangan Date: Thu, 7 Nov 2002 10:25:47 +0000 (+0000) Subject: add a forgotten '#if USE_GPGME ... #endif' X-Git-Tag: w0-1~61 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=d9dfe6f8f85e03926d9264b9a21efcf57b56c9ed;ds=sidebyside add a forgotten '#if USE_GPGME ... #endif' --- diff --git a/ChangeLog.claws b/ChangeLog.claws index a1c312843..b4c737354 100644 --- a/ChangeLog.claws +++ b/ChangeLog.claws @@ -1,3 +1,8 @@ +2002-11-07 [paul] 0.8.5claws86 + + * src/compose.c + add a forgotten '#if USE_GPGME ... #endif' + 2002-11-07 [paul] 0.8.5claws85 * sync with 0.8.5cvs20 diff --git a/configure.in b/configure.in index 9b97e61e1..d3db53e22 100644 --- a/configure.in +++ b/configure.in @@ -11,7 +11,7 @@ MINOR_VERSION=8 MICRO_VERSION=5 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=claws85 +EXTRA_VERSION=claws86 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION dnl set $target diff --git a/src/compose.c b/src/compose.c index 627ae4e11..62bf4c7da 100644 --- a/src/compose.c +++ b/src/compose.c @@ -1788,10 +1788,10 @@ static void compose_reedit_set_entry(Compose *compose, MsgInfo *msginfo) SET_ADDRESS(COMPOSE_REPLYTO, compose->replyto); compose_update_priority_menu_item(compose); - +#if USE_GPGME compose_update_sigmode_menu_item(compose); compose_update_encmode_menu_item(compose); - +#endif compose_show_first_last_header(compose, TRUE); #if 0 /* NEW COMPOSE GUI */