Jump to content
  • 1

create rules to automatically send mails into specific notebook


Sensuelas

Idea

I want to have certain incoming emails automatically redirected into Evernote. I know how to Create rules to do this but I don’t know how to get them in a specific notebook that way, it redirects to my default notebook.

In order to do this I have to be able to change the subject of my mail when setting the rule for this automated action.  This is not possible in gmail or Apple mailclient.

Solution?

Link to comment

7 replies to this idea

Recommended Posts

  • Level 5*
2 hours ago, 0Mac1 said:

I can't figure it out.  Would you mind posting your script here please?

Mac Applescript would be something like this

tell application "Evernote"
     set
theNotes to the selection
     
repeat with theNote in theNotes
          
if title of theNote contains "Task" then
              
move theNote to notebook "Task"
               
assign tag "Task" to theNote
          
end if
     
end repeat
end tell

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...