Mutt install

From wikinotes
Revision as of 02:01, 2 July 2022 by Will (talk | contribs) (→‎Cygwin)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Linux

sudo pacman -S mutt  # no longer need to compile/patch with sidebar

Cygwin

Install

setup-x86.exe -q -P ^
mutt (source),^
msmtp,^
w3m,^
ncurses,^
libncurses-devel,^
abook,^
offlineimap,^
autobuild,^
autoconf,^
automake,^
make,^
makedepend,^
openssl,^
openssl-devel,^
libsasl2-devel^
gcc,^
core,^
gdbm,^
libgdbm,^
libgdbm-devel,^
patch,^
patch-devel

Compiling/Patching

todo