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 57f4b12a29f78e8ce9efdb21440e9e0c66a7ff96
parent 44a3f9dda3f0c0ad3330ef41c0c3611548c13681
Author: Jaromil <jaromil@dyne.org>
Date:   Wed, 10 Apr 2013 12:36:22 +0000

added msmtp in gnu build

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

diff --git a/build/build-gnu.sh b/build/build-gnu.sh @@ -24,6 +24,7 @@ case $distro in test "$target" = "all" } && { echo "Checking software to install..." which zsh || sudo apt-get install zsh + which msmtp || sudo apt-get install msmtp echo "Checking build dependencies" which gcc || sudo apt-get install gcc @@ -121,7 +122,6 @@ case $distro in popd cp src/mutt-1.5.21/mutt build/gnu/mutt-jaro cp src/mutt-1.5.21/pgpewrap build/gnu/pgpewrap - cp src/mutt-1.5.21/mutt_dotlock build/gnu/dotlock-mutt } { test "$target" = "mixmaster" } && {