* Víctor M. Jáquez L. <vjaq...@igalia.com>, 2015-08-02, 15:28:
I can't use the help function (F1), because it tries to open nonexistent file:

gzip: /usr/share/doc/mutt/manual.txt.gz: No such file or directory

I'm not sure, but I think this bug belongs to mutt package,

I don't think so. :) mutt manages /usr/share/doc/mutt/manual.txt.gz via alternatives:

update-alternatives --install /usr/bin/mutt mutt /usr/bin/mutt-org 50 \
        --slave /usr/share/man/man1/mutt.1.gz mutt.1.gz 
/usr/share/man/man1/mutt-org.1.gz \
        --slave /usr/share/man/man5/muttrc.5.gz muttrc.5.gz 
/usr/share/man/man5/muttrc-org.5.gz \
        --slave /usr/share/doc/mutt/html mutt-doc-html 
/usr/share/doc/mutt/html-org \
        --slave /usr/share/doc/mutt/manual.txt.gz mutt-doc-manual 
/usr/share/doc/mutt/manual-org.txt.gz

But mutt-kz doesn't have --slave for this file:

update-alternatives --install /usr/bin/mutt mutt /usr/bin/mutt-kz 60 \
        --slave /usr/share/man/man1/mutt.1.gz mutt.1.gz 
/usr/share/man/man1/mutt-kz.1.gz \
        --slave /usr/share/man/man5/muttrc.5.gz muttrc.5.gz 
/usr/share/man/man5/muttrc-kz.5.gz

--
Jakub Wilk


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to