Re: [MlMt] Keyboard Shortcut to open current message in another smart mailbox?

2017-03-15 Thread Max Rydahl Andersen

On 15 Mar 2017, at 23:14, Benny Kjær Nielsen wrote:


On 10 Mar 2017, at 19:44, Mike Petonic wrote:

My use-case is the following.  I have several smart mailboxes set up 
to contain the inbox of my (up to 5 accounts).


Sounds a bit like those smart mailboxes should be based on the default 
universal “Inbox” provided.


Sometimes, when I'm in one of those mailboxes, I would like to press 
a key (or invoke a Bundle Command -- I'm handy with scripts and have 
written a bundle in the past) to show that currently selected message 
in my "All Messages" smart mailbox.  This way, I can look at all 
related messages that perhaps span the Inbox/Trash/Sent-Messages 
folders within that account.


Is this possible?


You could also use the "Threaded" layout which has a view that shows all 
related messages automatically :)


/max



I'm afraid not, but you might get something useful with the 
`showThread:` or `showCorrespondence:` [key binding 
selectors](https://manual.mailmate-app.com/key_binding_selectors).


--
Benny




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



/max
http://about.me/maxandersen
___
mailmate mailing list
mailmate@lists.freron.com
https://lists.freron.com/listinfo/mailmate


Re: [MlMt] Share

2017-03-15 Thread Benny Kjær Nielsen

On 15 Mar 2017, at 18:44, John D. Muccigrosso wrote:

The MM2 share widget pops up a window asking if I want to open a 
message or cancel. A few questions:


1. How is this an improvement over the built-in Mail share widget? I 
suppose it allows you to use MM and another mail client?


2. No button on the pop-up is a keyboard default, so you have to click 
on it.


3. Most of the time you're going to want to create the message, so 
"OK" should be the default, but more broadly, how is asking here 
better than just opening a new message that can be closed (and thus 
canceled)? It's one action in either case.


So I guess I'd suggest that the pop-up step be eliminated.


If I remember correctly then the problem is that the Apple API for 
implementing this does not allow me to make the Share widget skip the 
window. Apple Mail can only do it because it uses a private API not 
available to third party developers. I think I tried getting around this 
problem, but I wasn't successful.


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


Re: [MlMt] default columns keep forgetting its state

2017-03-15 Thread Benny Kjær Nielsen

On 13 Mar 2017, at 23:01, Max Rydahl Andersen wrote:

Im back to having to keep changing "date received" to "Date received 
(relative)" on almost every mailbox again.


No matter of "set default columns" seem to fix this.

Any reminders on how to fix this again or is it a regression?


I think it's the same level of “bugginess” as it has been for a long 
time (too long). Resetting mailbox related states can be done like this:


defaults delete com.freron.MailMate MmMailboxRelatedStates

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


Re: [MlMt] Keyboard Shortcut to open current message in another smart mailbox?

2017-03-15 Thread Benny Kjær Nielsen

On 10 Mar 2017, at 19:44, Mike Petonic wrote:

My use-case is the following.  I have several smart mailboxes set up 
to contain the inbox of my (up to 5 accounts).


Sounds a bit like those smart mailboxes should be based on the default 
universal “Inbox” provided.


Sometimes, when I'm in one of those mailboxes, I would like to press a 
key (or invoke a Bundle Command -- I'm handy with scripts and have 
written a bundle in the past) to show that currently selected message 
in my "All Messages" smart mailbox.  This way, I can look at all 
related messages that perhaps span the Inbox/Trash/Sent-Messages 
folders within that account.


Is this possible?


I'm afraid not, but you might get something useful with the 
`showThread:` or `showCorrespondence:` [key binding 
selectors](https://manual.mailmate-app.com/key_binding_selectors).


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


Re: [MlMt] Secure deletions of emails

2017-03-15 Thread Benny Kjær Nielsen

On 10 Mar 2017, at 8:44, Rob Willett wrote:

I'm trying to securely delete mails and attachments sent to me. These 
are personal information, such as peoples home addresses. I've deleted 
them from the mail server but am trying to work out how to delete them 
as securely as possible on the Mac. I know the srm command for files 
on El Capitan but am trying to work out how to make sure I haven't 
left anything lying around in Mailmate.


I have searched but can't see anything beyond simply deleting the 
mail.


If using MailMate to delete the message then make sure the message is 
not moved to “Deleted Messages” of the related account. You can hold 
down ⌥ to do “Message ▸ Delete Now” instead of just “Delete” 
(which actually means “Move to Deleted Messages” if it's not already 
in that mailbox).


`srm` is no longer part of macOS and it's likely also not very useful. 
There's a discussion 
[here](http://apple.stackexchange.com/questions/252098/srm-gone-in-macos-sierra-10-12). 
Enabling FileVault might be the best way forward -- and not just for 
this particular problem.


I hope this helps.

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


Re: [MlMt] To Archive or (better) Not to

2017-03-15 Thread Benny Kjær Nielsen

On 8 Mar 2017, at 11:52, Marc De Roover wrote:


We are confronterd with the following senario:
- User has a collapsed mail tread which contains mails he responded to 
( mails in send and draft )
- User selects the collapsed thread ( the one line ) and hits the 
[Archive] button.
=> ALL the mails are moved to the archive, also the mails that were in 
the Drafts & Send mailboxes.
=> the mail that is in Drafts and pedning to be send will imho not be 
send . . .


Does anybody have a solution to this ?
If hitting the [Archive] button would only move the mails which are 
the Inbox to the Archive and leave the others untouched, this issue 
would be solved.
Tried with Rules on the Archive but didn't manage to get it working ( 
if source contains Send or Draft . . . )


Hmm, it's an interesting problem and I'm afraid I cannot think of a 
solution with the current capabilities of MailMate. I'll keep it in 
mind, but it's not straightforward what needs to be added to make it 
work.


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


Re: [MlMt] Slow email replies

2017-03-15 Thread Benny Kjær Nielsen
On 15 Mar 2017, at 22:54, Verdon Vaillancourt wrote:

> Hope you’re as well as can be. You’re a top-notch guy in my opinion!

Don't worry, there's nothing wrong with my personal health.

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


Re: [MlMt] Slow email replies

2017-03-15 Thread Verdon Vaillancourt

Hope you’re as well as can be. You’re a top-notch guy in my opinion!

v


On 15 Mar 2017, at 17:52, Benny Kjær Nielsen wrote:


Hi list,

just a word of warning: I'm unusually slow at replying to emails this 
week. The reason is a somewhat personal one, but don't worry, 
everything should be back to normal within a few days (normal slowness 
of course).


(Unrelated to the above, tomorrow I won't be answering any emails at 
all since I'll be in Amsterdam all day on a 1-day “vacation”.)


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

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


Re: [MlMt] line before signature

2017-03-15 Thread Benny Kjær Nielsen

On 7 Mar 2017, at 10:46, Roberto Thiella wrote:


I’d like to eliminate the empty line before the signature.
Can you help me please.


A quick look didn't reveal why this happens, but it must somehow be 
related to the styling of messages. I'll note to look into it and then 
get back to you.


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


[MlMt] Slow email replies

2017-03-15 Thread Benny Kjær Nielsen

Hi list,

just a word of warning: I'm unusually slow at replying to emails this 
week. The reason is a somewhat personal one, but don't worry, everything 
should be back to normal within a few days (normal slowness of course).


(Unrelated to the above, tomorrow I won't be answering any emails at all 
since I'll be in Amsterdam all day on a 1-day “vacation”.)


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


Re: [MlMt] Share

2017-03-15 Thread Randall Meadows

On 15 Mar 2017, at 11:44, John D. Muccigrosso wrote:

The MM2 share widget pops up a window asking if I want to open a 
message or cancel. A few questions:


1. How is this an improvement over the built-in Mail share widget? I 
suppose it allows you to use MM and another mail client?


2. No button on the pop-up is a keyboard default, so you have to click 
on it.


3. Most of the time you're going to want to create the message, so 
"OK" should be the default, but more broadly, how is asking here 
better than just opening a new message that can be closed (and thus 
canceled)? It's one action in either case.


So I guess I'd suggest that the pop-up step be eliminated.


+1
___
mailmate mailing list
mailmate@lists.freron.com
https://lists.freron.com/listinfo/mailmate


[MlMt] Share

2017-03-15 Thread John D. Muccigrosso
The MM2 share widget pops up a window asking if I want to open a message 
or cancel. A few questions:


1. How is this an improvement over the built-in Mail share widget? I 
suppose it allows you to use MM and another mail client?


2. No button on the pop-up is a keyboard default, so you have to click 
on it.


3. Most of the time you're going to want to create the message, so "OK" 
should be the default, but more broadly, how is asking here better than 
just opening a new message that can be closed (and thus canceled)? It's 
one action in either case.


So I guess I'd suggest that the pop-up step be eliminated.

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