commit ec3bb50097da1be27037c929f086406b9ea75d5e
parent 6414b13e4687b35c91982955e95fb2a480d2aa4e
Author: Jaromil <jaromil@dyne.org>
Date:   Fri, 13 Dec 2013 14:39:22 +0100
release documentation
Diffstat:
4 files changed, 12 insertions(+), 27 deletions(-)
diff --git a/ChangeLog.txt b/ChangeLog.txt
@@ -1,3 +1,8 @@
+Jaro Mail 1.3.1 - 13 December 2013
+	More fixes to OSX usage for editor and attachments, changes to
+	local keyring hashing, slight refactoring of packaging and install
+	scripts.
+
 Jaro Mail 1.3 - 5 December 2013
         Major fixes for the new OSX Application packaging implying a
 	rather important refactoring: during its operation JaroMail will
diff --git a/README.txt b/README.txt
@@ -6,7 +6,7 @@
   88 88.  .88 88       88.  .88 88  88  88 88.  .88 88 88
   88 `88888P8 dP       `88888P' dP  dP  dP `88888P8 dP dP
   88~ooooooooooooooooooooooooooooooooooooooooooooooooooooo
- odP   your humble and faithful electronic postman   v 1.3
+ odP   your humble and faithful electronic postman v 1.3.1
 
 A commandline tool to easily and privately handle your e-mail
 
diff --git a/TODO b/TODO
@@ -2,6 +2,10 @@
   Contribute code or donate to complete this TODO:
   https://dyne.org/donate
 
+* Solve imap idle timeout on Mutt
+  peek command should use fetchmail --idle instead of mutt -f imaps
+  this way we can also implement desktop notifications
+
 * Outbox as maildir
   also multiple outboxes for different send programs
    for example anonymous/ for the mixmaster queue
diff --git a/build/release-osx.sh b/build/release-osx.sh
@@ -11,32 +11,6 @@ dir=JaroMail
 ver="$1"
 
 
-# first argument the binary
-# second argument the app name
-copydeps() {
-	libs=(`otool -L $1 | awk '
-		/^\// {next} /\/local/ {print $1}'`)
-
-	exe=`basename $1`
-	dst=$2
-	bin=$dst/Contents/Resources/jaro/bin
-	lib=$dst/Contents/Frameworks
-	cp -v $1 $bin/$exe
-	{ test $? = 0 } || { print "Error copying $1" }
-	chmod +w $bin/$exe
-	strip $dst/$exe
-	for d in ${libs}; do
-	    dylib=`basename $d`
-	    print "  $dylib"
-	    # make sure destination is writable
-	    dylibdest=$lib/`basename $d`
-	    { test -r $dylibdest } || { cp -v "$d" "$dylibdest" }
-	    install_name_tool -change $d \
-		"/Applications/$dst/Contents/Frameworks/`basename $d`" $bin/$exe
-	done
-}
-
-
 
 out="`basename ${dir}`-${ver}.dmg"
 
@@ -68,6 +42,7 @@ cp -r ../src/stats    $WORKDIR/.stats
 cp ../doc/Applications.txt $WORKDIR/
 cp ../doc/Filters.txt      $WORKDIR/
 cp ../doc/Mutt.txt         $WORKDIR/
+cp ../doc/JaroMail.icns	   $appdst/Contents/Resources
 cp -r ../doc/Accounts      $WORKDIR/
 
 
@@ -75,6 +50,7 @@ print "Copying binaries and adjusting relocations"
 mkdir -p $bindst
 cp ../src/jaro $bindst
 cp -v osx/* $bindst
+mkdir -p $appdst/Contents/Frameworks/
 cp -v osx/dylib/* $appdst/Contents/Frameworks/