X-Git-Url: https://git.cworth.org/git?p=notmuch-wiki;a=blobdiff_plain;f=software.mdwn;h=8200f18749bb6e3b535417645bb52b21a9f547a7;hp=807a193e69ddae912e194be64db92f456eff83c2;hb=HEAD;hpb=d6b503a121be3a00144329288109a99f41b615c4 diff --git a/software.mdwn b/software.mdwn index 807a193..8200f18 100644 --- a/software.mdwn +++ b/software.mdwn @@ -1,5 +1,5 @@ [[!img notmuch-logo.png alt="Notmuch logo" class="left"]] -# Sofware working with Maildir and Notmuch +# Software working with Maildir and Notmuch ## **Mail storage formats** @@ -98,8 +98,8 @@ Have a separate [[wiki page|frontends]]. work in progress - gmailieer - no + lieer + tags: yes, mail: fetch GMail bi-directional tag Fast email-fetching and two-way tag synchronization between notmuch and GMail written using GMail API and Notmuch Python @@ -130,7 +130,7 @@ Following software can deliver to Maildir mailboxes: * Postfix: [local](http://www.postfix.org/local.8.html) * Exim: [appendfile](http://exim.org/exim-html-current/doc/html/spec_html/ch-the_appendfile_transport.html#SECTmaildirdelivery) * Qmail: [qmail-local](http://qmail.org/man/man8/qmail-local.html) -* OpenSMTPD: supports tuning via [.forward](https://www.opensmtpd.org/forward.5.html) files +* OpenSMTPD: supports tuning via [.forward](https://man.openbsd.org/forward) files Many MDAs also support filtering via [Sieve](https://en.wikipedia.org/wiki/Sieve_%28mail_filtering_language%29) language. @@ -138,7 +138,7 @@ Many MDAs also support filtering via [Sieve](https://en.wikipedia.org/wiki/Sieve Internet Mail Access Protocol servers that can interoperate with notmuch. It is of note that IMAP protocol supports storing so-called [keywords](https://tools.ietf.org/html/rfc3501#page-11) (user-defined flags) which are mostly equivalent to notmuch tags. -Unfortunately Maildir does not have standard way to encode keywords, so there are extensions neccessary to store that information. +Unfortunately Maildir does not have standard way to encode keywords, so there are extensions necessary to store that information. ### **Dovecot** @@ -148,7 +148,7 @@ The fully standard-compliant IMAP server. Has efficient syncing and multimaster replication capability. Up to 26 different keywords can be stored per-maildir using Maildir flags a-z. -Their meaning is defined via `dovecot-keywords` file which is simple, well-defined text file which maps each letter to specifig tag/keyword. +Their meaning is defined via `dovecot-keywords` file which is simple, well-defined text file which maps each letter to specific tag/keyword. If more than 26 keywords appear in one Maildir then some of them are stored in [dovecot-specific](http://wiki.dovecot.org/Design/Indexes/MainIndex) [index files](http://wiki.dovecot.org/IndexFiles). Dovecot's dsync will sync keywords into this format.