OK the website for MailActON is
https://www.indev.ca/MailActOn.html
It appears you can download and use for 30 days free and then it costs $30 to
purchase a license to use the software.
One thing that appeals to me was the ability to automate the sent folder so
that messages and responses are in the same place. However, keeping my mail
organized was not worth the cost of the software for me.
I just threw together the below AppleScript that appears to work. ——— Start of
AppleScript
tell application "Mail"
set destination to mailbox "2016 Archive"
set selectedMessages to the selected messages of message viewer 1
repeat with MailItem in selectedMessages
move MailItem to destination
end repeat
end tell
———-ENdOfAppleScript
Best wishes,
Jonathan Cohn
> On Mar 13, 2016, at 12:45, Jenine Stanley <[email protected]> wrote:
>
> I’m not particularly eager to learn Apple script but am interested to hear
> more about the mail plug in.
> Jenine Stanley
> [email protected]
>
>
>
>> On Mar 13, 2016, at 12:30 PM, Jonathan Cohn <[email protected]> wrote:
>>
>> You can do this with AppleScript, though I have not actually worked that
>> code. Yo would need to either use the Script menu or else the keyboard
>> commander to associate the AppleScript with a keystroke.
>> If you are not up to coding AppleScript I have read that the PlugIn
>> MailActOn should do this. I don’t know any blind users of the plugin and I
>> am not sure if it is actively developed.
>>
>> Let us know if you want to proceed.
>>
>> Best wishes,
>>
>>
>> Jonathan Cohn
>>
>>> On Mar 13, 2016, at 11:46, Jenine Stanley <[email protected]> wrote:
>>>
>>> I’m fairly sure you can do this on the Mac but can anyone tell me how?
>>>
>>> I’m in Mail and I want a single key combination to move a message to a
>>> specific folder, saved, receipts, etc.
>>>
>>> How do I create that? I almost called it a macro…and that should tell you
>>> how long I’ve been using computers.
>>> Jenine Stanley
>>> [email protected]
>>>
>>>
>>>
>>> --
>>> The following information is important for all members of the Mac
>>> Visionaries list.
>>>
>>> If you have any questions or concerns about the running of this list, or if
>>> you feel that a member's post is inappropriate, please contact the owners
>>> or moderators directly rather than posting on the list itself.
>>>
>>> Your Mac Visionaries list moderator is Mark Taylor and your owner is Cara
>>> Quinn - you can reach Cara at [email protected]
>>>
>>> The archives for this list can be searched at:
>>> http://www.mail-archive.com/[email protected]/
>>> ---
>>> You received this message because you are subscribed to the Google Groups
>>> "MacVisionaries" group.
>>> To unsubscribe from this group and stop receiving emails from it, send an
>>> email to [email protected].
>>> To post to this group, send email to [email protected].
>>> Visit this group at https://groups.google.com/group/macvisionaries.
>>> For more options, visit https://groups.google.com/d/optout.
>>
>> --
>> The following information is important for all members of the Mac
>> Visionaries list.
>>
>> If you have any questions or concerns about the running of this list, or if
>> you feel that a member's post is inappropriate, please contact the owners or
>> moderators directly rather than posting on the list itself.
>>
>> Your Mac Visionaries list moderator is Mark Taylor and your owner is Cara
>> Quinn - you can reach Cara at [email protected]
>>
>> The archives for this list can be searched at:
>> http://www.mail-archive.com/[email protected]/
>> ---
>> You received this message because you are subscribed to the Google Groups
>> "MacVisionaries" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to [email protected].
>> To post to this group, send email to [email protected].
>> Visit this group at https://groups.google.com/group/macvisionaries.
>> For more options, visit https://groups.google.com/d/optout.
>
> --
> The following information is important for all members of the Mac Visionaries
> list.
>
> If you have any questions or concerns about the running of this list, or if
> you feel that a member's post is inappropriate, please contact the owners or
> moderators directly rather than posting on the list itself.
>
> Your Mac Visionaries list moderator is Mark Taylor and your owner is Cara
> Quinn - you can reach Cara at [email protected]
>
> The archives for this list can be searched at:
> http://www.mail-archive.com/[email protected]/
> ---
> You received this message because you are subscribed to the Google Groups
> "MacVisionaries" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at https://groups.google.com/group/macvisionaries.
> For more options, visit https://groups.google.com/d/optout.
--
The following information is important for all members of the Mac Visionaries
list.
If you have any questions or concerns about the running of this list, or if you
feel that a member's post is inappropriate, please contact the owners or
moderators directly rather than posting on the list itself.
Your Mac Visionaries list moderator is Mark Taylor and your owner is Cara Quinn
- you can reach Cara at [email protected]
The archives for this list can be searched at:
http://www.mail-archive.com/[email protected]/
---
You received this message because you are subscribed to the Google Groups
"MacVisionaries" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/macvisionaries.
For more options, visit https://groups.google.com/d/optout.