Poco Bug FAQ - Leaving folders highlit

Poco Bug FAQ - Leaving folders highlit

Q: I have two scripts that save messages to different mailboxes in my system. One script leaves the folders highlit while the other script doesn't, what's going on? I really don't see any difference in the method I am using to save the messages to the respective folders. One thing to note though, the script that doesn't leave the folders highlit sets an explicit path (including drive letter) to the folder while in script that leaves the folder highlit simply sets the path as follows:

set $mailbox xyz.mbx

 
A: Change the absolute path in SaveMessage to a relative path, i.e. try something like this: SaveMessage %message Trash or SaveMessage %message MyFolder\Trash

Specify mailbox without the path to the mailboxes, and exclude the extension.