tce-load -i compiletc gdbm-dev gpgme-dev openssl-1.1.1-dev libidn2-dev cyrus-sasl-lite-dev perl5 sqlite3-dev https://bitbucket.org/mutt/mutt/downloads/mutt-1.13.4.tar.gz cd mutt-1.13.4 SENDMAIL="/usr/local/sbin/sendmail" CC="gcc -flto -fuse-linker-plugin -mtune=generic -Os -pipe" CXX="g++ -flto -fuse-linker-plugin -mtune=generic -Os -pipe -fno-exceptions -fno-rtti" ./configure --prefix=/usr/local --localstatedir=/var --with-mailpath=/var/mail --enable-gpgme --enable-pop --enable-imap --enable-smtp --with-curses --with-ssl --with-idn2 --with-sasl --with-gdbm --enable-external-dotlock --enable-hcache --enable-sidebar --enable-autocrypt --with-sqlite3 find . -name Makefile -type f -exec sed -i 's/-g -O2//g' {} \; make [0m 29.36s] sudo make install checking for GPG Error - version >= 1.33... no