Skip to content

Commit

Permalink
Merge pull request #86 from sfadriaan/main
Browse files Browse the repository at this point in the history
Spelling checks (Launchpad Mail page)
  • Loading branch information
ineesalmeida authored Jul 15, 2024
2 parents 141aa07 + 46170ea commit dbdde8d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .sphinx/spellingcheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ matrix:
- .custom_wordlist.txt
output: .sphinx/.wordlist.dic
sources:
- _build/**/*.html|!_build/explanation/branches/index.html|!_build/explanation/code/index.html|!_build/explanation/security-policy/index.html|!_build/explanation/database-performance/index.html|!_build/explanation/url-traversal/index.html|!_build/explanation/navigation-menus/index.html|!_build/explanation/storm-migration-guide/index.html|!_build/explanation/mail/index.html
- _build/**/*.html|!_build/explanation/branches/index.html|!_build/explanation/code/index.html|!_build/explanation/security-policy/index.html|!_build/explanation/database-performance/index.html|!_build/explanation/url-traversal/index.html|!_build/explanation/navigation-menus/index.html|!_build/explanation/storm-migration-guide/index.html
pipeline:
- pyspelling.filters.html:
comments: false
Expand Down
8 changes: 4 additions & 4 deletions explanation/mail.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ Launchpad Mail
There are various kinds of emails in Launchpad:

1. Mailing lists (represented by Launchpad teams). A mailing list has an
address \`[email protected]`, archives
(`https://lists.launchpad.net/TEAM_NAME`), and an administrative
interface (`https://lists.canonical.com/mailman/admin/TEAM_NAME`).
address ``[email protected]``, archives
(``https://lists.launchpad.net/TEAM_NAME``), and an administrative
interface (``https://lists.canonical.com/mailman/admin/TEAM_NAME``).
Launchpad uses `Mailman <http://list.org>`__ to process these kinds
of mails.
2. Emails sent from one user to another (that is, an email sent "by"
Launchpad, but really sent by user Alice when Alice uses the
\`https://edge.launchpad.net/~barry/+contactuser\` form to contact
``https://edge.launchpad.net/~barry/+contactuser`` form to contact
user Barry.
3. Emails sent by Launchpad itself, such as emails sent to subscribers
when a bug is changed.
Expand Down

0 comments on commit dbdde8d

Please sign in to comment.