I am excited to announce Mailplane 2.2 "preview"! Here's the news, I hope you like it :)
- NEW: Priority Inbox support<http://mailplaneapp.com/releases/app_entry/2_2?view=info#priorityinbox> - NEW: True New Plugin<http://mailplaneapp.com/releases/app_entry/2_2?view=info#truenew> - NEW: Drag current Mailplane URL from the titlebar<http://mailplaneapp.com/releases/app_entry/2_2?view=info#titlebar> - IMPROVED: Help<http://mailplaneapp.com/releases/app_entry/2_2?view=info#help> - NEW: Open last download<http://mailplaneapp.com/releases/app_entry/2_2?view=info#lastdownload> - NEW: Automatically open 'safe' downloads<http://mailplaneapp.com/releases/app_entry/2_2?view=info#opendownloads> - NEW: User Script to compute BCC address<http://mailplaneapp.com/releases/app_entry/2_2?view=info#bccuserscript> - NEW: Embedded Store<http://mailplaneapp.com/releases/app_entry/2_2?view=info#store> - IMPROVED: Release handling<http://mailplaneapp.com/releases/app_entry/2_2?view=info#releasehandling> - Bug fixes<http://mailplaneapp.com/releases/app_entry/2_2?view=info#fixes> If you like to try it: visit http://mailplaneapp.com/download/preview to download it. *Translations:* All translations have been disabled in this release. I hope to bring them back as soon as possible. If you prefer to use Mailplane in your language: Please download the current stable release.<http://mailplaneapp.com/download> New: Support for "Priority Inbox"[image: priority_inbox.png] Google released "Priority Inbox". Mailplane can now display your "Priority Inbox" unread message counter instead of the usual "Inbox" counter. When you choose "Priority Inbox" Growl/Sound notifications will only use messages from your Priority Inbox, too. You can also choose any visible label as your default inbox, see "Custom Label" setting. Plus: The Command-Option-I keyboard shortcut (*Mailplane > Go to > Inbox menu item)* will jump to the choosen inbox. Here's how you set your inbox: 1. Open Preferences and click *Accounts* 2. Select Inbox/Priority Inbox from the popup button 3. If you choose "Custom Label" enter the label name in the text field. For the active account, you can press F5 keyboard shortcut to get a list of completions. Important: Only visible labels are supported 4. If you enabled the "TrueNew" plugin, use *View > Reload Page* to apply the setting. New: True New Plugin[image: True New Screenshot] TrueNew is a new way of looking at unread mail in your inbox. Instead of only having an unread count to look at (and add mental stress) TrueNew shows you both your unread count, plus what is truly new since the last time you took any action on your inbox. *Here's how you enable the plugin:* 1. Open Preferences 2. Click the *Accounts* tab 3. Click the *Plugins* tab 4. Enable the TrueNew setting TrueNew has been provided by the developers of Mailroom<http://www.usemailroom.com/truenew.php>, a Gmail client for the iPhone. NEW: Drag current Mailplane URL from the titlebar[image: mailplane URL drag.png] The Mailplane URL is great way to directly link to Gmail conversations. You can now drag the title bar icon next to the window title to documentations, applications, or the desktop. IMPROVED: Help Note: This is still work in progress, the writing will be finished before the official release. The help section now contains many more how-to articles. These articles are now accessible "help" buttons in the preference window. NEW: Open last download[image: open_last_download-1.png] After you downloaded an attachment you can use the *Downloads > Open last Download* menu item to open it with the default application. NEW: Automatically open 'safe' downloads [image: automatically_open_safe_files.png] The setting can be found in *Preferences > Advanced > General*. When turned on, images, movies, archives, and PDF files will automatically open in their default application. If you download an image for instance, it'll open in Mac OS X Preview. NEW: User Script to compute BCC Address Mailplane already provides an Auto-BCC feature (see *Preferences > Accounts*). If you only want to insert different BCC addresses based on the From/To fields, you can now create a user script to do it: Here's how your install a user script: - Create a file called *user_script.js* in the folder *~/Library/Application Support/Mailplane* folder - Open the file and create a function called *mailplane_user_compute_bcc. * Example: function mailplane_user_compute_bcc(account, from_addr, to_addr, bcc_addr) { console.log(account); // show values in inspector (Right Click > Inspect > Console) console.log(from_addr); console.log(to_addr); if (account == "[email protected]") { if (to_addr.search(/repliesapp.com/) != -1) { return "[email protected]"; } } if (from_addr == "[email protected]") { return "[email protected]"; // set the BCC, override any previous value } return bcc_addr; // leave the bcc_addr intact } - Use the *View > Reload Page* menu item to load the script. Tip: The script will be called when your compose a new message or when your create a reply. When you change the "From" address or leave the "To" address the script will be called to compute a new BCC address. NEW: Embedded Store Buy your Mailplane license using the embedded store and license installation is handled automatically for you. IMPROVED: Release handling - Preview version get a unique number, too. Example: 2.2preview5 instead of 2.2-preview. - Release notes are opened in the help window instead of a document window which would only load after Gmail login. Bug fixes - *Contacts > More Actions > Export* didn't work - *File > New*, *File > New Separate*, iPhoto plugin/mailto URL etc. didn't work for some users. - Fixed unwanted resizing of picture attachment optimization sheet. Ruben Bakker // uncomplex gmbh // Switzerland // mailplaneapp.com // twitter <http://www.twitter.com/Mailplane> -- You received this message because you are subscribed to the Google Groups "mailplaneapp" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/mailplaneapp?hl=en.
