fix bug from last commit
authorPaul Mangan <paul@claws-mail.org>
Wed, 27 Mar 2002 10:12:34 +0000 (10:12 +0000)
committerPaul Mangan <paul@claws-mail.org>
Wed, 27 Mar 2002 10:12:34 +0000 (10:12 +0000)
ChangeLog.claws
configure.in
src/compose.c

index 54cfeeb0e19f528496a19392758376d35a109532..9331000181590e9204121967e3df00182aa77b79 100644 (file)
@@ -1,3 +1,8 @@
+2002-03-27 [paul]      0.7.4claws49
+
+       * src/compose.c
+               fix bug introduced in last commit
+
 2002-03-27 [paul]      0.7.4claws48
 
        * sync with 0.7.4cvs21
index 22cd7abc4cbe96d0315bf8485ad8c2bb13b71d4e..ed58a5b141b609de9328ca15add80b6ac13da5cd 100644 (file)
@@ -8,7 +8,7 @@ MINOR_VERSION=7
 MICRO_VERSION=4
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=claws48
+EXTRA_VERSION=claws49
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION
 
 dnl set $target
index 1534742770d52203643f8053cd39361228eebb43..aa019795b607fae1578b5fcd6cfeb1d4a45e6d91 100644 (file)
@@ -2602,6 +2602,9 @@ gint compose_send(Compose *compose)
        FolderItem *folder;
        gint val;
 
+       if (compose_check_entries(compose) == FALSE)
+               return -1;
+
        val = compose_queue(compose, &msgnum, &folder);
        if (val) {
                alertpanel_error(_("Could not queue message for sending"));