Re: [MlMt] no longer able to send Yahoo! IMAP emails

2021-06-18 Thread Dave Carpenter


On 15 Jun 2021, at 13:16, Bill Cole wrote:

> On 2021-06-15 at 15:10:26 UTC-0400 (Tue, 15 Jun 2021 14:10:26 -0500)
> Edward Thome 
> is rumored to have said:
>
>> Yahoo has Pop accounts for free but the IMAP will only work temporarily on 
>> the same address before failing.  You have to pay Yahoo for their IMAP 
>> accounts.
>
> This is untrue. I have never paid a dime top Yahoo but have 2 fully 
> functional YAHOO IMAP accounts.

Can also confirm I have multiple Yahoo IMAP accounts and have never paid a cent.

I do keep getting “offers” from Yahoo regularly saying something like “We see 
you have not yet upgraded to ‘premium’ (I forget what they call their paid 
service exactly)” and that my free accounts will expire soon, which they never 
have. I just delete the advertisement messages.

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


[MlMt] R5815 also fixes R5811 print crash

2021-06-18 Thread Raza Rizvi
Just a note for users who like me just put up with a crash immediately after 
printing a mail message with R5811 on Mojave (though the mail does pop out of 
the printer). Although not mentioned in the release notes, R5815 appears to fix 
this.

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


Re: [MlMt] R5813/Big Sur: Forward only includes headers

2021-06-18 Thread Florian Heidenreich
This has most likely been fixed with r5814 (current is r5815).

> Fixed: Previous release broke forwarding.

Kind regards
— Florian


On 18 Jun 2021, at 16:40, Joseph P. Hillenburg wrote:

> I opened a bug tracker issue (2839) on this, but forwarding an item using 
> build R5813 on Big Sur (M1), the forwarded email only includes the headers. 
> This behavior was not present in 5807. It doesn't seem to matter whether the 
> source item is on iCloud or Google Mail.
>
> -JPH
> ___
> 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


[MlMt] R5813/Big Sur: Forward only includes headers

2021-06-18 Thread Joseph P. Hillenburg
I opened a bug tracker issue (2839) on this, but forwarding an item using build 
R5813 on Big Sur (M1), the forwarded email only includes the headers. This 
behavior was not present in 5807. It doesn't seem to matter whether the source 
item is on iCloud or Google Mail.

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


Re: [MlMt] Key bindings

2021-06-18 Thread Max Rydahl Andersen

On 15 Jun 2021, at 7:25, Jean-Pierre Gattuso wrote:


The help says:

“It is also possible to create new key bindings files in the 
following folder location:

~/Library/Application Support/MailMate/Resources/KeyBindings/“

Yet, there is no “Resources” folder in my system (MacOS 11.4, MM 
Version 1.14 (5798).


you simply create the directory.

`mkdir -p ~/Library/Application Support/MailMate/Resources/KeyBindings/`

and put your plist file in there.

Here is mine for reference:


```plist
{
// Mark all read in mailbox
  "T" = ( "selectThread:", "setTag:", "\\Seen");


	  "N" = ("selectNextCountedMailbox:", "makeFirstResponder:", 
"mainOutline","selectFirstMessageRow:");	
	  "P" = ("selectPreviousCountedMailbox:", "makeFirstResponder:", 
"mainOutline","selectFirstMessageRow:");


   // "N" = ("removeFilterKey:", "unread", 
"collapseAll:","selectNextCountedMailbox:", "setFilterKey:", "unread", 
"makeFirstResponder:", "mainOutline", "selectFirstMessageRow:");
//"m" = ( "makeFirstResponder:", "mainOutline", 
"selectFirstMessageRow:" );
"," = ( "makeFirstResponder:", "mainOutline", 
"nextUnreadMessage:", "centerSelectionInVisibleArea:");

//"." = ( "deleteMessage:");
"i" = ( "removeFilterKey:", "unread", 
"restoreMailboxExpansions:", "makeFirstResponder:", "mailboxesOutline", 
"goToMailbox:", "INBOX", "selectPreviousMailbox:", "selectNextMailbox:", 
"makeFirstResponder:", "mainOutline", "removeFilterKey:", "unread");

"M" = ("markAllAsRead:");

  "S" = ("selectThread:", "toggleFlag:" );


"/" = ("searchAllMessages:");

"w" = ( "performBundleItemWithUUID:" , 
"BEF7B322-839A-4835-8875-23A0A0A3E363");


  // g,g jumps to first message in message list
  // G jumps to last message in list

  ";" = {
		";" = ( "makeFirstResponder:", "mainOutline", 
"selectFirstMessageRow:");
		"M" = ( "makeFirstResponder:", "mainOutline", 
"selectLastMessageRow:");

"f" = "goToMailbox:";
};

  "'" = ( "nextMode:" );


  "f" =  {
  "f" = ( "toggleTag:", "fix" );
  "w" = ( "toggleTag:", "waiting" );
  "r" = ( "toggleTag:", "reference" );
  "l" = ( "toggleTag:", "readlater" );
   };

"x" = ( "toggleFilterKey:", "unread", "makeFirstResponder:", 
"mainOutline", "selectFirstMessageRow:");



}
```

I save that in `~/Library/Application 
Support/MailMate/Resources/KeyBindings/max.plist`

and then put "max" in front of the keybinding field in preferences.

/max



Could someone help? Thanks!

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


/max
https://xam.dk/about
___
mailmate mailing list
mailmate@lists.freron.com
https://lists.freron.com/listinfo/mailmate