How to sync a file after they have changed slightly?

2015-09-27 Thread Stephen Eglen
I am using mbsync with my mailer (mu4e) to read my mail, and it works great. I have the following request. If msg A lives on both the server and my laptop, and then I edit A, how can I get the edited file back on the server? Do I have to change the name of the file after editing (and delete the

Re: How to sync a file after they have changed slightly?

2015-09-27 Thread Oswald Buddenhagen
On Sat, Sep 26, 2015 at 08:09:39PM +0100, Stephen Eglen wrote: > I have the following request. If msg A lives on both the server and my > laptop, and then I edit A, how can I get the edited file back on the > server? > Do I have to change the name of the file after editing (and > delete the orig

[commit] isync_1_2_branch: remove legacy (bsd-style) locking

2015-09-27 Thread Oswald Buddenhagen
commit cda596d530c697e265d6de2ea66147a31a26c9b6 Author: Oswald Buddenhagen Date: Sun Sep 27 11:47:45 2015 +0200 remove legacy (bsd-style) locking flock() may be implemented via fcntl(), which may cause the process to deadlock itself when trying to apply both types of locks. thi

[commit] isync_1_2_branch: don't crash when dns lookup fails (ipv6 path)

2015-09-27 Thread Oswald Buddenhagen
commit 89dc7592eea3f7b2804c2ec09f58c877ad096fef Author: Oswald Buddenhagen Date: Sun Sep 27 12:13:34 2015 +0200 don't crash when dns lookup fails (ipv6 path) we call socket_connect_bail() when getaddrinfo() failed, so it must deal with no addrinfo being there yet. src/socket.

Re: How to sync a file after they have changed slightly?

2015-09-27 Thread Stephen Eglen
>> > yes, you do. the IMAP spec requires this. Thanks, I thought so, but wanted to check before hacking. Stephen -- ___ isync-devel mailing list isync-devel@lists.sourceforge.