projects
/
claws.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
bf19a7a
)
small bug fix in last sync
author
Christoph Hohmann
<reboot@gmx.ch>
Sat, 16 Feb 2002 13:50:40 +0000
(13:50 +0000)
committer
Christoph Hohmann
<reboot@gmx.ch>
Sat, 16 Feb 2002 13:50:40 +0000
(13:50 +0000)
src/mh.c
patch
|
blob
|
history
diff --git
a/src/mh.c
b/src/mh.c
index 93cd66655ae33967c7cec7ae98009bf1a93e158e..2f91d432be266a78ea18bf38fdf20ea2299f5f35 100644
(file)
--- 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 (!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);
debug_print(_("Copying message %s%c%d to %s ...\n"),
msginfo->folder->path, G_DIR_SEPARATOR,
msginfo->msgnum, dest->path);