• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Shortcut of "Load Remote"
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Shortcut of "Load Remote"


  • Subject: Re: Shortcut of "Load Remote"
  • From: Steve Mills <email@hidden>
  • Date: Sun, 12 Feb 2017 17:24:05 -0600

On Feb 12, 2017, at 17:11, Christopher Stone <email@hidden> wrote:

On Feb 12, 2017, at 12:37, Robert Poland <email@hidden> wrote:
In Mail I leave the HTML off and click on "Load Remote" when I want it.


Hey Bob,

I do just the reverse.  :)

I would like to have shortcut keys to do that click.

Easy enough.

-------------------------------------------------------------------------------------------
# Auth: Christopher Stone <email@hidden>
# dCre: 2013/06/12 08:08
# dMod: 2016/04/03 17:01
# Appl: Mail & Growl
# Task: Toggle Display Remote Images in HTML Mail
# Libs: ELb
# Osax: None
# Tags: @Applescript, @Script, @Mail, @Toggle, @Remote, @HTML, @Images
-------------------------------------------------------------------------------------------

try

   

   tell application "Mail"
      if (download html attachments) = true then
         set download html attachments to false
         set _notification to "Status == [OFF]"
      else if (download html attachments) = false then
         set download html attachments to true
         set _notification to "Status == [ON]"
      end if
   end tell

   

   display notification _notification with title "Load Images in HTML Messages" sound name "Tink"

   

on error e number n
   stdErr(e, n, true, true) of me
end try

This is just changing the pref, isn't it? Not really what he asked for.

Steve via iPad

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users

This email sent to email@hidden

  • Follow-Ups:
    • Re: Shortcut of "Load Remote"
      • From: Christopher Stone <email@hidden>
References: 
 >Shortcut of "Load Remote" (From: Robert Poland <email@hidden>)
 >Re: Shortcut of "Load Remote" (From: Christopher Stone <email@hidden>)

  • Prev by Date: Re: Shortcut of "Load Remote"
  • Next by Date: Re: Shortcut of "Load Remote"
  • Previous by thread: Re: Shortcut of "Load Remote"
  • Next by thread: Re: Shortcut of "Load Remote"
  • Index(es):
    • Date
    • Thread