[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#42899] [PATCH v5 0/6] Dovecot improvements
From: |
Alexey Abramov |
Subject: |
[bug#42899] [PATCH v5 0/6] Dovecot improvements |
Date: |
Tue, 20 Oct 2020 17:06:49 +0200 |
I have updated the series. Dovecot modules are provided via computed set of
modules, which is available via /usr/lib/dovecot symlink. All other linux
distribution uses the very same location, so I followed the same rule.
Alexey Abramov (5):
services: dovecot: Provide plugins through a /gnu/store directory.
services: dovecot: Add 'mail-attribute-dict' configuration option.
services: dovecot: Add 'imap-metadata?' protocol configuration option.
services: dovecot: Add 'managesieve-notify-capability' option.
services: dovecot: Add 'managesieve-sieve-capability' option.
Efraim Flashner (1):
gnu: dovecot: Set moduledir to global directory.
doc/guix.texi | 52 ++++++++++++++++++++++++++
gnu/packages/mail.scm | 9 ++++-
gnu/services/mail.scm | 85 +++++++++++++++++++++++++++++++++++++++++--
3 files changed, 141 insertions(+), 5 deletions(-)
--
2.28.0
- [bug#42899] [PATCH v5 0/6] Dovecot improvements,
Alexey Abramov <=
- [bug#42899] [PATCH v5 2/6] services: dovecot: Provide plugins through a /gnu/store directory., Alexey Abramov, 2020/10/20
- [bug#42899] [PATCH v5 6/6] services: dovecot: Add 'managesieve-sieve-capability' option., Alexey Abramov, 2020/10/20
- [bug#42899] [PATCH v5 4/6] services: dovecot: Add 'imap-metadata?' protocol configuration option., Alexey Abramov, 2020/10/20
- [bug#42899] [PATCH v5 3/6] services: dovecot: Add 'mail-attribute-dict' configuration option., Alexey Abramov, 2020/10/20
- [bug#42899] [PATCH v5 5/6] services: dovecot: Add 'managesieve-notify-capability' option., Alexey Abramov, 2020/10/20
- [bug#42899] [PATCH v5 1/6] gnu: dovecot: Set moduledir to global directory., Alexey Abramov, 2020/10/20