From d89b44d44064528bf4fff3dc8999d0f423f34f8c Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Sat, 31 May 2008 13:47:43 +0000 Subject: * libproto/include/amd.h (struct _amd_message.has_new_msg): New field. * mailbox/amd.c (amd_append_message): Cache information about mailbox size in file .mu-size. (make_size_file_name, read_size_file, write_size_file): New functions. (amd_expunge, amd_sync): Update size cache file. (amd_get_size): Use size cache file if no mailbox_size method is provided. * mailbox/mbx_default.c (mu_normalize_mailbox_url): Accept `=' suffix for all mailbox types. * movemail/movemail.c (main): Call mu_mailbox_sync before closing destination mailbox. --- m4/.cvsignore | 2 ++ 1 file changed, 2 insertions(+) (limited to 'm4/.cvsignore') diff --git a/m4/.cvsignore b/m4/.cvsignore index e36910f7b..0df006035 100644 --- a/m4/.cvsignore +++ b/m4/.cvsignore @@ -71,7 +71,9 @@ memrchr.m4 openat.m4 pathmax.m4 po.m4 +printf.m4 progtest.m4 +rawmemchr.m4 readlink.m4 realloc.m4 regex.m4 -- cgit v1.2.1