Jump to content

D.J.

Member
  • Posts

    10
  • Joined

  • Last visited

Posts posted by D.J.

  1. I'm using a Zip script but it stopped working after update to Alfred 4. Here is the workflow file: https://www.dropbox.com/s/xrzp8ng84qm8q2t/Zip.alfredworkflow?dl=0


    From bug report:

    [13:43:00.694] Zip[Script Filter] Queuing argument ''
    [13:43:01.069] Zip[Script Filter] Script with argv '(null)' finished
    [13:43:01.077] ERROR: Zip[Script Filter] Code 1: 0:49: execution error: mkdir: /Users/dejanmurko/Library/Application Support/Alfred 3/Workflow Data: No such file or directory (1)

     

    Why is it trying to find something in Alfred 3 folder? I reimported it but it does the same.

     

    Thanks for the help.

     

    --

     

    Details about the script:

    - com.sztoltz.zipitems by Carlos Alberto Sztoltz

    - Zip script based on:http://macscripter.net/viewtopic.php?id=22002

    - Workflow library by Ursan Razvan

     

     

  2. Thanks (I was searching Google not the forum :unsure: ). Downloaded it but I'm not that knowledgeable to be able to decode it and reuse it for my own use. What I've found useful is this command:

     

    osascript getUnread.scpt {query} 
    

     

    Which "gets" unread mailboxes but I don't have an idea on how to just get messages inside and mark them as read.

     

    Help is appreciated. :)

  3. Hi All, 

     

    I receive a lot of email notifications in different mailboxes and it's getting annoying to click every mailbox and read-all. So I want to create Alfred workflow which would do this with one action.

     

    I've found this applescript:

     

    tell application "Mail"

         set read status of every message of inbox to true

    end tell

     

    So this is how my setup looks:

     

    mailapp.jpg

     

    I think I covered everything but it's not working. It finds the action but when confirming it, nothing happens (emails stay unread).

     

    Help will be appreciated.

     

    Thanks

×
×
  • Create New...