also sprach Stewart Smith <stew...@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.bo...@madduck.net

Attachment: digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/)

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

Reply via email to