[Commits] [SCM] claws branch, master, updated. 3.13.2-143-g31a9c52

ticho at claws-mail.org ticho at claws-mail.org
Sat May 28 19:56:32 CEST 2016


The branch, master has been updated
       via  31a9c52a28cdd50188c212be24989f193b2b270b (commit)
      from  54ce0e858a8a8afb81cf1e0302b39b1f9be4b0d0 (commit)

Summary of changes:
 src/mainwindow.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


- Log -----------------------------------------------------------------
commit 31a9c52a28cdd50188c212be24989f193b2b270b
Author: Andrej Kacian <ticho at claws-mail.org>
Date:   Sat May 28 19:54:51 2016 +0200

    Fix --select CLI option on Windows when selecting a particular message.

diff --git a/src/mainwindow.c b/src/mainwindow.c
index 06be7d7..a82486f 100644
--- a/src/mainwindow.c
+++ b/src/mainwindow.c
@@ -5390,7 +5390,7 @@ void mainwindow_jump_to(const gchar *target, gboolean popup)
 		return;
 	}
 	
-	msg = strrchr(tmp, G_DIR_SEPARATOR);
+	msg = strrchr(tmp, '/');
 	if (msg) {
 		*msg++ = '\0';
 		if ((item = folder_find_item_from_identifier(tmp))) {

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list