diff options
author | Carl Worth <cworth@cworth.org> | 2010-02-25 11:11:59 -0800 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2010-02-25 11:16:41 -0800 |
commit | 43c9c1138966ef81f2a5ebe89136ddefb3fa175e (patch) | |
tree | cef28312a92a2cc961e8a73fd354f642e91a9010 /debian/control | |
parent | c2904e9842a0c81ec4ab907f84ce420c585cc880 (diff) |
control: Update package description to follow upstream README.
Justin B Rye pointed out (in Debian bug #566282) that a user with mail
in mbox format can spend a lot of time investigating notmuch before
realizing that mbox is not supported. Head that off with a more
detailed mention in the package description.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/control b/debian/control index e60be2af..39146dc6 100644 --- a/debian/control +++ b/debian/control @@ -17,6 +17,6 @@ Enhances: emacs, vim Suggests: emacs, vim, vim-addon-manager Description: thread-based email index, search and tagging Notmuch is a system for indexing, searching, reading, and tagging - large collections of email messages. It uses the Xapian library to - provide fast, full-text search of very large collection of email with - a very convenient search syntax. + large collections of email messages in maildir or mh format. It uses + the Xapian library to provide fast, full-text search with a very + convenient search syntax. |