Gnus development mailing list
 help / color / mirror / Atom feed
From: "Graham Guttocks" <graham_guttocks@yahoo.co.nz>
Cc: ding@gnus.org
Subject: Re: gnus-summary-copy-article: choose group based on sender?
Date: Tue, 25 Feb 2003 15:10:03 +1300 (NZDT)	[thread overview]
Message-ID: <20030225021003.89151.qmail@web10305.mail.yahoo.com> (raw)
In-Reply-To: <84smuhzlq8.fsf@lucy.is.informatik.uni-duisburg.de>

Kai Großjohann <kai.grossjohann@uni-duisburg.de> wrote: 
>
> It looks weird.  There is a function mail-header-parse-address, btw,
> such that
>
>     (mail-header-parse-address "Kai Grossjohann <kai@frob.org>")
>
> will return 
>
>     ("kai@frob.org" . "Kai Grossjohann")
>
> which appears somewhat more useful :-)
>
> Does this help?

It does help, thanks.  Now the problem is that my News directory is
being prepended to the group name.  For example,

/home/graham/News/nnml:save.kai@frob.org

This is what I have in my .gnus:

(defun sender-save-name (group)
  (concat "nnml:save."
	  (car (mail-header-parse-address 
		(mail-fetch-field "from")))))

(setq gnus-move-split-methods
      '((sender-save-name)))

Why is the News directory even in the picture, and how can I get rid
of it?  I just want the literal "nnml:save.kai@frob.org". 

=====
Regards,
Graham

http://mobile.yahoo.com.au - Yahoo! Mobile
- Exchange IMs with Messenger friends on your Telstra or Vodafone mobile phone.



  reply	other threads:[~2003-02-25  2:10 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-02-20  4:47 Graham Guttocks
2003-02-20 10:22 ` Kai Großjohann
2003-02-20 16:51   ` Graham Guttocks
2003-02-20 18:26     ` David S Goldberg
2003-02-20 19:19       ` Graham Guttocks
2003-02-20 20:04         ` David S Goldberg
2003-02-20 21:39           ` Graham Guttocks
2003-02-21 15:39             ` Kai Großjohann
2003-02-25  2:10               ` Graham Guttocks [this message]
2003-02-25  6:51                 ` Kai Großjohann
2003-02-25 18:15                   ` Graham Guttocks
2003-02-25 20:25                     ` Kai Großjohann
2003-02-20 20:24         ` Kai Großjohann
2003-02-20 20:25       ` Kai Großjohann

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=20030225021003.89151.qmail@web10305.mail.yahoo.com \
    --to=graham_guttocks@yahoo.co.nz \
    --cc=ding@gnus.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).