Re: Maildir sync of seen flag confusing with multiple copies

2017-08-19 Thread David Bremner
Sean Whitton  writes:

> Hello,
>
> If I have multiple copies of a message (e.g. in different subdirectories
> of my mail store), notmuch conveniently only shows me one of them.  Once
> I've read that, though, it seems that only one of the messages in my
> Maildir gets marked as read.
>
> This seems to defeat syncing Maildir flags, because then the message
> will keep showing as unread in other clients.
>

The following (passing) test case is supposed to test exactly that
situation:

test_begin_subtest "Tag changes modify flags of multiple files"
notmuch tag -replied subject:"Duplicated message"
(cd $MAIL_DIR/cur/; ls duplicated*) > actual
test_expect_equal "$(< actual)"  "duplicated-message-another-copy:2,S
duplicated-message-copy:2,S
duplicated-message:2,S"

I wonder what is different about your situation.

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


Maildir sync of seen flag confusing with multiple copies

2017-08-10 Thread Sean Whitton
Hello,

If I have multiple copies of a message (e.g. in different subdirectories
of my mail store), notmuch conveniently only shows me one of them.  Once
I've read that, though, it seems that only one of the messages in my
Maildir gets marked as read.

This seems to defeat syncing Maildir flags, because then the message
will keep showing as unread in other clients.

-- 
Sean Whitton


signature.asc
Description: PGP signature
___
notmuch mailing list
notmuch@notmuchmail.org
https://notmuchmail.org/mailman/listinfo/notmuch