Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* Correct ordering of items in mail threads
@ 2023-10-21  5:11 Pankaj Jangid
  2023-10-22 11:24 ` Eric S Fraga
  0 siblings, 1 reply; 19+ messages in thread
From: Pankaj Jangid @ 2023-10-21  5:11 UTC (permalink / raw)
  To: Gnus Users

Following is the snapshot from the go-nuts mailing list. Note that the
last item in the list was received before the parent item. This should
not be possible. What changes should I make in the in the Gnus settings
so that it appears in correct order. By correct order, I mean the last
item should have appeard at the root level, instead of appearing as a
child of the one above it.

--8<---------------cut here---------------start------------->8---
R.  02:44 AM [ 123: Victor Giordano ] => Re: [go-nuts] Re: About allowing conversion from bool to int
R.  03:17 AM [ 142: Volker Dobler   ]   +-> 
R.  06:01 AM [  21: Ian Lance Taylor]   +-> 
R.  08:44 AM [  57: Victor Giordano ]     +-> 
R.  03:44 AM { 179: Victor Giordano }       +-> Fwd: [go-nuts] Re: About allowing conversion from bool to int
--8<---------------cut here---------------end--------------->8---

Following is the relevant section of my configuration:

--8<---------------cut here---------------start------------->8---
 ;; Summary buffer formating
 '(gnus-sum-opening-bracket             "[")
 '(gnus-sum-closing-bracket             "]")
 '(gnus-sum-opening-bracket-adopted     "{")
 '(gnus-sum-closing-bracket-adopted     "}")
 '(gnus-sum-thread-tree-root            "=> ")
 '(gnus-sum-thread-tree-false-root      ">> ")
 '(gnus-sum-thread-tree-single-indent   "=> ")
 '(gnus-sum-thread-tree-indent          "  ")
 '(gnus-sum-thread-tree-vertical        "| ")
 '(gnus-sum-thread-tree-leaf-with-other "+-> ")
 '(gnus-sum-thread-tree-single-leaf     "+-> ")

 '(gnus-user-date-format-alist
   '(((gnus-seconds-today) . "%H:%M %p")
     (t . "%d-%m-%y")))
 ;; '(gnus-summary-line-format
 ;;   "%U%R%z %-5&user-date; %(%[%*%-13,13f%]%) %B%s\n")
 '(gnus-summary-line-format
   "%U%R%z %-5&user-date; %(%[%4L: %-16,16f%]%) %B%s\n")
 
 ;; Threading
 '(gnus-thread-sort-functions
   '(gnus-thread-sort-by-number))
 '(gnus-summary-thread-gathering-function
   'gnus-gather-threads-by-references)
--8<---------------cut here---------------end--------------->8---


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

end of thread, other threads:[~2023-10-24  6:23 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-21  5:11 Correct ordering of items in mail threads Pankaj Jangid
2023-10-22 11:24 ` Eric S Fraga
2023-10-22 16:15   ` Pankaj Jangid
2023-10-22 16:22     ` Adam Sjøgren
2023-10-22 16:29     ` Eric Abrahamsen
2023-10-22 16:53       ` Adam Sjøgren
2023-10-22 17:00         ` Eric Abrahamsen
2023-10-22 17:05           ` Adam Sjøgren
2023-10-22 17:11             ` Eric Abrahamsen
2023-10-23  7:39               ` Pankaj Jangid
2023-10-23 12:16                 ` Adam Sjøgren
2023-10-23 14:41                   ` Pankaj Jangid
2023-10-23 18:38                     ` Adam Sjøgren
2023-10-24  4:33                       ` Pankaj Jangid
2023-10-23 19:15                     ` Björn Bidar
     [not found]                     ` <1427.43186313368$1698088555@news.gmane.org>
2023-10-24  4:43                       ` Pankaj Jangid
2023-10-23 17:12                 ` Eric S Fraga
2023-10-24  4:28                   ` Pankaj Jangid
2023-10-24  6:14                     ` Eric S Fraga

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).