isync

mailbox synchronization program
git clone https://git.code.sf.net/p/isync/isync
Log | Files | Refs | README | LICENSE

commit 2c648da5cfcc1886749eb2a22187c936a72d7d55
parent 3fe6f3f086118ebbe1ce8b2220feffe5ce85e0e2
Author: Michael Elkins <me@mutt.org>
Date:   Tue, 20 Nov 2001 18:28:18 +0000

post 0.7-release commit

Diffstat:
MChangeLog | 24++++++++++++++++++++++++
MMakefile.am | 2+-
Misync.spec.in | 8++++----
3 files changed, 29 insertions(+), 5 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -1,3 +1,27 @@ +2001-11-20 me <me@sigpipe.org> + + * Makefile.am, NEWS, isync.1, isync.h, maildir.c, main.c: + added --create/-C command line option to force creation of the local + maildir-style mailbox if nonexistent + + debug.h was not included in isync_SOURCES in Makefile.am + +2001-11-19 me <me@sigpipe.org> + + * config.c, configure.in, debug.c, debug.h, isync.h, list.c, main.c, Makefile.am, TODO: + added memory debugging code + + fixed memory leak in free_list() + + free memory associated with global settings on exit + +2001-11-16 me <me@sigpipe.org> + + * isync.h, sync.c, ChangeLog, cram.c, imap.c: + remove c++ style comments + + use %lu and cast off_t to unsigned long in printf() + 2001-11-15 me <me@sigpipe.org> * NEWS, config.c, isync.1, isync.h, main.c, sync.c: diff --git a/Makefile.am b/Makefile.am @@ -16,5 +16,5 @@ isync.html: isync.1 rpm: make dist - cp isync-$(VERSION).tar.gz /usr/src/RPM/SOURCES + cp isync-$(VERSION).tar.gz /usr/src/rpm/SOURCES rpm -ba --target=i586 --clean isync.spec diff --git a/isync.spec.in b/isync.spec.in @@ -1,11 +1,11 @@ Summary: Utility to synchronize IMAP mailboxes with local maildir folders Name: isync -Version: 0.4 +Version: 0.7 Release: 1 Copyright: GPL Group: Applications/Internet -Source: http://www.sigpipe.org/isync/isync-0.4.tar.gz -URL: http://www.sigpipe.org/isync/ +Source: http://www.sigpipe.org:8080/isync/isync-0.7.tar.gz +URL: http://www.sigpipe.org:8080/isync/ Packager: Michael Elkins <me@mutt.org> BuildRoot: /var/tmp/%{name}-buildroot @@ -30,4 +30,4 @@ rm -rf $RPM_BUILD_ROOT %files %doc COPYING README TODO ChangeLog /usr/bin/isync -/usr/man/man1/isync.1.bz2 +/usr/man/man1/isync.1.gz