diff options
| author | Lars Ingebrigtsen | 2019-09-22 14:49:57 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2019-09-22 14:49:57 +0200 |
| commit | 902e9297aaf05520e571e91fd801ccced0424651 (patch) | |
| tree | 5e8d83c7d0e860c192c5dc4b43e884cd0ef1fe46 /lisp | |
| parent | d8157a113396ab1563c4909e26f5717097f47a9e (diff) | |
| download | emacs-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.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/gnus/nnmaildir.el | 7 |
1 files changed, 3 insertions, 4 deletions
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 |