Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: issdr <p_u_n_k_i_n_d@yahoo.it>
To: info-gnus-english@gnu.org
Subject: Re: How to view all my recent posts + answers?
Date: 3 Mar 2007 10:29:48 GMT	[thread overview]
Message-ID: <u649i1uy6.fsf@ID-219024.news.uni-berlin.de> (raw)
In-Reply-To: <87y7mk4pt0.fsf@bhawa.web.de>

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

  parent reply	other threads:[~2007-03-03 10:29 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-02-26 20:38 Bart Wakker
2007-02-27 14:29 ` Slackrat
2007-03-01 23:19   ` Bart Wakker
2007-03-03 10:29 ` issdr [this message]
2007-03-30  8:55   ` Bart Wakker

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=u649i1uy6.fsf@ID-219024.news.uni-berlin.de \
    --to=p_u_n_k_i_n_d@yahoo.it \
    --cc=info-gnus-english@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).