Gnus development mailing list
 help / color / mirror / Atom feed
From: <vvv@vsu.ru> (Vladimir Volovich)
Subject: sender name on followup is not extracted properly for certain kinds of From headers...
Date: Thu, 15 May 2003 13:42:32 +0400	[thread overview]
Message-ID: <m3znlotuk7.fsf@vvv.vsu.ru> (raw)

Hi!

this is probably a bug in supercite (not gnus), but anyway...

i use the following setup:

(setq sc-preferred-header-style 0
      sc-rewrite-header-list '((my-header-line-generator))
      sc-citation-leader " "
      sc-confirm-always-p nil
      sc-preferred-attribution-list 
      '( "x-attribution" "initials" "firstname" "sc-lastchoice" )
      )

(defun my-header-line-generator ()
  (let ((sc-mumble "")
	(whofrom (sc-whofrom)))
    (if whofrom
	(insert sc-reference-tag-string
		(sc-hdr "\"" (sc-mail-field "sc-attribution") "\" == ")
		(sc-hdr ""   (sc-mail-field "sc-author") " ")
		"writes:\n"))))

when the From header looks like in this email, i.e.
 From: <vvv@vsu.ru> (Vladimir Volovich)

and i followup on that email, gnus doesn't seem to grok the sender
correctly, and prepares the buffer which contains

  writes:

instead of

"VV" == Vladimir Volovich writes:

It seems that (sc-mail-field "sc-attribution") and (sc-mail-field
"sc-author") do not work as expected for the From: syntax shown above.

Does anyone know how to fix that? Is this my fault, or it's a bug in
supercite?

Best,
v.




                 reply	other threads:[~2003-05-15  9:42 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=m3znlotuk7.fsf@vvv.vsu.ru \
    --to=vvv@vsu.ru \
    /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).