Gnus development mailing list
 help / color / mirror / Atom feed
* Auto-marking messages-to-self as read
@ 2002-04-21 14:14 Joseph Barillari
  2002-04-21 16:32 ` Shigeki UNO
  0 siblings, 1 reply; 3+ messages in thread
From: Joseph Barillari @ 2002-04-21 14:14 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 706 bytes --]

I modified my .gnus to save sent messages into the originating group
so I can follow threads more easily:

(defun use-this-group-for-archiving () 
;; swiped from http://www.faqs.org/faqs/gnus-faq/section-29.html
(cond ((and gnus-newsgroup-name
              (stringp gnus-newsgroup-name)
              (string-match "^nnml" gnus-newsgroup-name))
         gnus-newsgroup-name)
        (t "nnml:mail.misc"))
)

(setq gnus-outgoing-message-group 'use-this-group-for-archiving)

An irritation has cropped up: the messages that I've sent show up in
the originating as unread mail. Is there any way of preemptively
tagging the Gcc: messages as read before they get saved into the
group?

--Joe

[-- Attachment #2: Type: application/pgp-signature, Size: 268 bytes --]

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

end of thread, other threads:[~2002-04-24 18:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-04-21 14:14 Auto-marking messages-to-self as read Joseph Barillari
2002-04-21 16:32 ` Shigeki UNO
2002-04-24 18:57   ` Paul Jarc

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