From dc481e30f8ea40525553706af0eed1bb2dd59698 Mon Sep 17 00:00:00 2001 From: Christoph Hohmann Date: Sat, 16 Feb 2002 13:50:40 +0000 Subject: [PATCH] small bug fix in last sync --- src/mh.c | 3 --- 1 file changed, 3 deletions(-) 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); -- 2.25.1