Hi Stephen,

On Wed, 04 Jun 2008 14:22:58 +0100,
Stephen Eglen <[EMAIL PROTECTED]> wrote:

[...]

> I see that gnus has the archive facility to archive messages I've
> sent, but if I use that instead, presumably I won't see the messages
> in the threads amongst replies from others?

I see you have found a solution, but maybe you'd like to reconsider the
archive facility, which you can implement with the 'gcc-self' parameter
in gnus-parameters:

,-----[ (info "(gnus)Group Parameters") lines: 2234 - 2242 ]
| `gcc-self'
|      If `(gcc-self . t)' is present in the group parameter list, newly
|      composed messages will be `Gcc''d to the current group.  If
|      `(gcc-self . none)' is present, no `Gcc:' header will be
|      generated, if `(gcc-self . "string")' is present, this string will
|      be inserted literally as a `gcc' header.  This parameter takes
|      precedence over any default `Gcc' rules as described later (*note
|      Archived Messages::).
`-----

I have it as the first entry in gnus-parameters:

---<---------------cut here---------------start-------------->---
(setq gnus-parameters
      '(("^nnml.*"
         (gcc-self . t))
        MORE PARAMETERS
---<---------------cut here---------------end---------------->---

and my followups are always placed along with the rest of the thread.


-- 
Seb



_______________________________________________
info-gnus-english mailing list
info-gnus-english@gnu.org
http://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to