Hey gang,

Hopefully someone with more keybinding experience than me can help out. I'm trying to overwrite the standard keybindings for Reply, Reply All, Reply List, and Forward so that when I reply to or forward a message, it is also marked as read. I have these lines in my custom keybindings file:

        "@r" = ( 'setTag:', '\\Seen', 'reply:');
        "@R" = ( 'setTag:', '\\Seen', 'replyAll:');
        "~@r" = ( 'setTag:', '\\Seen', "replyList:");
        "@F" = ( 'setTag:', '\\Seen', 'forwardMessage:');

However, while messages are replied to or forwarded just fine, the marking-as-read thing doesn't happen. I know the keybindings file is being loaded and used because other custom keybindings in the file are recognized. Any thoughts as to what I might be doing wrong? Or is overwriting the default keybindings something that can't be done?

--
Eric A. Meyer ([email protected])     http://meyerweb.com/
_______________________________________________
mailmate mailing list
[email protected]
http://lists.freron.com/listinfo/mailmate

Reply via email to