Posts Tagged ‘Apple Mail Tips’

Fix for Leopard Mail’s broken new mail alert

Monday, June 9th, 2008

Aiff IconThe new mail alert sound in Mail.app was broken when Leopard was released last year. Three updates later, and it’s still broken.

[UPDATE: In deference to posters in the comments below, I should point out that not everyone experiences this problem. It only affects most/many/some/a few users. Like me.]

Fortunately, there is a work-around which you can use until Apple gets around to fixing the problem. It’s a bit fiddly, but not too forbidding.

First download this zip file from Hawk Wings which contains an applescript and the default “new mail” audio file.

Unzip it, and place the audio file in your ~/Library/Sounds folder (where “~” is shorthand for your user directory).

Then open up the script in place the script in Script Editor. You will see that all it does is execute a shell script — do shell script "afplay /Users/timbo/Library/Sounds/NewMail.aiff > /dev/null 2>&1 &". You will need to edit it to replace the name of my user directory with yours.

Then save it in your ~/Library/Scripts/Applications/Mail folder. If you don’t have such a folder, it’s worth creating one.

Now you need to create a rule in Mail.app that triggers the script whenever a new email arrives.

Open up the Rules pane in Mail’s Preferences:

Newmailalert Rule

Create a new rule. Call it something creative like “New Mail Alert Work-around” and fill out the rest as per the screenshot. I like to restrict it to people who are in my list of previous senders–it’s a quick and dirty way to rule out being alerted to the arrival of spam. Obviously, there are other ways to select conditions here which restrict when the alert will be triggered.

Also, in the “Perform the following action” field, you will need to select “Run AppleScript”, then navigate to ~/Library/Scripts/Applications/Mail and select the NewMailAlert.scpt that you saved there earlier.

All done. Send yourself a test email, and rejoice. Mail.app is talking to you again.

For extra spice you could use one of the hundreds of mail alert sounds listed at Email Gifs and Sounds (Or perhaps Scully is more your thing?) but have compassion on your work colleagues. That could get really annoying after a while.

[With thanks to the original posters in an Apple Discussion thread ]

  • Digg
  • Facebook
  • Delicious
  • StumbleUpon
  • Evernote
  • Share/Bookmark
Tags: , , , , , , ,

New Mail Stamp Icons: Simpsons, Mario Brothers, UK stamps

Thursday, June 5th, 2008

Simpsons iconDuring my five months off, some nice new alternative mail stamp icons have appeared.

As everyone knows, changing Mail.app’s Dock icon is easy, and fun.

First up, seven icons from the Simpsons TV show (Homer, Marge, Lisa, Bart, Ruprecht, Bobo and a “Simpsonised” Scully):

Simpsonmailicons

You can get them from deviantART where westendgirl1984 posted them.

Other nice new icons include a collection of Super Mario Brother icons , a beautifully-made First Class UK postage stamp and a collection of mail stamp icons from the movie Ratatouille

supermarioRatatouillemailstampicon

Some of them are image files that need to be run through a converter like img2icns and some are icns files but need to be run through icon.cx’s icns2icon app in order for Finder to recognise them as icons.

I’ve added them to the Hawk Wings Alternative Mail Stamps Icon list, which which now contains 467 mail stamp icons (assuming all the links still work).

  • Digg
  • Facebook
  • Delicious
  • StumbleUpon
  • Evernote
  • Share/Bookmark
Tags: , , , , , , , , , ,

Speed up pasting in Word with scripts

Wednesday, January 23rd, 2008

[Although I use it a lot at work, I don't usually post Word tips on Hawk Wings. This one, though, is too good to pass up.]

WordformacIf you do a lot of cutting and pasting from one document to another in Word (2004 and 2008) and want your pasting to adopt the style of the new document, you will know what a pain in the butt it is.

Word expects you to go to the Edit menu, choose Paste Special and then select Unformatted Text in the next dialog box and click OK.

I couldn’t count the number of hours I’ve spent doing this. I came to accept it as an Office for Mac user’s fate; something that just had to be endured.

Joe Kissell, senior editor at TidBITS, has the shortcut I wish I had discovered years ago. In a TidBITS post he provides the scripts needed to reduce this convoluted process to a single keystroke.

As he points out, I could have automated this with the macro-recorder in Word 2004. Never thought of that!

But Word 2008 has lost its scripting support for Visual Basic for Applications (VBA) and ,along with that, the ability to record macros.

Instead, in Word 2008 you will need to use AppleScript.

Joe provides the steps for setting up the macro in Word 2004 and the applescript Word 2008 users will need to get the same result.

He even unlocks the mysteries of the way a file called Paste Plain Text\smV.scpt is automatically bound to a keystroke shortcut.

Check out his article and other newsy posts and tips at TidBITS.

  • Digg
  • Facebook
  • Delicious
  • StumbleUpon
  • Evernote
  • Share/Bookmark
Tags: , , , , , , , ,

Script to Show/Hide Preview Pane in Mail

Sunday, January 20th, 2008

ApplescriptAfter switching to mail.app from Thunderbird, the blogger at 48-Hour Days found that that she (or he) couldn’t live without Thunderbird’s F8 keyboard shortcut for showing and hiding the Preview Pane.

As everyone knows, you can show or hide it in Apple Mail by double-clicking the small dot in the separator between the Mail Viewer and the Preview Pane — Apple’s Technote shows you how.

But if that is not quick enough for you, 48-Hour Days provides an applescript that will automate the process and which can be bound to a Quicksilver trigger or FastScript’s shortcut.

Only hardcore keyboard fanatics will want to use this, but there are people like that out there, and this post is for them.

  • Digg
  • Facebook
  • Delicious
  • StumbleUpon
  • Evernote
  • Share/Bookmark
Tags: , , , , , ,

Script to reply to multiple emails in Mail.app

Thursday, January 17th, 2008

ApplescriptAral Balkan has written a clever applescript that makes it possible for mail.app to reply to multiple emails.

By default you can’t do this. If you select multiple emails in the Mail Viewer, the Reply and Reply All buttons in the Toolbar grey out.

Aral’s script, based on a previous example posted on macOSXHints.com, saves time and effort by giving you the power to respond to a bunch of emails about a similar problem in one hit; especially useful if you have been on an extended break at the beach and have returned to an inbox heaving with emails.

Replytomultiples Script MenuCopy the text of Aral’s script , paste it into Script Editor, compile it and save it somewhere clever like ~/Library/Scripts/ Applications/Mail so that it is always at the top of the AppleScript menu when Mail is the active app.

Then select all the emails you received about new cutting edge “Getting Things Done” (GTD) apps that knock every other previous GTD app into a cocked hat, or how frustrating it is that the background of emails in Mail.app can’t be changed or whatever, and run the script.

Mail produces a new message addressed to you with all the senders of the original emails in the BCC field:

Replytomultiples Newmessage

Promise to check out all the new GTD apps right away, hit send and suddenly your inbox is fifteen emails smaller.

For extra-speedy multiple replies, you could bind the script to a Quicksilver trigger or use a utility like FastScripts to bind it to a keyboard shortcut of your choosing.

  • Digg
  • Facebook
  • Delicious
  • StumbleUpon
  • Evernote
  • Share/Bookmark
Tags: , , , , , , ,

Killer list of Google Calendar tips

Wednesday, January 16th, 2008

GoogleChristina Laun at VirtualHosting.com has posted a killer list of 50 tips, scripts, extensions and hacks to make the most of Google’s Calendar service.

She starts off with some basic tips, keyboard shortcuts, integration with Gmail, reminders and so forth.

Things get more interesting for seasoned users with her collection of 15 (mostly Greasemonkey) scripts that offer skinning, interface streamlining and more, including the Better Gcal script, which combines several of the most useful scripts (à la Gina Trapani’s Better Gmail Firefox extension).

Finally, she provides a list of Firefox Extensions, hacks and some syncing utilities that help Outlook users and others get the most of Gcal. She doesn’t mention BusySync’s public beta that offers iCal-Gcal syncing or Spanning Sync , but I guess you knew about those already.

If you use Goolge’s Calendar, you will want to bookmark Christina’s collection of tips for sure.

  • Digg
  • Facebook
  • Delicious
  • StumbleUpon
  • Evernote
  • Share/Bookmark
Tags: , , , , , , , , , , ,

Aaron Harnly’s clever Mail.app Plugin Manager

Wednesday, December 5th, 2007

Mail Plugin ManagerI’ve mentioned it in passing in another post today, but it deserves a post of its own: Aaron Harnly has released MailPluginManager, a clever little plugin manager for Mail.app that can “inspect, enable, disable, install, and remove any plugin”.

Aaron says that he is willing to make the plugin manager available for other developers to include with their plugins, so that, as he hopes, “.mailbundle can become a first-class citizen”.

The plugin does a good job, although for some reason it doesn’t like the look of Mail Act-on:

Letterboxpluginmanager

You can find MailPluginManager in the most recent Letterbox public beta , although you don’t need to use Letterbox to get its benefits. It is a free-standing app.

  • Digg
  • Facebook
  • Delicious
  • StumbleUpon
  • Evernote
  • Share/Bookmark
Tags: , , , , , ,