Skip to content

Instantly share code, notes, and snippets.

View logic2design's full-sized avatar
🏠
Working from home

Logic2Design logic2design

🏠
Working from home
View GitHub Profile
@logic2design
logic2design / Make Multiple Links v 2.applescript
Created November 26, 2022 00:53
Will make links to files, and mail items
@logic2design
logic2design / Purge Aged Mail.applescript
Created September 4, 2022 10:10
This routine will move Messages from one folder to another if the Message is older than a nominated amount of days
##############################################
# Title: Purge Aged Mail
##############################################
# Iain Dunn
# Logic2Design
# www.logic2design.com
# logic2design@icloud.com
# Last update: 4 September 2022
@logic2design
logic2design / Mail Rule Update v3 with List Sort.applescript
Created January 21, 2023 03:44
This will update a selected Mail Rule based on values from the selected message(s)
##############################################
# Title: Mail Rules Updater
##############################################
# Iain Dunn
# Logic2Design
# www.logic2design.com
# logic2design@icloud.com
# Last update: 4 August 2022
@logic2design
logic2design / Mail - Update Rule.applescript
Last active December 8, 2023 22:47
This will add either the Sender's email address or the Sender's Domain to a Mail rule.
#################################################################################
# Title: Mail - Update Rule
#################################################################################
#Iain Dunn
#Logic2design.com
#logic2design@icloud.com
# Contributors, inspration and sources
# https://leancrew.com/all-this/2021/06/hey-i-sped-up-apple-mail-rules/
@logic2design
logic2design / Move Messages, Save Attachments & delete old Messages.applescript
Last active December 8, 2023 22:27
This workflow will move nominated Mail messages to a Mailbox, save attachments to a Finder Folder and cull Mail Messages older than the nominated date from the Mailbox
##############################################
# Title: Move Messages, Save Attachments & delete old Message
##############################################
# Iain Dunn
# Logic2Design
# www.logic2design.com
# logic2design@icloud.com
# Last update: 11 July 2022
@logic2design
logic2design / Things 3 to Calendar - Time Block.applescript
Last active July 6, 2023 14:58
This workflow will let you chose a Things 3 task to add to your selected Calendar so time can be blocked out to address the task.
##############################################
# Title: Things3 To Calendar - Time Block
##############################################
# Iain Dunn
# Logic2Design
# www.logic2design.com
# Last update: 26-01-2022
# Version: 4
@logic2design
logic2design / Mail Process - Calendar.applescript
Last active August 14, 2022 23:12
Will create Calendar Event from selected Mail Message
##############################################
# Title: Mail Process - Calendar
##############################################
# Iain Dunn
# Logic2Design
# www.logic2design.com
# logic2design@icloud.com
# Last update: 7 August 2022
@logic2design
logic2design / Mail Process - Multi Email Links.applescript
Created July 31, 2022 05:03
This will create multiple links to emails Includiing Date, Subject & Sender
@logic2design
logic2design / Mail Process - Contacts.applescript
Created July 31, 2022 04:59
Will create Contact from selected Mail Messages
##############################################
# Title: Create Contact(s) from Mail Message
##############################################
# Iain Dunn
# Logic2Design
# www.logic2design.com
# logic2design@icloud.com
# Last update: 13 April 2022