diff options
author | Matthias Beyer <mail@beyermatthias.de> | 2019-09-20 15:38:04 +0200 |
---|---|---|
committer | Matthias Beyer <mail@beyermatthias.de> | 2019-09-20 19:16:22 +0200 |
commit | af6d67416b35d533241c50bbb587bc5a658ab886 (patch) | |
tree | 0845b4e6da4430baddd2d2f26c1b9522c312bb94 | |
parent | 2caeb0a510a834b303b5977aa0ae42edfb887627 (diff) |
Fix typos
-rw-r--r-- | doc/src/05100-lib-mails.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/05100-lib-mails.md b/doc/src/05100-lib-mails.md index fde0879f..9a42a47a 100644 --- a/doc/src/05100-lib-mails.md +++ b/doc/src/05100-lib-mails.md @@ -1,13 +1,13 @@ ## libimagmails -The mail library implements everything that is needed for beeing used to +The mail library implements everything that is needed for being used to implement a mail reader (MUA). -It therefor providea reading mailboxes, getting related content or mails, saving -attachements to external locations, crafting new mails and responses,... +It therefor provides reading mailboxes, getting related content or mails, saving +attachments to external locations, crafting new mails and responses,... It also offers, natively, ways to search for mails (which are represented as -imag entries) via tags, categories or even other metadata. +imag entries). For more information on the domain of the `imag-mail` command, look at the documentation of the @sec:modules:mails module. |