CVS commit by ossi:
typos
M +2 -2 mbsync.1 1.2
--- isync/src/mbsync.1 #1.1:1.2
@@ -132,5 +132,5 @@
This is useful for weeding out messages with large attachments.
\fBK\fR and \fBM\fR can be appended to the size to specify KiBytes resp.
-MeBytes instead of bytes. \fBB\fR is accepte
CVS commit by ossi:
bump version. no, i'm not releasing yet ... :)
M +1 -1 configure.in 1.36
--- isync/configure.in #1.35:1.36
@@ -1,5 +1,5 @@
AC_INIT(src/isync.h)
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(isync, 1.0.1)
+AM_INIT_AUTOMAKE(isync, 1.1.0)
AM_MAINTAINER_MODE
CVS commit by ossi:
include run-tests.pl in distribution
M +1 -1 Makefile.am 1.3
--- isync/src/Makefile.am #1.2:1.3
@@ -14,3 +14,3 @@
man_MANS = mbsync.1 mdconvert.1
-EXTRA_DIST = mbsyncrc.sample $(man_MANS)
+EXTRA_DIST = run-tests.pl mbsyncrc.sample $(man_MANS)
-