add a forgotten '#if USE_GPGME ... #endif'
authorPaul Mangan <paul@claws-mail.org>
Thu, 7 Nov 2002 10:25:47 +0000 (10:25 +0000)
committerPaul Mangan <paul@claws-mail.org>
Thu, 7 Nov 2002 10:25:47 +0000 (10:25 +0000)
ChangeLog.claws
configure.in
src/compose.c

index a1c3128434693f9bd580c97928aa2d630be260db..b4c73735422a540df8169eef8392484e3cf9dbdf 100644 (file)
@@ -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
index 9b97e61e1cd5b4a8e499ec1180f998a49dabb6e3..d3db53e225f9484dc9150eee141bf30a99dde6ae 100644 (file)
@@ -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
index 627ae4e11ef679fcbdb0fadcfe92e33ef8ed1892..62bf4c7dac01f34460c63a100d751007994c14fd 100644 (file)
@@ -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 */