[notmuch] [PATCH] notmuch: Respect maildir message flags

martin f krafft madduck at madduck.net
Mon Feb 15 18:12:50 PST 2010


also sprach Stewart Smith <stewart at flamingspork.com> [2010.02.16.1458 +1300]:
> +	    case 'R': /* replied */
> +		notmuch_message_add_tag (message, "answered");
> +		break;

'r' means replied, not 'answered'.

> +	    case 'T': /* trashed */
> +		notmuch_message_add_tag (message, "deleted");
> +		break;

Same. trashed and deleted are not the same thing.

I don't want to get into an argument over this, because I think this
already exposes a problem: you are putting into global namespace
something not everyone might want, or agree with.

Why not use 'maildirflags::replied' instead? People can always map
that to something in the global namespace.

-- 
martin | http://madduck.net/ | http://two.sentenc.es/
 
"geld ist das brecheisen der macht."
                                                 - friedrich nietzsche
 
spamtraps: madduck.bogus at madduck.net
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature (see http://martin-krafft.net/gpg/)
URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20100216/90fe7cf2/attachment.pgp>


More information about the notmuch mailing list