Re: maildir and sort



On 21.08.02 17:48, Emmanuel wrote:
> Le 21.08.2002 04:51, Holger Lange a écrit :
> > Hello!
> > 
> > I use balsa together with maildir. If I open a mailbox, the contense is 
> > strange sorted. It is possible to set the default order to DATE/TIME?
> > 
> > regards, Holger _______________________________________________
> 
> I guess that this sort problem occurs for other types of mbox. IIRC it is 
> easily fixable, we just forgot to fix it.
> Thanks to point it, I'll try to submit a patch ASAP.
> Bye
> Manu

This (according to what you told me last month or so) would be the simplest solution. It isnt without flaws however, as while making the sorting sane, it doesnt fix the broken numbering of the messages -- a message from a year ago can be number #1, while a message from an hour ago may well be number #739. Something wants fixing, still. But anyway, if Holger wants to give it a spin, here it is. It Works For Me (tm).


		Nuno


--- mailbox-node.c      Tue Aug 20 17:06:58 2002
+++ mailbox-node.c~1~   Wed Aug 21 18:22:22 2002
@@ -143,7 +143,7 @@
     mn->config_prefix = NULL;
     mn->threading_type = BALSA_INDEX_THREADING_SIMPLE;
     mn->sort_type = GTK_SORT_DESCENDING;
-    mn->sort_field = BALSA_SORT_NO;
+    mn->sort_field = BALSA_SORT_DATE;
     mn->subscribed = FALSE;
     mn->scanned = FALSE;
 }





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]