[MlMt] Keyboard Shortcut to Moveto/GoTo Source Mailboxes

2013-11-13 Thread Will Styler
I've always been a mutt user, mostly for keyboardyness, and have decided to 
give MailMate a try seeing the IndieGogo campaign.  I love that most of the 
shortcuts I love already work One part of the configuration though has me 
stumped.  I'd like to set it up such that typing cd brings me to my ToDo 
folder, cm to Temp, etc, and equivalent, sd moves a message to my ToDo 
folder, sm to Temp, etc.

I know that the relevant portion of my KeyBindings file needs to look like:

// Combo keys
c = {
d = ( goToMailbox:, ToDo );
i = ( goToMailbox:, INBOX );
s = ( goToMailbox:, Sent Items );
t = ( goToMailbox:, Trash );
m = ( goToMailbox:, Temp );
j = ( goToMailbox:, Junk Mail );
};

s = {
d = ( moveToMailbox:, ToDo );
i = ( moveToMailbox:, INBOX );
m = ( moveToMailbox:, Temp );
r = ( moveToMailbox:, Receipts2013 );
n = ( moveToMailbox:, Junk Mail/NotSpam );
y = ( moveToMailbox:, Junk Mail/Spam );
};

And in fact, it works for Inbox.  And I can use the big long UUID for any of 
the top mailboxes (although saving to them doesn't work).  What I'm struggling 
with is how to make these shortcuts open (or save to) the mailboxes listed 
under my IMAP account's name under SOURCES.  I've tried Temp, /Temp, 
ProviderName/Temp, and nothing works.

Help!  Thanks!

Will


signature.asc
Description: OpenPGP digital signature
___
mailmate mailing list
mailmate@lists.freron.com
http://lists.freron.com/listinfo/mailmate


[MlMt] Quicksilver plug-in for MailMate

2013-11-13 Thread Rob McBroom
For any Quicksilver users out there, I created and released a plug-in 
for MailMate today.


If you have MailMate installed, the new plug-in should appear under 
“Recommended” in Quicksilver’s Plugins preferences. (You might 
need to refresh the list.) Be sure to set it as your Email handler in 
Quicksilver’s prefs after installing it.


I basically dropped everything and got this done so I’d have an excuse 
to call attention the the crowd funding effort [over on the Quicksilver 
user’s list][qs] before it ended. I hope it makes a dent.


Maybe the plug-in should be mentioned in the [third party 
integration][1] section of the manual? If so, it should be above Alfred, 
don’t you think? ;-)


[qs]: 
https://groups.google.com/forum/#!topic/blacktree-quicksilver/DCeNZ4Supwo
[1]: 
http://manual.mailmate-app.com/extended_url_scheme#hacking_integration_with_third_party_applications


--
Rob McBroom
http://www.skurfer.com/
___
mailmate mailing list
mailmate@lists.freron.com
http://lists.freron.com/listinfo/mailmate


Re: [MlMt] Quicksilver plug-in for MailMate

2013-11-13 Thread Benny Kjær Nielsen

On 13 Nov 2013, at 21:47, Rob McBroom wrote:

For any Quicksilver users out there, I created and released a plug-in 
for MailMate today.


Thank you very much for your work!

Maybe the plug-in should be mentioned in the [third party 
integration][1] section of the manual?


I'll do that. Should I link to your mailing list post or is there a 
better option?



If so, it should be above Alfred, don’t you think? ;-)


I'm not going to contribute to a new variation of the “editor wars”. 
I'll make a random order ;-)


--
Benny
___
mailmate mailing list
mailmate@lists.freron.com
http://lists.freron.com/listinfo/mailmate


Re: [MlMt] Quicksilver plug-in for MailMate

2013-11-13 Thread Niels Kobschätzki

On 13.11.2013, at 22:38, Benny Kjær Nielsen mailingl...@freron.com wrote:
 
 On 13 Nov 2013, at 21:47, Rob McBroom wrote:
 
 If so, it should be above Alfred, don’t you think? ;-)
 
 I'm not going to contribute to a new variation of the “editor wars”. I'll 
 make a random order ;-)

How about the alphabet? ;)

Niels
___
mailmate mailing list
mailmate@lists.freron.com
http://lists.freron.com/listinfo/mailmate


Re: [MlMt] Quicksilver plug-in for MailMate

2013-11-13 Thread Rob McBroom

On 13 Nov 2013, at 16:38, Benny Kjær Nielsen wrote:


On 13 Nov 2013, at 21:47, Rob McBroom wrote:

Maybe the plug-in should be mentioned in the [third party 
integration][1] section of the manual?


I'll do that. Should I link to your mailing list post or is there a 
better option?


Since it can be installed in-application and doesn’t really have a 
user focused home on the web, I would just include some variation of the 
installation instructions I gave in my message. If you really want a 
URL, I suppose https://github.com/quicksilver/MailMate-qsplugin is the 
best option.


(There is a plug-ins page on http://qsapp.com/ where you can download 
it, but that always shows the latest version, while the list in 
Quicksilver’s preferences shows the latest version *for your version 
of Quicksilver and OS X*, so we try to steer people away from manual 
downloads.)


Thanks.

--
Rob McBroom
http://www.skurfer.com/
___
mailmate mailing list
mailmate@lists.freron.com
http://lists.freron.com/listinfo/mailmate


[MlMt] Inline images

2013-11-13 Thread Jeffrey Horn
Supposing I've blocked inline images, but not checked the option for 
unless explicitly marked as junk. Does MM indiscriminately block all 
images in the selected boxes?


I suppose I could just check the box and create a custom keyboard 
shortcut for marking Not Junk. I like the idea of blocking images 
unless I choose otherwise, but clicking Not Junk breaks my keyboard 
flow.

___
mailmate mailing list
mailmate@lists.freron.com
http://lists.freron.com/listinfo/mailmate


Re: [MlMt] Keyboard Shortcut to Moveto/GoTo Source Mailboxes

2013-11-13 Thread Will Styler
Steve,

Thanks for the quick response.  Unfortunately, I can't seem to get that to 
work.  I've tried:

m = ( goToMailbox:, imaps://mail.server.com/INBOX/Temp );
m = ( goToMailbox:, 
imaps://mail.server.com:993/INBOX/Temp );
m = ( goToMailbox:, imaps://mail.server.com/Temp );

And none appear to resolve.  Any further advice?  Am I missing something silly? 

Thanks,

Will



On 13 Nov 2013, at 10:07, Steve Mayer wrote:

 Will,

 If I'm not mistaken, you need to use the full imap:// string when naming 
 mailboxes in the keybindings:


   m = ( moveToMailBox:, imap://mailserver FQDN/Temp );

 I could be completely wrong, but this is what works for me.

 -- 
 Steve Mayer
 smaye...@me.com

 On 13 Nov 2013, at 8:58, Will Styler wrote:

 I've always been a mutt user, mostly for keyboardyness, and have decided to 
 give MailMate a try seeing the IndieGogo campaign.  I love that most of the 
 shortcuts I love already work One part of the configuration though has me 
 stumped.  I'd like to set it up such that typing cd brings me to my ToDo 
 folder, cm to Temp, etc, and equivalent, sd moves a message to my ToDo 
 folder, sm to Temp, etc.

 I know that the relevant portion of my KeyBindings file needs to look like:

  // Combo keys
  c = {
  d = ( goToMailbox:, ToDo );
  i = ( goToMailbox:, INBOX );
  s = ( goToMailbox:, Sent Items );
  t = ( goToMailbox:, Trash );
  m = ( goToMailbox:, Temp );
  j = ( goToMailbox:, Junk Mail );
  };

  s = {
  d = ( moveToMailbox:, ToDo );
  i = ( moveToMailbox:, INBOX );
  m = ( moveToMailbox:, Temp );
  r = ( moveToMailbox:, Receipts2013 );
  n = ( moveToMailbox:, Junk Mail/NotSpam );
  y = ( moveToMailbox:, Junk Mail/Spam );
  };

 And in fact, it works for Inbox.  And I can use the big long UUID for any of 
 the top mailboxes (although saving to them doesn't work).  What I'm 
 struggling with is how to make these shortcuts open (or save to) the 
 mailboxes listed under my IMAP account's name under SOURCES.  I've tried 
 Temp, /Temp, ProviderName/Temp, and nothing works.

 Help!  Thanks!

 Will
 ___
 mailmate mailing list
 mailmate@lists.freron.com
 http://lists.freron.com/listinfo/mailmate
 ___
 mailmate mailing list
 mailmate@lists.freron.com
 http://lists.freron.com/listinfo/mailmate


signature.asc
Description: OpenPGP digital signature
___
mailmate mailing list
mailmate@lists.freron.com
http://lists.freron.com/listinfo/mailmate