Gnus development mailing list
 help / color / mirror / Atom feed
* gnus-summary-toggle-threads and sort by dates. Latest reply first?
@ 2008-07-30  9:16 Uwe Brauer
  2008-07-30 17:38 ` Reiner Steib
  0 siblings, 1 reply; 3+ messages in thread
From: Uwe Brauer @ 2008-07-30  9:16 UTC (permalink / raw)
  To: ding

Hello

May be I am missing something fundamentally, but this is the behavior I
observer in my mail groups:

    -  suppose I have to threads: 

    -  one starts June 1, 

    -  the other June 2.

    -  the are then ordered like this

Thread 1: June 1

Thread 2: June 2

    -  suppose now that  latest reply is within the thread starting June
       1.

    -  even using gnus-summary-sort-by-date
       the order of the threads does not change!


Like this
Thread 1. June 1: Test
           June 1: Reply
            June 5: Other 
Tread 2   June 2: Test
           June 2: Reply
            June 4: Reply



Would it be possible to implement a feature that the sorting be date is
with respect to the last message in the thread not to the first?


Thanks 


Uwe Brauer 




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: gnus-summary-toggle-threads and sort by dates. Latest reply first?
  2008-07-30  9:16 gnus-summary-toggle-threads and sort by dates. Latest reply first? Uwe Brauer
@ 2008-07-30 17:38 ` Reiner Steib
  2008-07-31 10:11   ` Uwe Brauer
  0 siblings, 1 reply; 3+ messages in thread
From: Reiner Steib @ 2008-07-30 17:38 UTC (permalink / raw)
  To: ding

On Wed, Jul 30 2008, Uwe Brauer wrote:

> Would it be possible to implement a feature that the sorting be date is
> with respect to the last message in the thread not to the first?

There is already the sorting predicate function
`gnus-thread-sort-by-most-recent-date'.  But there was no command
`gnus-summary-sort-by-date' yet.

Could you try if current CVS or the following command meets your
expectations?

(defun gnus-summary-sort-by-most-recent-date (&optional reverse)
  "Sort the summary buffer by most recent date.
Argument REVERSE means reverse order."
  (interactive "P")
  (gnus-summary-sort 'most-recent-date reverse))

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: gnus-summary-toggle-threads and sort by dates. Latest reply first?
  2008-07-30 17:38 ` Reiner Steib
@ 2008-07-31 10:11   ` Uwe Brauer
  0 siblings, 0 replies; 3+ messages in thread
From: Uwe Brauer @ 2008-07-31 10:11 UTC (permalink / raw)
  To: ding

>>>>> "Reiner" == Reiner Steib <reinersteib+gmane@imap.cc> writes:

   > On Wed, Jul 30 2008, Uwe Brauer wrote:

   > There is already the sorting predicate function
   > `gnus-thread-sort-by-most-recent-date'.  But there was no command
   > `gnus-summary-sort-by-date' yet.

   > Could you try if current CVS or the following command meets your
   > expectations?

   > (defun gnus-summary-sort-by-most-recent-date (&optional reverse)
   >   "Sort the summary buffer by most recent date.
   > Argument REVERSE means reverse order."
   >   (interactive "P")
   >   (gnus-summary-sort 'most-recent-date reverse))
Thanks I tested it with ngnus-10 (3weeks old) it seems to fit my needs
but I will continue testing it and report back

Uwe 




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-07-31 10:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-07-30  9:16 gnus-summary-toggle-threads and sort by dates. Latest reply first? Uwe Brauer
2008-07-30 17:38 ` Reiner Steib
2008-07-31 10:11   ` Uwe Brauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).