From e8fc7f5bd9bc9fd9bc0d8d6b58b99c04be28f73b Mon Sep 17 00:00:00 2001 From: Brendan Cully Date: Wed, 4 Apr 2007 16:31:50 -0700 Subject: [PATCH] Ignore cscope files --- .hgignore | 1 + ChangeLog | 10 ++++++++++ 2 files changed, 11 insertions(+) diff --git a/.hgignore b/.hgignore index 751d94173..5815c955d 100644 --- a/.hgignore +++ b/.hgignore @@ -33,6 +33,7 @@ syntax: glob .deps Makefile +cscope.* *.swp *.o *.gmo diff --git a/ChangeLog b/ChangeLog index 68f6d7e6f..271109f70 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2007-04-04 11:47 -0700 Brendan Cully (5e0ea671962d) + + * imap/command.c: Only reset UIDNEXT if new mail has been detected. + This prevents mutt from suddenly finding new mail when switching + from unknown UIDVALIDITY to known. + +2007-04-04 09:37 -0700 Fabian Groffen (330cb15403f0) + + * configure.ac: Check for Berkeley DB versions 4.4 and 4.5 + 2007-04-04 01:35 +0200 Christoph Berg (b841df908929) * cryptglue.c: Fix typos in CRYPT_BACKEND #ifs. -- 2.40.0