[PATCH 0/2] lib: Don't always move from maildir new/ to maildir cur/

Subject: [PATCH 0/2] lib: Don't always move from maildir new/ to maildir cur/

Date: Mon, 11 Jul 2011 16:36:16 +0200

To: Carl Worth

Cc: notmuch@notmuchmail.org, Austin Clements

From: Louis Rilling


Hello,

Here is an alternative, as we discussed earlier. This is enough to keep me
using mutt's ability to show the "new" status, and to allow me to test notmuch
with my real emails. Altough my notmuch config uses

	[new]
	tags=new;

	[maildir]
	synchronize_flags=true

messages will be kept in "new/", even with

	[new]
	tags=inbox;unread;
	
	[maildir]
	synchronize_flags=true

as long as no maildir flags have to be changed.

The first patch can be applied independently.

Thanks,

Louis


Louis Rilling (2):
  tags_to_maildir_flags: Cleanup double assignement
  tags_to_maildir_flags: Don't rename if no flags change

 lib/message.cc |   14 +++++++++++---
 1 files changed, 11 insertions(+), 3 deletions(-)

-- 
1.7.2.5


Thread: