Re: [MlMt] Request to move 'QuickLook' and 'Save' buttons to left

2017-08-28 Thread Jan Erik Moström

On 28 Aug 2017, at 9:17, David Ledger wrote:

What address does 'Send Feedback' use? I can redirect the list message 
to that, hopefully adding those files.


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


Re: [MlMt] Request to move 'QuickLook' and 'Save' buttons to left

2017-08-28 Thread David Ledger

On 28 Aug 2017, at 07:20, Benny Kjær Nielsen wrote:

> On 24 Aug 2017, at 22:23, David Ledger wrote:
> 
> On the other hand, when you first said that you had added it I installed the 
> beta (the previous one) and of course it didn't work. But neither did any of 
> the Reply buttons or the New Message button. I reverted to the primary 
> version, removed the default, and all was well with the message buttons. I 
> have now just tried the latest beta (5410), applied the default, and again I 
> can't reply or Compose. The only send message function that works is 
> 'Redirect'. At least one other user obviously doesn't have this problem. I'll 
> have to revert to the main release.
> 
> I'm naturally very interested in debugging this. I don't currently have any 
> similar reports. Maybe MailMate somehow cannot find any of your identities 
> (and then it's a bug that redirect works).
> 
> Could you send me the following files using “Help ▸ Send Feedback”:
> 
> ~/Library/Application Support/MailMate/Sources.plist
> ~/Library/Application Support/MailMate/Submission.plist
> ~/Library/Application Support/MailMate/Identities.plist
> 
> Thanks in advance!
> 
> -- 
> Benny


I re-installed v5347 and that now has the same problem and "Help -> Send 
Feedback" doesn't work either.

Maybe the 'defaults - com.freron.MailMate' got into some unworkable 
combination, but I don't understand how.

I'm using MailMate on my MBP to read, and sending either through 'Mail' on a 
Mac Mini via screen sharing, or on an iPad.

What address does 'Send Feedback' use? I can redirect the list message to that, 
hopefully adding those files.

Thanks,
David

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


Re: [MlMt] Request to move 'QuickLook' and 'Save' buttons to left

2017-08-28 Thread Benny Kjær Nielsen

On 24 Aug 2017, at 22:23, David Ledger wrote:

On the other hand, when you first said that you had added it I 
installed the beta (the previous one) and of course it didn't work. 
But neither did any of the Reply buttons or the New Message button. I 
reverted to the primary version, removed the default, and all was well 
with the message buttons. I have now just tried the latest beta 
(5410), applied the default, and again I can't reply or Compose. The 
only send message function that works is 'Redirect'. At least one 
other user obviously doesn't have this problem. I'll have to revert to 
the main release.


I'm naturally very interested in debugging this. I don't currently have 
any similar reports. Maybe MailMate somehow cannot find any of your 
identities (and then it's a bug that redirect works).


Could you send me the following files using “Help ▸ Send 
Feedback”:


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

Thanks in advance!

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


Re: [MlMt] Request to move 'QuickLook' and 'Save' buttons to left

2017-08-21 Thread Benny Kjær Nielsen

On 18 Aug 2017, at 16:15, David Ledger wrote:

Would it be possible for the 'QuickLook' and 'Save' buttons on an 
attachment note to be moved to the left hand end of the line please? 
Unless I’m using a mouse scrolling them into view for an attachment 
with a long name and/or type is slow and fiddly. The buttons are far 
more often used than the details are relevant.


Obviously no hurry. Just next time you’re working in that area of 
code.


Very quick hack: `MmAttachmentsButtonOnLeft`. The long term plan is 
still to get the attachments out of the WebView itself (too many issues 
related to that) and into some kind of tableview which is likely going 
to be much more flexible, but it's a non-trivial change.


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


Re: [MlMt] Request to move 'QuickLook' and 'Save' buttons to left

2017-08-21 Thread Benny Kjær Nielsen

On 19 Aug 2017, at 0:23, Sherif Soliman wrote:


... MmShowAttachmentsFirst ...

It doesn't move it though, it presents it both at the top and bottom I 
think (but it could have changed since I last tried it).


It still shows all attachments at top in addition to where they are 
really located in the message (inline or at the bottom).


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


Re: [MlMt] Request to move 'QuickLook' and 'Save' buttons to left

2017-08-18 Thread Sam Hathaway
On 18 Aug 2017, at 6:23 PM EDT, Sherif Soliman wrote:

> On Fri, Aug 18, 2017, at 07:17 AM, Sam Hathaway wrote:
>>
>> While you're at it, Benny, what about an option to move the attachments
>> to the top of the message? ;-)
>
> This one's already possible :)
>
> https://manual.mailmate-app.com/hidden_preferences
>
[snip]
>
> defaults write com.freron.MailMate MmShowAttachmentsFirst -bool YES

Thanks! That's great.
-sam
___
mailmate mailing list
mailmate@lists.freron.com
https://lists.freron.com/listinfo/mailmate


Re: [MlMt] Request to move 'QuickLook' and 'Save' buttons to left

2017-08-18 Thread Sherif Soliman


On Fri, Aug 18, 2017, at 07:17 AM, Sam Hathaway wrote:
> On 18 Aug 2017, at 10:15 AM EDT, David Ledger wrote:
> 
> > Would it be possible for the 'QuickLook' and 'Save' buttons on an 
> > attachment note to be moved to the left hand end of the line please? 
> > Unless I’m using a mouse scrolling them into view for an attachment 
> > with a long name and/or type is slow and fiddly. The buttons are far 
> > more often used than the details are relevant.
> >
> > Obviously no hurry. Just next time you’re working in that area of 
> > code.
> 
> While you're at it, Benny, what about an option to move the attachments 
> to the top of the message? ;-)

This one's already possible :)

https://manual.mailmate-app.com/hidden_preferences

> It’s possible to force MailMate to always display attachments at the top of 
> the message display. This is a stop-gap solution until better handling of 
> attachments has been implemented:

defaults write com.freron.MailMate MmShowAttachmentsFirst -bool YES

It doesn't move it though, it presents it both at the top and bottom I think 
(but it could have changed since I last tried it).

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


Re: [MlMt] Request to move 'QuickLook' and 'Save' buttons to left

2017-08-18 Thread Sam Hathaway

On 18 Aug 2017, at 10:15 AM EDT, David Ledger wrote:

Would it be possible for the 'QuickLook' and 'Save' buttons on an 
attachment note to be moved to the left hand end of the line please? 
Unless I’m using a mouse scrolling them into view for an attachment 
with a long name and/or type is slow and fiddly. The buttons are far 
more often used than the details are relevant.


Obviously no hurry. Just next time you’re working in that area of 
code.


While you're at it, Benny, what about an option to move the attachments 
to the top of the message? ;-)

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


[MlMt] Request to move 'QuickLook' and 'Save' buttons to left

2017-08-18 Thread David Ledger


Would it be possible for the 'QuickLook' and 'Save' buttons on an 
attachment note to be moved to the left hand end of the line please? 
Unless I’m using a mouse scrolling them into view for an attachment 
with a long name and/or type is slow and fiddly. The buttons are far 
more often used than the details are relevant.


Obviously no hurry. Just next time you’re working in that area of 
code.


Thanks,
David

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