[evolution-patches] (Mailer) Move Folder really copies (fix attached)
- From: Srinivasa Ragavan <sragavan novell com>
- To: evolution-patches lists ximian com
- Subject: [evolution-patches] (Mailer) Move Folder really copies (fix attached)
- Date: Tue, 19 Jul 2005 12:41:44 +0530
Hi,
Im not sure it is filed or not. Ill check that up.
When you try to move a folder it is copied. I have attached a patch for
it.
Please review.
Thanks
Srini.
Index: em-folder-tree.c
===================================================================
RCS file: /cvs/gnome/evolution/mail/em-folder-tree.c,v
retrieving revision 1.150
diff -u -p -r1.150 em-folder-tree.c
--- em-folder-tree.c 19 May 2005 06:06:35 -0000 1.150
+++ em-folder-tree.c 19 Jul 2005 07:06:00 -0000
@@ -2020,7 +2020,7 @@ emft_popup_move(EPopup *ep, EPopupItem *
CamelFolderInfo *fi = NULL;
if ((fi = em_folder_tree_get_selected_folder_info (emft)) != NULL) {
- em_folder_utils_copy_folder(fi);
+ em_folder_utils_move_folder(fi);
}
}
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/mail/ChangeLog,v
retrieving revision 1.3656
diff -u -p -r1.3656 ChangeLog
--- ChangeLog 15 Jul 2005 03:46:16 -0000 1.3656
+++ ChangeLog 19 Jul 2005 07:06:43 -0000
@@ -1,3 +1,8 @@
+2005-07-19 Srinivasa Ragavan <sragavan novell com>
+
+ * em-folder-tree.c: (emft_popup_move) calling the wrong api to
+ move a folder. Infact it was copying for move.
+
2005-07-14 Vivek Jain <jvivek novell com>
* em-composer-utils.c : included missing header
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]