Sergei Shilovsky <sshilovsky@gmail.com> writes: > notmuch-vim uses elinks to convert HTML messages to text. > --- > debian/control | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/debian/control b/debian/control > index 6298deb..146dfea 100644 > --- a/debian/control > +++ b/debian/control > @@ -128,7 +128,7 @@ Architecture: all > Section: mail > Breaks: notmuch (<<0.6~254~) > Replaces: notmuch (<<0.6~254~) > -Depends: ${misc:Depends}, notmuch, vim-addon-manager, vim-ruby, ruby-notmuch > +Depends: ${misc:Depends}, notmuch, vim-addon-manager, vim-ruby, ruby-notmuch, elinks I wonder if this should be a hard-depends, or rather a Recommends. If I read the ruby correctly, it is possible to configure some other html converter. So, "install unless you know what you are doing" sounds more like a recommends to me. d