Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* Re: functions in gnus-message-archive-group
       [not found] <wk7kka9y8y.fsf@carrotmail.com>
@ 2002-07-05 12:00 ` Adrian Kubala
  2002-07-05 23:07   ` RL
  0 siblings, 1 reply; 2+ messages in thread
From: Adrian Kubala @ 2002-07-05 12:00 UTC (permalink / raw)


You want `gnus-group-real-name':

(defun rl-get-archive-group (GROUP)
  (if (string= GROUP "")
      "nnml+Sent:sent-Misc"
    (concat "nnml+Sent:sent-" (gnus-group-real-name GROUP))))

adrian


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

* Re: functions in gnus-message-archive-group
  2002-07-05 12:00 ` functions in gnus-message-archive-group Adrian Kubala
@ 2002-07-05 23:07   ` RL
  0 siblings, 0 replies; 2+ messages in thread
From: RL @ 2002-07-05 23:07 UTC (permalink / raw)


Adrian Kubala <adrian@sixfingeredman.net> writes:

> You want `gnus-group-real-name':
> 
> (defun rl-get-archive-group (GROUP)
>   (if (string= GROUP "")
>       "nnml+Sent:sent-Misc"
>     (concat "nnml+Sent:sent-" (gnus-group-real-name GROUP))))
> 
> adrian

Works perfectly, cheers!


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

end of thread, other threads:[~2002-07-05 23:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <wk7kka9y8y.fsf@carrotmail.com>
2002-07-05 12:00 ` functions in gnus-message-archive-group Adrian Kubala
2002-07-05 23:07   ` RL

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