From: Christoph Hohmann Date: Sat, 16 Feb 2002 13:50:40 +0000 (+0000) Subject: small bug fix in last sync X-Git-Tag: rel_0_7_2~11 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=dc481e30f8ea40525553706af0eed1bb2dd59698 small bug fix in last sync --- diff --git a/src/mh.c b/src/mh.c index 93cd66655..2f91d432b 100644 --- a/src/mh.c +++ b/src/mh.c @@ -481,9 +481,6 @@ gint mh_copy_msg(Folder *folder, FolderItem *dest, MsgInfo *msginfo) if (!is_dir_exist(destdir)) make_dir_hier(destdir); - if ((fp = procmsg_open_mark_file(destdir, TRUE)) == NULL) - g_warning(_("Can't open mark file.\n")); - debug_print(_("Copying message %s%c%d to %s ...\n"), msginfo->folder->path, G_DIR_SEPARATOR, msginfo->msgnum, dest->path);