aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Ingebrigtsen2019-09-22 14:49:57 +0200
committerLars Ingebrigtsen2019-09-22 14:49:57 +0200
commit902e9297aaf05520e571e91fd801ccced0424651 (patch)
tree5e8d83c7d0e860c192c5dc4b43e884cd0ef1fe46
parentd8157a113396ab1563c4909e26f5717097f47a9e (diff)
downloademacs-902e9297aaf05520e571e91fd801ccced0424651.tar.gz
emacs-902e9297aaf05520e571e91fd801ccced0424651.zip
Remove references to domain that no longer exists
* doc/misc/gnus-faq.texi (FAQ 7-1): * doc/misc/gnus.texi (Maildir): * lisp/gnus/nnmaildir.el: qmail.org no longer exists.
-rw-r--r--doc/misc/gnus-faq.texi6
-rw-r--r--doc/misc/gnus.texi3
-rw-r--r--lisp/gnus/nnmaildir.el7
3 files changed, 6 insertions, 10 deletions
diff --git a/doc/misc/gnus-faq.texi b/doc/misc/gnus-faq.texi
index e2cfa796198..f295c997cbd 100644
--- a/doc/misc/gnus-faq.texi
+++ b/doc/misc/gnus-faq.texi
@@ -1952,10 +1952,8 @@ and @uref{http://pyropus.ca/software/getmail/, getmail}.
1952You should tell those to write the mail to your disk and 1952You should tell those to write the mail to your disk and
1953Gnus to read it from there. Last but not least the mail 1953Gnus to read it from there. Last but not least the mail
1954sending part: This can be done with every MTA like 1954sending part: This can be done with every MTA like
1955@uref{http://www.sendmail.org/, sendmail}, 1955@uref{http://www.sendmail.org/, sendmail} or
1956@uref{http://www.qmail.org/, postfix}, 1956@uref{http://www.exim.org/, exim}.
1957@uref{http://www.exim.org/, exim} or
1958@uref{http://www.qmail.org/, qmail}.
1959 1957
1960On windows boxes I'd vote for 1958On windows boxes I'd vote for
1961@uref{http://www.tglsoft.de/, Hamster}, 1959@uref{http://www.tglsoft.de/, Hamster},
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi
index ef8ba4c30c1..8575f47f382 100644
--- a/doc/misc/gnus.texi
+++ b/doc/misc/gnus.texi
@@ -16416,8 +16416,7 @@ have to set this variable to @code{t}. The default is @code{nil}.
16416 16416
16417@code{nnmaildir} stores mail in the maildir format, with each maildir 16417@code{nnmaildir} stores mail in the maildir format, with each maildir
16418corresponding to a group in Gnus. This format is documented here: 16418corresponding to a group in Gnus. This format is documented here:
16419@uref{http://cr.yp.to/proto/maildir.html} and here: 16419@uref{http://cr.yp.to/proto/maildir.html}. @code{nnmaildir}
16420@uref{http://www.qmail.org/man/man5/maildir.html}. @code{nnmaildir}
16421also stores extra information in the @file{.nnmaildir/} directory 16420also stores extra information in the @file{.nnmaildir/} directory
16422within a maildir. 16421within a maildir.
16423 16422
diff --git a/lisp/gnus/nnmaildir.el b/lisp/gnus/nnmaildir.el
index d62e1e92536..3ffdc4630d7 100644
--- a/lisp/gnus/nnmaildir.el
+++ b/lisp/gnus/nnmaildir.el
@@ -21,10 +21,9 @@
21 21
22;;; Commentary: 22;;; Commentary:
23 23
24;; Maildir format is documented at <URL:http://cr.yp.to/proto/maildir.html> 24;; Maildir format is documented at <URL:http://cr.yp.to/proto/maildir.html>.
25;; and in the maildir(5) man page from qmail (available at 25;; nnmaildir also stores extra information in the .nnmaildir/ directory
26;; <URL:http://www.qmail.org/man/man5/maildir.html>). nnmaildir also stores 26;; within a maildir.
27;; extra information in the .nnmaildir/ directory within a maildir.
28;; 27;;
29;; Some goals of nnmaildir: 28;; Some goals of nnmaildir:
30;; * Everything Just Works, and correctly. E.g., NOV data is automatically 29;; * Everything Just Works, and correctly. E.g., NOV data is automatically