Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* Sorting me to the top
@ 2006-10-18  3:42 Sam Peterson
  2006-10-18  6:18 ` Tassilo Horn
       [not found] ` <mailman.39.1161152423.2130.info-gnus-english@gnu.org>
  0 siblings, 2 replies; 3+ messages in thread
From: Sam Peterson @ 2006-10-18  3:42 UTC (permalink / raw)


Hello, this is my first post here.  I've dabbled with Gnus in the past
and now that I have a class where a newsgroup is used frequently on a
remote Unix host that I ssh into, I've been using it quite a bit :).

My question is, is there a way to sort all threads which I respond to
to the top of the summary?  I have this in my .gnus file:

;; Fetch old headers in threads with new messages.
(setq gnus-fetch-old-headers t)

;; Track and score my messages and threads
(add-hook 'message-sent-hook 'gnus-score-followup-thread)
(add-hook 'message-sent-hook 'gnus-score-followup-article)

;; Sort ascending and by score
(setq gnus-thread-sort-functions '((not gnus-thread-sort-by-number)
                                   gnus-thread-sort-by-score))

It kind of does what I want.  What I would like, however, is for any
thread that contains a response from me, to be at the top of the
summary.  This seems to only put threads that I start at the top of
the summary.  I would like all the threads that I do anything to, to
be at the top.

Also, is there a limiting command that will limit to threads
containing a response from me as well as include the rest of the
articles in each thread?

Thanks in advance.

-- 
Sam Peterson
skpeterson At nospam ucdavis.edu
"if programmers were paid to remove code instead of adding it,
software would be much better" -- unknown

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

end of thread, other threads:[~2006-10-18 11:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-10-18  3:42 Sorting me to the top Sam Peterson
2006-10-18  6:18 ` Tassilo Horn
     [not found] ` <mailman.39.1161152423.2130.info-gnus-english@gnu.org>
2006-10-18 11:50   ` Sam Peterson

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