--- debian/changelog | 1 + debian/control | 31 ++++++++++++++----------------- 2 files changed, 15 insertions(+), 17 deletions(-)
diff --git a/debian/changelog b/debian/changelog index db8dfc6..50ab237 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ mutt-kz (1.5.23.1-6) unstable; urgency=low * control: set priority as extra (Closes: 793498) + * control: improves package description (Closes: 793497) -- diff --git a/debian/control b/debian/control index 01d6bc2..93c49e6 100644 --- a/debian/control +++ b/debian/control @@ -16,23 +16,19 @@ Vcs-Browser: https://gitlab.com/vjaquez-misc/mutt-kz Package: mutt-kz Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, mutt (>= 1.5.23) -Description: text-based mailreader supporting MIME, GPG, PGP and threading - Mutt is a sophisticated text-based Mail User Agent. Some highlights: +Description: Mutt Mail User Agent with Notmuch support and another improvements + Mutt-kz is a fork of Mutt, a sophisticated text-based Mail User Agent, which + additionally provides: . - * MIME support (including RFC1522 encoding/decoding of 8-bit message - headers and UTF-8 support). - * PGP/MIME support (RFC 2015). - * Advanced IMAP client supporting SSL encryption and SASL authentication. - * POP3 support. - * ESMTP support. - * Message threading (both strict and non-strict). - * Keybindings are configurable, default keybindings are much like ELM; - Mush and PINE-like ones are provided as examples. - * Handles MMDF, MH and Maildir in addition to regular mbox format. - * Messages may be (indefinitely) postponed. - * Colour support. - * Highly configurable through easy but powerful rc file. - * Not much integration + * Notmuch integration: virtual folders, labels handling, searches, etc. + * sidebar: list mailboxes (with new mail) in a separate column on screen + * index-color: individual tag coloring + . + Mutt-kz, in comparison with notmuch-mutt, does not populates directories to + emulate virtual folders. As mutt-kz is linked with libnotmuch, the virtual + folders are part of the index handling. Also it can add, remove and modify + notmuch tags (labels). + Package: mutt-kz-dbg Architecture: any @@ -40,7 +36,8 @@ Section: debug Priority: extra Depends: ${misc:Depends}, mutt-kz (= ${binary:Version}) Description: debugging symbols for mutt-kz - Mutt is a sophisticated text-based Mail User Agent. + Mutt-kz is a fork of Mutt, a sophisticated text-based Mail User Agent, with + notmuch integration. . This package contains the debugging symbols for mutt-kz; this is supposed to be used when there is a core file which should be analyzed using gdb. -- 2.4.6 -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

