Gnus development mailing list
 help / color / mirror / Atom feed
From: Reiner Steib <reinersteib+gmane@imap.cc>
Subject: Re: Problems with header buttonizing
Date: Thu, 03 Mar 2005 14:48:51 +0100	[thread overview]
Message-ID: <v96508kfgc.fsf@marauder.physik.uni-ulm.de> (raw)
In-Reply-To: <87u0o0lokc.fsf@denkblock.local>

On Fri, Feb 25 2005, Elias Oltmanns wrote:

> increasingly liking the buttonize feature of gnus, I observe a strange
> behaviour when pressing enter on email addresses. Everything works as
> exptected if I press enter while point is on an email address within
> the body of an article. If point is on an email address in the header
> though (for instance an address in the Cc: header), a message buffer
> is setup with an email addressed to the sender of the original email
> rather than the address near point.

I agree that this is confusing.  Any objection against this change?

--8<---------------cut here---------------start------------->8---
--- lisp/gnus-art.el	24 Feb 2005 20:23:44 -0000	6.381.2.24
+++ lisp/gnus-art.el	3 Mar 2005 13:44:38 -0000
@@ -6336,7 +6336,7 @@
     ("^\\(From\\|Reply-To\\):" ": *\\(.+\\)$"
      1 (>= gnus-button-message-level 0) gnus-button-reply 1)
     ("^\\(Cc\\|To\\):" "[^ \t\n<>,()\"]+@[^ \t\n<>,()\"]+"
-     0 (>= gnus-button-message-level 0) gnus-button-mailto 0)
+     0 (>= gnus-button-message-level 0) gnus-msg-mail 0)
     ("^X-[Uu][Rr][Ll]:" gnus-button-url-regexp
      0 (>= gnus-button-browse-level 0) browse-url 0)
     ("^Subject:" gnus-button-url-regexp
--8<---------------cut here---------------end--------------->8---

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/




  reply	other threads:[~2005-03-03 13:48 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-02-25 14:08 Elias Oltmanns
2005-03-03 13:48 ` Reiner Steib [this message]
2005-03-16 15:51   ` Reiner Steib

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=v96508kfgc.fsf@marauder.physik.uni-ulm.de \
    --to=reinersteib+gmane@imap.cc \
    --cc=Reiner.Steib@gmx.de \
    /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).