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 b7eb72f7648975a3b0c5901137d69eb047c54896
parent 8e0a1f6357238f9de4b064385317e0865be2f74e
Author: Jaromil <jaromil@dyne.org>
Date:   Mon, 13 Oct 2014 15:34:00 +0200

removed procmail from deps

Diffstat:
M.gitignore | 1+
Mbuild/build-gnu.sh | 1-
Msrc/jaro | 7++-----
3 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -64,3 +64,4 @@ src/nvpscan.c src/nvpscan.h src/nvpscan.report src/pgpewrap +src/parsedate diff --git a/build/build-gnu.sh b/build/build-gnu.sh @@ -24,7 +24,6 @@ mkdir -p build/gnu debian) print "Building on Debian" print "Checking software to install" - which procmail >/dev/null || deps+=(procmail) which fetchmail >/dev/null || deps+=(fetchmail) which msmtp >/dev/null || deps+=(msmtp) which mutt >/dev/null || deps+=(mutt) diff --git a/src/jaro b/src/jaro @@ -254,9 +254,6 @@ hostname=$(hostname) # gather the current hostname ${=mkdir} "$MAILDIRS/logs" # ${=mkdir} "$MAILDIRS/certs" -PROCMAILDIR="$MAILDIRS/.procmail" -{ test -d "$PROCMAILDIR" } || { ${=mkdir} "$PROCMAILDIR" } - MUTTDIR="$MAILDIRS/.mutt" { test -d "$MUTTDIR" } || { ${=mkdir} "$MUTTDIR" } @@ -342,7 +339,7 @@ TRAPINT() { check_bin() { # required programs - for req in pinentry fetchmail procmail gpg; do + for req in pinentry fetchmail gpg; do command -v $req >/dev/null { test $? != 0 } && { error "Cannot find $req. Please install it." @@ -495,7 +492,7 @@ maildirs are directories of mails downloaded in Mail/ filter passes a maildir through the configured and updated Filters.txt - update updates Filters.txt generating rules (procmail, sieve) + update updates Filters.txt generating rules (sieve format) ramdisk [open|close] activates fast cache in RAM on Mac/OSX (root)