isync

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

commit 6267139b7143b1c4e6b1284f1c4bf016fd1ba401
parent 44d360d184a68acbeded9553e8f3e03ad53ae589
Author: Michael Elkins <me@mutt.org>
Date:   Mon, 28 Jan 2002 19:39:57 +0000

post 0.8 release commit

Diffstat:
MChangeLog | 29+++++++++++++++++++++++++++++
Mdebian/changelog | 2+-
Misync.spec.in | 4++--
3 files changed, 32 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -1,5 +1,34 @@ +2002-01-28 me <me@sigpipe.org> + + * TODO, configure.in: + check for dbm_open() in libc and libdb + +2002-01-17 me <me@sigpipe.org> + + * sync.c: + don't bother renaming the message file if we are about to unlink() it + 2002-01-16 me <me@sigpipe.org> + * AUTHORS, Makefile.am, NEWS, sync.c: + remove tilde backup files for distclean + + fixed indentation + + added full name to AUTHORS + + reformated NEWS blurb for 0.8 + + * sync.c, maildir.c: + sync_mailbox() did not update the msg struct when flags were changed, + causing the expunge command to fail + + remove bogus strfcpy() line + + * ChangeLog, Makefile.am, configure.in, debian/Makefile.am: + added debian build files dist target so that people can use them to build + their own .deb packages without having to use CVS + * debian/changelog, debian/control, debian/copyright, debian/dirs, debian/docs, debian/files, debian/rules, isync.1, maildir.c, sync.c: added debian build files diff --git a/debian/changelog b/debian/changelog @@ -2,5 +2,5 @@ isync (0.8-1) unstable; urgency=low * Initial Release. - -- Michael Elkins <melkins@debian> Wed, 16 Jan 2002 13:36:52 -0800 + -- Michael Elkins <me@mutt.org> Wed, 16 Jan 2002 13:36:52 -0800 diff --git a/isync.spec.in b/isync.spec.in @@ -1,10 +1,10 @@ Summary: Utility to synchronize IMAP mailboxes with local maildir folders Name: isync -Version: 0.7 +Version: 0.8 Release: 1 Copyright: GPL Group: Applications/Internet -Source: http://www.sigpipe.org:8080/isync/isync-0.7.tar.gz +Source: http://www.sigpipe.org:8080/isync/isync-0.8.tar.gz URL: http://www.sigpipe.org:8080/isync/ Packager: Michael Elkins <me@mutt.org> BuildRoot: /var/tmp/%{name}-buildroot