all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Noam Postavsky <npostavs@users.sourceforge.net>
To: Tino Calancha <tino.calancha@gmail.com>
Cc: 28831@debbugs.gnu.org, larsi@gnus.org
Subject: bug#28831: 27.0.50; debbugs: funny address in To field
Date: Thu, 19 Oct 2017 20:29:55 -0400	[thread overview]
Message-ID: <87376efypo.fsf@users.sourceforge.net> (raw)
In-Reply-To: <877evy3vw4.fsf@gmail.com> (Tino Calancha's message of "Sat, 14 Oct 2017 18:45:47 +0900")

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

tags 28831 + patch
quit

Tino Calancha <tino.calancha@gmail.com> writes:

> When I reply such reports the funny address appear in CC.
> What are those '24000@https:'? Do we need them?

Hah, I thought I was the only one (somehow this report did not land in
my inbox, I only happened to find it when looking at the bug list).  The
following seems to fix it, but there is some caching.  When I open this
bug the "https:" is still there, but opening other bugs that I haven't
opened in the current session yet then it's not.  I'm not sure where the
cache is kept.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: patch --]
[-- Type: text/x-diff, Size: 1136 bytes --]

From e1c49aec252ac8e79631c96fe68d2dcc725bdde4 Mon Sep 17 00:00:00 2001
From: Noam Postavsky <npostavs@gmail.com>
Date: Thu, 19 Oct 2017 20:07:05 -0400
Subject: [PATCH] Handle https url for debbugs mbox (Bug#28831)

In 2017-09-13 "Prefer HTTPS to FTP and HTTP in documentation",
gnus-bug-group-download-format-alist was updated to use https for the
debbugs.gnu.org mbox links, but gnus-read-ephemeral-bug-group assumed
http links.
* lisp/gnus/gnus-group.el (gnus-read-ephemeral-bug-group): Strip
https, not http.
---
 lisp/gnus/gnus-group.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/gnus/gnus-group.el b/lisp/gnus/gnus-group.el
index 985efe6272..259d046e9e 100644
--- a/lisp/gnus/gnus-group.el
+++ b/lisp/gnus/gnus-group.el
@@ -2469,7 +2469,7 @@ gnus-read-ephemeral-bug-group
 	       (format "%s@%s" (car ids)
 		       (replace-regexp-in-string
 			"/.*$" ""
-			(replace-regexp-in-string "^http://" "" mbox-url)))))
+			(replace-regexp-in-string "^https://" "" mbox-url)))))
 	  (goto-char (point-min))
 	  (while (re-search-forward (concat "^" message-unix-mail-delimiter)
 				    nil t)
-- 
2.11.0


  reply	other threads:[~2017-10-20  0:29 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-14  9:45 bug#28831: 27.0.50; debbugs: funny address in To field Tino Calancha
2017-10-20  0:29 ` Noam Postavsky [this message]
2017-10-20  2:14   ` Tino Calancha
2017-10-20  9:35   ` Lars Ingebrigtsen
2017-10-20 12:55     ` Noam Postavsky
2017-10-20 13:53       ` Lars Ingebrigtsen
2017-10-21 19:52         ` Noam Postavsky

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=87376efypo.fsf@users.sourceforge.net \
    --to=npostavs@users.sourceforge.net \
    --cc=28831@debbugs.gnu.org \
    --cc=larsi@gnus.org \
    --cc=tino.calancha@gmail.com \
    /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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.