Re: [MlMt] Address scheme

2015-04-21 Thread Thomas Grundberg
Benny, pardon my late reply. 2015-04-17 kl 13:08 skrev Benny Kjær Nielsen: This should only happen if the window is not wide enough to display the address token. There is little I can do about that, but if this was not the problem then I'd like to know more. Yes, the pop-down menu only shows

[MlMt] Crop the "To:" list in mail header

2015-04-21 Thread Luca Allodi
Hi, I keep the mail header expanded in the preview because this immediately reflects whether I am the only recipient of the mail or not. Sometimes though I receive emails with tens of addresses in the To: or CC: fields, which at the moment clutters the interface a little as the header will e

Re: [MlMt] Address scheme

2015-04-21 Thread Allie Martin
Funnily, to stop the problem here I didn't need to do that. Go figure. :-) Curtis Sent from my iPhone. > On Apr 21, 2015, at 5:21 AM, Thomas Grundberg wrote: > > Is it possible to get rid of this helpfulness? > > Yes. Look for MmAddressCompletionMailbox here. You would then need to point >

[MlMt] AppleScript to get message:// url for currently selected message

2015-04-21 Thread Max Masnick
I used the following AppleScript (triggered by TextExpander) to quickly insert a message:// URL for the currently selected message in Mail.app. tell application "Mail" set selectedMessages to selection set theMessage to item 1 of se

[MlMt] gpg2 path?

2015-04-21 Thread Christopher LILJENSTOLPE
Greetings, I've moved off of GPGTools, and am running the current gpg2 tooling from GNU (brew package, if anyone is interested). However, it seems as if the GPGTools path is stuck somewhere in the system for the path for gpg2. Any hidden variable where I can change that path? Chri

Re: [MlMt] gpg2 path?

2015-04-21 Thread Bill Cole
On 21 Apr 2015, at 13:28, Christopher LILJENSTOLPE wrote: Greetings, I've moved off of GPGTools, and am running the current gpg2 tooling from GNU (brew package, if anyone is interested). However, it seems as if the GPGTools path is stuck somewhere in the system for the path for gpg2. Any

Re: [MlMt] gpg2 path?

2015-04-21 Thread Christopher LILJENSTOLPE
Greetings Bill, I had also already come up with 1, but I agree with you, !elegant. I will try and set the environment variable, and see what happens. Christopher On 21 Apr 2015, at 13:58, Bill Cole wrote: On 21 Apr 2015, at 13:28, Christopher LILJENSTOLPE wrote:

[MlMt] Display Reply-To Address in the Message Viewer?

2015-04-21 Thread Billy Youdelman
Is it possible to add the reply-to address to the info displayed in the top of the message viewer? I'd prefer this in addition to the from address, as opposed to inserting the contents of the reply-to header into what's displayed as who the message is from. ビリー ヨーデルマん +1 310 839 7673 http://M

[MlMt] Always have to delete twice before messages are deleted. Suggestions?

2015-04-21 Thread Phill Coxon
Hi there. I’ve just switched from Thunderbird to MailMate and I am loving it so far. Everything is awesome except for one weird oddity - 95% of the time when I select a single or multiple emails and delete it will not work the first time. The emails are un-highlighted and it looks just as it

Re: [MlMt] Always have to delete twice before messages are deleted. Suggestions?

2015-04-21 Thread Phill Coxon
Noob mistake. I was reading email using the IMAP servers listed under “Sources”. So when I selected and deleted the first time it would mark emails as deleted but still show them. The second time it would expunge them. Now that I’ve hidden Sources and I’m using the Inbox mailboxes at the top

Re: [MlMt] gpg2 path?

2015-04-21 Thread John Purnell
Following on from Bill's suggestions, a 4th option would be to run the following command in Terminal: sudo printf '%s\n' 'setenv MM_GPG /usr/local/bin/gpg2' >> /etc/launchd.conf and then log out and back in. This would also set the variable persistently. John On 2015-04-21, at 22:58 +0200