On Fri, Sep 01, 2017 at 07:51:54AM +0200, Kai Weber wrote:
> BTW, with either NeoMutt or Mutt 1.8.3 I get
> 
>    Error in /home/kai/.config/mutt/muttrc, line 13: header_cache:    unknown
> variable
>    source: errors in  /home/kai/.config/mutt/muttrc

By default, Mutt has a minimal configuration.  I would recommend first
running:
  apt-get build-dep mutt

How you configure is a personal opinion, but here are some options you
may want to pass to configure:

./configure                     \
    --prefix=/usr/local         \
    --with-mailpath=/var/mail   \
    --enable-debug              \
    --enable-fcntl              \
    --enable-hcache             \
    --enable-gpgme              \
    --enable-imap               \
    --enable-smtp               \
    --enable-pop                \
    --enable-sidebar            \
    --enable-compressed         \
    --with-curses               \
    --with-gnutls               \
    --with-gss                  \
    --with-idn                  \
    --with-mixmaster            \
    --with-sasl                 \
    --without-gdbm              \
    --without-bdb               \
    --without-qdbm

I like the newer kyotocabinet header cache, so I also would install the
libkyotocabinet-dev package and add to configure:
       --without-tokyocabinet     \
       --with-kyotocabinet

-- 
Kevin J. McCarthy
GPG Fingerprint: 8975 A9B3 3AA3 7910 385C  5308 ADEF 7684 8031 6BDA

Attachment: signature.asc
Description: PGP signature

Reply via email to