[Commits] messageview.c 1.94.2.242 1.94.2.243

wwp at claws-mail.org wwp at claws-mail.org
Tue Feb 26 16:37:37 CET 2013


Update of /home/claws-mail/claws/src
In directory srv:/tmp/cvs-serv7739/src

Modified Files:
      Tag: gtk2
	messageview.c 
Log Message:
2013-02-26 [wwp]	3.9.0cvs103

	* src/messageview.c
	Fix wrong message, as message could have been moved to another folder
	and not trashed (it could have also be deleted without staying in trash,
	but that's a piece of detail, and while we're at it, the message could also
	have vanished into another dimension or be now part of the twilight zone
	but we should not always tell the truth to users. At last, and to be
	exhaustive, the message could have disappeared because of a technical
	issue which doesn't imply user action and none of the above mentions. One
	would say that the message could also have never existed, but it's another
	story).

Index: messageview.c
===================================================================
RCS file: /home/claws-mail/claws/src/messageview.c,v
retrieving revision 1.94.2.242
retrieving revision 1.94.2.243
diff -u -d -r1.94.2.242 -r1.94.2.243
--- messageview.c	16 Dec 2012 19:55:11 -0000	1.94.2.242
+++ messageview.c	26 Feb 2013 15:37:35 -0000	1.94.2.243
@@ -2963,7 +2963,7 @@
 				textview_show_info(messageview->mimeview->textview,
 					MSG_IS_DELETED(old_msginfo->flags) ?
 					_("\n  Message has been deleted") :
-					_("\n  Message has been moved to trash"));
+					_("\n  Message has been deleted or moved to another folder"));
 			} else
 				messageview->update_needed = TRUE;
 



More information about the Commits mailing list