Re: [MlMt] Submailboxes for partial subject

2014-03-21 Thread Joshua Kehn

Done, that was a really informative post, thanks!

In case anyone else is looking for FogBugz / MailMate customization 
here's what I'm using:


subject = {
// ...
specifierCaptures = {
// ...
4 = { specifier = "body"; type="noTabs"; parsers = ( 
"words", "FogBugz" ); };

};
};
FogBugz = {
specifierRegex = 'FogBugz\s\(Case 
(\d+)\)\s([a-zA-Z0-9\s]+)-\s.+';

specifierCaptures = {
1 = { specifier = "fogbugz-case"; };
2 = { specifier = "fogbugz-project"; };
};
};

--jk

On 20 Mar 2014, at 12:08, Torsten Grust wrote:


Hi Joshua,

On 20 Mar 2014, at 16:21, Joshua Kehn wrote (with possible deletions):
I use FogBugz and I get notification emails from the system with 
subjects like this:


FogBugz (Case 1711) PROJECT NAME - Some Case title

I could design a regular expression like:

FogBugz\s\(Case \d+\)\s([a-zA-Z0-9\s]+)-\s.+

I'd like to create distinct sub mailboxes for the matched group 
(Project Name). Is this possible and if so how to do it?


that should be entirely possible.  I have used a quite similar setup
for a few years now.  It is described in this post to the mailing 
list:


http://lists.freron.com/mailmate/2012-February/000197.html

Beware: there is some plist-editing involved.

Cheers,
--Torsten

--
| Torsten "Teggy" Grust
| 
Torsten.Grust@gmail.com___

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


Re: [MlMt] External Editor To Compose Messages?

2014-03-21 Thread TJ Luoma
On Fri, Mar 21, 2014 at 2:36 PM, Harvey Leff  wrote:
>
> From a non-programmer. Can someone explain just what using an external
> editor accomplishes with MailMate, and why it is preferable for some of you?

I’m not a programmer either.

Using an external editor lets you benefit from all of the features
that an app designed for _writing_ has, which aren’t likely to be
present in a mail client (or a web browser, or any other app, really).
The advantage of something like QuickCursor (or its replacements) is
that whenever you are writing, you can be writing in the app that you
prefer to use for writing, and then easily copy that into whatever app
you need to send the text _to_.

> I myself would like to have a simple way to enter Markdown commands for
> boldface & italics. I now use Typinator as a partial solution, but can a
> text editor do this for me? Thanks.

A text editor which has Markdown support can do some things that
keyboard shortcuts cannot do on their own.

For example, it is easy enough for me to create a Keyboard Maestro
shortcut which will insert four asterisks and leave my cursor in the
middle of the four so that I can type a word in **bold** but a good
text editor with Markdown support would let me “type over” the
asterisks at the end without actually inserting more asterisks.

A text editor with Markdown support knows when I am making a list, and
when I press enter it will add another “* “ to the next line or
increment the number “2. “ if it is an ordered list.

And so on.

Those are not features that are likely to be found in a mail client,
and certainly not in a web browser. So for people who want those
“little conveniences” of a text editor with Markdown, it is worth it
to have the ability to easily write in your text editor of choice and
then simply copy/paste back to whatever app the text needs to go into.

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


Re: [MlMt] External Editor To Compose Messages?

2014-03-21 Thread Pedro Lobo
I suppose each will have their own personal answer to this. I enjoy 
writing in Sublime Text. It's an extremely powerfull text editor and I 
can leverage that power when composing emails now.


Smart brackets, multiple cursor and various plugins make it a joy to 
use.


Cheers,
Pedro

On 21 Mar 2014, at 18:36, Harvey Leff wrote:

From a non-programmer. Can someone explain just what using an external 
editor accomplishes with MailMate, and why it is preferable for some 
of you?


I myself would like to have a simple way to enter Markdown commands 
for boldface & italics. I now use Typinator as a partial solution, but 
can a text editor do this for me? Thanks.


Harvey S. Leff
Portland, OR  USA
___
mailmate mailing list
mailmate@lists.freron.com
http://lists.freron.com/listinfo/mailmate




Cheers,
Pedro Lobo

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


Re: [MlMt] External Editor To Compose Messages?

2014-03-21 Thread Harvey Leff
From a non-programmer. Can someone explain just what using an external 
editor accomplishes with MailMate, and why it is preferable for some of 
you?


I myself would like to have a simple way to enter Markdown commands for 
boldface & italics. I now use Typinator as a partial solution, but can a 
text editor do this for me? Thanks.


Harvey S. Leff
Portland, OR  USA
___
mailmate mailing list
mailmate@lists.freron.com
http://lists.freron.com/listinfo/mailmate


Re: [MlMt] Sent emails copied to inbox?

2014-03-21 Thread Benny Kjær Nielsen

On 21 Mar 2014, at 11:40, Jonathan Clark wrote:

Sometimes - but not all the time - I send an email (without copying 
myself on CC or BCC), and immediately a copy of the email appears in 
my inbox. I'm mystified why this happens, as I don't have any 
conditions or rules on this standard MM inbox, and I don't think Gmail 
filters could do this either. I don't believe I have any other MM 
clever processing bundles active either.


When it happens then immediately try to reproduce the steps you took for 
this to happen (although it might be tricky if you don't want to send 
another message to the recipient) and see if you can find some 
“trigger”. I think the only way a MailMate bug could play a part in 
this is if you already have some rule moving messages to the Inbox — 
and this rule is then triggered at the wrong time by MailMate.


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


Re: [MlMt] External Editor To Compose Messages?

2014-03-21 Thread Pedro Lobo

Yep, no more loosing webform data :D


On 21 Mar 2014, at 15:46, Kee Hinckley wrote:


On 20 Mar 2014, at 19:53, Pedro Lobo wrote:

I kind of took a similar route with Sublime Text. Not only am I using 
it with MailMate but anywhere and everywhere now.


http://plobo.net/quickcursor-with-sublime-text-and-keyboard-maestro


Sweet. I just modified that for MacVim. Having finally dumped QuicKeys 
and switched to KeyboardMaestro on the basis of this discussion. I'm 
not that likely to use an external editor for MailMate, but the 
ability to do so on web forms is really 
nice.___

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




Cheers,
Pedro Lobo

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


Re: [MlMt] mailmate Digest, Vol 36, Issue 23

2014-03-21 Thread Jonathan Clark

Jonathan Clark asked:
Sometimes - but not all the time - I send an email (without copying 
myself on CC or BCC), and immediately a copy of the email appears in 
my inbox. I’m mystified why this happens, as I don’t have any 
conditions or rules on this standard MM inbox, and I don’t think 
Gmail filters could do this either. I don’t believe I have any 
other MM clever processing bundles active either.


Fabian wrote:

I know a stupid questions, but are you sure it is Inbox?
To me it happens from time to time, that I'm on "All Messages" and I 
see this behaviour and until I realize I'm on the wrong folder I 
wonder :-)


Definitely not in this case. I too am sometimes in "All Messages", and 
have the same response as you.


Kee wrote:
Do you have threading turned on? If I reply to something, it 
temporarily appears in the thread until it is moved to the Sent 
folder.


The last occurrence of this happening was on a new email that I 
composed, that wasn't in reply to anyone else. It was also to a 
new-to-me email address: might that be relevant?


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


Re: [MlMt] External Editor To Compose Messages?

2014-03-21 Thread Kee Hinckley

On 20 Mar 2014, at 19:53, Pedro Lobo wrote:

I kind of took a similar route with Sublime Text. Not only am I using 
it with MailMate but anywhere and everywhere now.


http://plobo.net/quickcursor-with-sublime-text-and-keyboard-maestro


Sweet. I just modified that for MacVim. Having finally dumped QuicKeys 
and switched to KeyboardMaestro on the basis of this discussion. I'm not 
that likely to use an external editor for MailMate, but the ability to 
do so on web forms is really nice.___
mailmate mailing list
mailmate@lists.freron.com
http://lists.freron.com/listinfo/mailmate


Re: [MlMt] Sent emails copied to inbox?

2014-03-21 Thread Kee Hinckley

On 21 Mar 2014, at 6:40, Jonathan Clark wrote:

Sometimes - but not all the time - I send an email (without copying 
myself on CC or BCC), and immediately a copy of the email appears in 
my inbox. I'm mystified why this happens, as I don't have any 
conditions or rules on this standard MM inbox, and I don't think Gmail 
filters could do this either. I don't believe I have any other MM 
clever processing bundles active either.


Do you have threading turned on? If I reply to something, it temporarily 
appears in the thread until it is moved to the Sent folder.___
mailmate mailing list
mailmate@lists.freron.com
http://lists.freron.com/listinfo/mailmate


Re: [MlMt] Sent emails copied to inbox?

2014-03-21 Thread Fabian Blechschmidt

I know a stupid questions, but are you sure it is Inbox?

To me it happens from time to time, that I'm on "All Messages" and I see 
this behaviour and until I realize I'm on the wrong folder I wonder :-)


--
Fabian Blechschmidt
Webentwicklung - Programmierung

Magento Certified Developer Plus

Crailsheimer Str. 10
D - 12247 Berlin
Tel: +49 (0) 30 419 932 55
Handy: +49 (0)176 666 55 256
E-Mail: blechschm...@fabian-blechschmidt.de
Web: www.fabian-blechschmidt.de


On 21 Mar 2014, at 11:40, Jonathan Clark wrote:

Sometimes - but not all the time - I send an email (without copying 
myself on CC or BCC), and immediately a copy of the email appears in 
my inbox. I'm mystified why this happens, as I don't have any 
conditions or rules on this standard MM inbox, and I don't think Gmail 
filters could do this either. I don't believe I have any other MM 
clever processing bundles active either.


How can I help debug what's going on?

Thanks,

-- Jonathan
___
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


[MlMt] Sent emails copied to inbox?

2014-03-21 Thread Jonathan Clark
Sometimes - but not all the time - I send an email (without copying 
myself on CC or BCC), and immediately a copy of the email appears in my 
inbox. I'm mystified why this happens, as I don't have any conditions or 
rules on this standard MM inbox, and I don't think Gmail filters could 
do this either. I don't believe I have any other MM clever processing 
bundles active either.


How can I help debug what's going on?

Thanks,

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