commit 11d836a569d5cec94bfa72b10cf3076c7d00706e
parent 6f9f49b3dec2c99aaf265916faeb2e65344edfa8
Author: Jaromil <jaromil@dyne.org>
Date:   Mon, 14 May 2012 23:52:05 +0200
some minor updates
Diffstat:
3 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/.gitignore b/.gitignore
@@ -0,0 +1,4 @@
+*~
+*.o
+dotlock
+fetchaddr
diff --git a/build-gnu.sh b/build-gnu.sh
@@ -12,6 +12,7 @@ case $distro in
 	which zsh || sudo apt-get install zsh
 	which mutt || sudo apt-get install mutt
 	which procmail || sudo apt-get install procmail
+	which msmtp || sudo apt-get install msmtp
 	which pinentry || sudo apt-get install pinentry
 	which fetchmail || sudo apt-get install fetchmail
 	which wipe || sudo apt-get install wipe
diff --git a/src/jaro b/src/jaro
@@ -20,8 +20,8 @@
 # this source code; if not, write to:
 # Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
-VERSION=0.6
-DATE=March/2012
+VERSION=0.1
+DATE=May/2012
 JAROMAILEXEC=$0
 typeset -a OLDARGS
 for arg in ${argv}; do OLDARGS+=($arg); done
@@ -89,11 +89,6 @@ WORKDIR=$MAILDIRS/jaro
 ${=mkdir} $MAILDIRS
 ${=mkdir} $WORKDIR
 
-
-if [ -r $WORKDIR/Configuration.txt ]; then
-    source $WORKDIR/Configuration.txt
-fi
-
 # make sure the directory is private
 chmod 700 $WORKDIR