info-gnus-english
[Top][All Lists]
Advanced

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

Re: How to view all my recent posts + answers?


From: issdr
Subject: Re: How to view all my recent posts + answers?
Date: 3 Mar 2007 10:29:48 GMT
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 Hamster-Pg/1.25

Bart Wakker wrote:

> Hello, is it possible to get an overview of all threads I recently
> posted to?

,----
| (defun pk-gnus-summary-limit-to-fups ()
|   (interactive)
|   (gnus-summary-limit-to-subject "219024\\.news\\.uni[^@]+$" "references"))
| 
| (eval-after-load "gnus-sum" 
|   '(progn
|      (add-to-list 'gnus-newsgroup-variables 'mm-coding-system-priorities)
| 
|      (define-key gnus-summary-mode-map "/f" 'pk-gnus-summary-limit-to-fups)
| 
|      (define-key gnus-summary-mode-map "\C-cp" 'ham-send-mails)
|      (define-key gnus-summary-mode-map "n" 'gnus-summary-next-article)
|      (define-key gnus-summary-mode-map "p" 'gnus-summary-prev-article)
|      (define-key gnus-summary-mode-map "N" 'gnus-summary-next-unread-article)
|      (define-key gnus-summary-mode-map "P" 
'gnus-summary-prev-unread-article)))
`----

i use it in order to see followups to my own posts, you could modify the
regex in order to get the whole thread (you need to get a unique fqdn, of
course).

-- 
  np: Detwiije - Misspelt Dutch Architect


reply via email to

[Prev in Thread] Current Thread [Next in Thread]