jaromail

a commandline tool to easily and privately handle your e-mail
git clone git://parazyd.org/jaromail.git
Log | Files | Refs | Submodules | README

commit 1a7c396400e8362e16bd6015f0bcd1b00c898eea
parent d5f0536453e130033e1cfa49ebcde830b21a5a51
Author: Jaromil <jaromil@dyne.org>
Date:   Wed,  9 Dec 2015 23:13:08 +0100

added elinks to deps for html email rendering

Diffstat:
Mbuild/build-gnu.sh | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/build/build-gnu.sh b/build/build-gnu.sh @@ -33,7 +33,7 @@ debian_req() { case $distro in debian) deps=(fetchmail msmtp mutt pinentry-curses) - deps+=(wipe notmuch sqlite3 alot abook) + deps+=(wipe notmuch sqlite3 alot abook elinks) deps+=(gcc make libglib2.0-dev libgnome-keyring-dev) print "Building on Debian" @@ -158,4 +158,3 @@ print "Done building JaroMail!" print "Now run 'make install' as root to install jaromail in /usr/local" print "use PREFIX=/home/private/jaromail to avoid system-wide installation." print -