Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ec388cf

Browse filesBrowse files
authored
bpo-38486: Fix dead qmail links in the mailbox docs (GH-22239)
1 parent facb522 commit ec388cf
Copy full SHA for ec388cf

File tree

1 file changed

+4
-10
lines changed
Filter options

1 file changed

+4
-10
lines changed

‎Doc/library/mailbox.rst

Copy file name to clipboardExpand all lines: Doc/library/mailbox.rst
+4-10Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -426,17 +426,14 @@ Supported mailbox formats are Maildir, mbox, MH, Babyl, and MMDF.
426426

427427
.. seealso::
428428

429-
`maildir man page from qmail <http://www.qmail.org/man/man5/maildir.html>`_
430-
The original specification of the format.
429+
`maildir man page from Courier <http://www.courier-mta.org/maildir.html>`_
430+
A specification of the format. Describes a common extension for
431+
supporting folders.
431432

432433
`Using maildir format <https://cr.yp.to/proto/maildir.html>`_
433434
Notes on Maildir by its inventor. Includes an updated name-creation scheme and
434435
details on "info" semantics.
435436

436-
`maildir man page from Courier <http://www.courier-mta.org/maildir.html>`_
437-
Another specification of the format. Describes a common extension for supporting
438-
folders.
439-
440437

441438
.. _mailbox-mbox:
442439

@@ -485,11 +482,8 @@ Supported mailbox formats are Maildir, mbox, MH, Babyl, and MMDF.
485482

486483
.. seealso::
487484

488-
`mbox man page from qmail <http://www.qmail.org/man/man5/mbox.html>`_
489-
A specification of the format and its variations.
490-
491485
`mbox man page from tin <http://www.tin.org/bin/man.cgi?section=5&topic=mbox>`_
492-
Another specification of the format, with details on locking.
486+
A specification of the format, with details on locking.
493487

494488
`Configuring Netscape Mail on Unix: Why The Content-Length Format is Bad <https://www.jwz.org/doc/content-length.html>`_
495489
An argument for using the original mbox format rather than a variation.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.