[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[emacs-wiki-discuss] planner-gnus: Missing space in links to news articl
From: |
Magnus Henoch |
Subject: |
[emacs-wiki-discuss] planner-gnus: Missing space in links to news articles |
Date: |
Sun, 05 Dec 2004 15:05:34 +0100 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (darwin) |
There's a space missing in links to news articles. Should be like
this, I think:
--- orig/planner-gnus.el
+++ mod/planner-gnus.el
@@ -107,7 +107,7 @@
(concat "from "
(planner-get-name-from-address
(mail-header-from headers))))
- "on "
+ " on "
gnus-newsgroup-name)
(concat "E-Mail "
(if (and planner-ignored-from-addresses
@@ -146,7 +146,7 @@
""
(concat "from "
(planner-get-name-from-address from)))
- "on "
+ " on "
newsgroups)
(concat "E-Mail "
(let ((to-addr
Magnus
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [emacs-wiki-discuss] planner-gnus: Missing space in links to news articles,
Magnus Henoch <=