Re: [MlMt] how to change the standard from address

2014-11-27 Thread Sebastian Poll

Hi,
Thanks, didn't see that. I tried but failed as I seem to be not able to 
get the right syntax. Maybe it's because my user account (google apps 
for work) has an @ in it?
I tried defaults write com.freron.MailMate MmDefaultAccount -string 
'imap://usern...@imap.example.com' with the mailadress itself or even 
the serverURL from the Identities.plist using @ or %40 (which seemed 
to have the right syntax. But I always end up with a error message that 
the default from address is unknown.)


Thanks for you help!

Sebastian


On 26 Nov 2014, at 18:00, mailmate-requ...@lists.freron.com wrote:


Send mailmate mailing list submissions to
mailmate@lists.freron.com

To subscribe or unsubscribe via the World Wide Web, visit
http://lists.freron.com/listinfo/mailmate
or, via email, send a message with subject or body 'help' to
mailmate-requ...@lists.freron.com

You can reach the person managing the list at
mailmate-ow...@lists.freron.com

When replying, please edit your Subject line so it is more specific
than Re: Contents of mailmate digest...


Today's Topics:

1. Re: how to change the standard from address (Benny Kj?r Nielsen)
2. Re: stripping in the subject line (Benny Kj?r Nielsen)
3. No more builds after 4587? (Bram Heerink)
4. Re: No more builds after 4587? (Thomas Eckhold)
5. Re: No more builds after 4587? (Benny Kj?r Nielsen)


--

Message: 1
Date: Wed, 26 Nov 2014 00:15:44 +0100
From: Benny Kj?r Nielsen mailingl...@freron.com
To: MailMate Users mailmate@lists.freron.com
Subject: Re: [MlMt] how to change the standard from address
Message-ID: f4d6f495-6eb3-4e6e-ae9e-d3ed468e7...@freron.com
Content-Type: text/plain; charset=us-ascii; Format=flowed

On 25 Nov 2014, at 8:37, Sebastian Poll wrote:


I know that mailmate chooses the from address depending on prior
mails. But what bothers me is that it always chooses my personal mail
address instead of my work address when opening a blank mail without
anything in it. Sometimes it works but mostly I would like to have 
the

work-mail to be standard.
Is there any way to do so?


Only a hidden preference as described
[here](http://manual.mailmate-app.com/hidden_preferences#composing). 
You

can get the appropriate possible values for that setting like this:

	grep serverURL ~/Library/Application\ Support/MailMate/Sources.plist 
|

cut -d\ -f2

--
Benny
-- next part --
An HTML attachment was scrubbed...
URL: 
http://lists.freron.com/pipermail/mailmate/attachments/20141126/b46f7ea8/attachment-0001.html


--

Message: 2
Date: Wed, 26 Nov 2014 00:27:31 +0100
From: Benny Kj?r Nielsen mailingl...@freron.com
To: MailMate Users mailmate@lists.freron.com
Subject: Re: [MlMt] stripping in the subject line
Message-ID: 044f49e4-1f36-4df5-8c75-8d8c1b9c2...@freron.com
Content-Type: text/plain; charset=us-ascii; Format=flowed

On 24 Nov 2014, at 22:22, Christopher LILJENSTOLPE wrote:

I'm seeing a behavior where MM strips capitalized text followed by a 
:

in the subject line (it strips CR:, for example).  I would assume
that's to deal with any RE:, SV:, etc. so that you don't end up with
RE: RE: RE


That is correct. It even handles chinese symbols after this was 
reported

as a problem.

It's a bit aggressive to do it like this, but subject lines often 
become

very ugly.

However, it's breaking the poor benighted souls in my company that 
use

Outlook (Outlook threads on Subject line).  We use tags (like CR:) to
identify what the e-mail is (for example, CR: foo means a report
about a call with foo).


Ah, so when you reply then it ruins their threading, because the `CR:`
is missing. I was mainly concerned about the loss of information when 
I

implemented it, but no-one complained until now :-)


Any chance of having a dictionary of text to strip, rather than a
'??:'   ?


That might actually be the best (only) way to solve it. The current
solution is hardcoded in a settings file (`specifiers.plist`). You can
change it, but it's not straightforward to do so. I'll note that I
should somehow make it easily configurable, e.g., with a regular
expression (it's currently `{Alpha}{2,3}`).

--
Benny
-- next part --
An HTML attachment was scrubbed...
URL: 
http://lists.freron.com/pipermail/mailmate/attachments/20141126/53f55292/attachment-0001.html


--

Message: 3
Date: Wed, 26 Nov 2014 11:12:54 +0100
From: Bram Heerink perso...@bramheerink.nl
To: MailMate Users mailmate@lists.freron.com
Subject: [MlMt] No more builds after 4587?
Message-ID: 19e0212b-d730-4a92-b462-fe3692a02...@bramheerink.nl
Content-Type: text/plain; format=flowed

Hi,

I'm used to beta updates of MailMate approx. once a week. Now I have
4587 for a few weeks. Is it correct there are no builds after this
version?

Regards,

Bram Heerink


--

Message: 4
Date: Wed, 26 Nov 2014 11:23:58

Re: [MlMt] how to change the standard from address

2014-11-27 Thread Benny Kjær Nielsen

On 27 Nov 2014, at 10:15, Sebastian Poll wrote:

Thanks, didn't see that. I tried but failed as I seem to be not able 
to get the right syntax. Maybe it's because my user account (google 
apps for work) has an @ in it?
I tried defaults write com.freron.MailMate MmDefaultAccount -string 
'imap://usern...@imap.example.com' with the mailadress itself or even 
the serverURL from the Identities.plist using @ or %40 (which 
seemed to have the right syntax. But I always end up with a error 
message that the default from address is unknown.)


I assume you did restart MailMate. The other potential explanation is 
something I realized recently. If you ever changed the IMAP settings of 
this account then it's actually not the `serverURL` you need, but 
something named `shadowServerURL`:


	grep shadowServerURL ~/Library/Application\ 
Support/MailMate/Sources.plist |

cut -d\ -f2

Another way to see it is that it should match whatever the folder name 
is here:


~/Library/Application Support/MailMate/Messages/IMAP/

The `shadowServerURL` is an implementation detail needed to be able to 
allow IMAP account changes to take effect quickly (without a lot of 
database index changes). It wouldn't be a problem if I provided a GUI 
for setting the default account :-)


If this doesn't help then I'll need more details. You can send me a 
screenshot of the error and this file (off list):


~/Library/Application Support/MailMate/Sources.plist

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


Re: [MlMt] how to change the standard from address

2014-11-27 Thread Mike Brasch
Moin Moin!

Why is this thread broken into 3 parts?

-- 
Gruß
Mike
___
mailmate mailing list
mailmate@lists.freron.com
http://lists.freron.com/listinfo/mailmate


Re: [MlMt] how to change the standard from address

2014-11-27 Thread Benny Kjær Nielsen

On 27 Nov 2014, at 11:44, Mike Brasch wrote:


Why is this thread broken into 3 parts?


The messages from Sebastian seem to all be missing the `In-Reply-To` 
header. I'm not sure why that is. Maybe Sebastian has an idea? 
@Sebastian: Is the header also missing for the messages in your “Sent 
Messages” folder? (Use ⌥⌘U to see raw headers.)


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


[MlMt] how to change the standard from address

2014-11-24 Thread Sebastian Poll

Hi,
I know that mailmate chooses the from address depending on prior 
mails. But what bothers me is that it always chooses my personal mail 
address instead of my work address when opening a blank mail without 
anything in it. Sometimes it works but mostly I would like to have the 
work-mail to be standard.

Is there any way to do so?

all the best,
Sebastian
___
mailmate mailing list
mailmate@lists.freron.com
http://lists.freron.com/listinfo/mailmate