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

2011-07-11 Thread 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



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

2011-07-11 Thread 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

___
notmuch mailing list
notmuch@notmuchmail.org
http://notmuchmail.org/mailman/listinfo/notmuch