[Users] Claws Mail 3.13.1 unleashed!!

Paul Rolland (=?UTF-8?B?44Od44O844Or44O744Ot44Op44Oz?=) rol at witbe.net
Fri Dec 25 17:00:14 CET 2015


Hello,

On Tue, 22 Dec 2015 15:12:07 +0100
"Paul Rolland (ポール・ロラン)" <rol at witbe.net> wrote:

> Test repeated, same results... and this time, I did it in a folder with
> threaded view, but date sorting (not thread date).

I've applied the following patch to my copy of Claws, and it is fixing the
"issue". Just wanted to post it in case so else is interested, as it seems
this feature has caused several questions/conversations.

Please note that this is a personal patch, and it is in no way endorsed by
the Claws Dev. team.

Best,
Paul

diff -urN summaryview.c.orig summaryview.c
--- summaryview.c.orig  2015-12-25 16:54:03.743245586 +0100
+++ summaryview.c       2015-12-25 16:54:14.097087950 +0100
@@ -4601,11 +4601,11 @@
                GtkCMCTreeNode *node = NULL;
                if (summaryview->sort_type == SORT_ASCENDING) {
                        node = summary_find_next_msg(summaryview, sel_last);
-                       if (!node)
+                       if (!node || prefs_common.next_on_delete == FALSE)
                                node = summary_find_prev_msg(summaryview, sel_last);
                } else {
                        node = summary_find_prev_msg(summaryview, sel_last);
-                       if (!node)
+                       if (!node || prefs_common.next_on_delete == FALSE)
                                node = summary_find_next_msg(summaryview, sel_last);
                }
                summary_select_node(summaryview, node, summaryview->display_msg, TRUE);


-- 

Paul Rolland                                E-Mail : rol(at)witbe.net
CTO - Witbe.net SA                          Tel. +33 (0)1 47 67 77 77
Les Collines de l'Arche                     Fax. +33 (0)1 47 67 77 99
F-92057 Paris La Defense                    RIPE : PR12-RIPE

LinkedIn : http://www.linkedin.com/in/paulrolland
Skype    : rollandpaul

"I worry about my child and the Internet all the time, even though she's
too young to have logged on yet. Here's what I worry about. I worry that 10
or 15 years from now, she will come to me and say 'Daddy, where were you
when they took freedom of the press away from the Internet?'"
--Mike Godwin, Electronic Frontier Foundation 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 181 bytes
Desc: OpenPGP digital signature
URL: <http://lists.claws-mail.org/pipermail/users/attachments/20151225/ef1725f8/attachment.sig>


More information about the Users mailing list