summaryrefslogtreecommitdiffstats
path: root/doc/src/05100-lib-mails.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/05100-lib-mails.md')
-rw-r--r--doc/src/05100-lib-mails.md16
1 files changed, 6 insertions, 10 deletions
diff --git a/doc/src/05100-lib-mails.md b/doc/src/05100-lib-mails.md
index 9a42a47a..b108f364 100644
--- a/doc/src/05100-lib-mails.md
+++ b/doc/src/05100-lib-mails.md
@@ -1,14 +1,10 @@
-## libimagmails
+## libimagmail
-The mail library implements everything that is needed for being used to
-implement a mail reader (MUA).
+This library implements an integration from notmuch for imag.
-It therefor provides reading mailboxes, getting related content or mails, saving
-attachments to external locations, crafting new mails and responses,...
+The library does not (yet) provide functionality to alter the database of
+notmuch and maybe never will.
-It also offers, natively, ways to search for mails (which are represented as
-imag entries).
-
-For more information on the domain of the `imag-mail` command, look at the
-documentation of the @sec:modules:mails module.
+It creates one imag entry for one notmuch message id. It only stores the message
+id in the entry, all other data can be fetched from notmuch at runtime.