Re: [MlMt] emate and HTML/Markdown messages

2019-10-11 Thread John Rakestraw

Hi, Brett --

On 11 Oct 2019, at 15:16, Brett Terpstra wrote:

I want to use emate to script the sending of some messages, but I'd 
like them formatted. Ideally I'd provide HTML source and a 
Content-Type:text/html header, but I'd also be fine with just 
providing Markdown. I can't figure out if the former is even possible, 
and the problem with the latter is that I can't get it to _default_ to 
recognizing Markdown, and when the body is populated automatically 
that doesn't trigger, so --send-now just sends raw markdown.'


I use the flag < --header "#markup: markdown" > to do what I think 
you're asking.


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


[MlMt] emate and HTML/Markdown messages

2019-10-11 Thread Brett Terpstra
I want to use emate to script the sending of some messages, but I'd like 
them formatted. Ideally I'd provide HTML source and a 
Content-Type:text/html header, but I'd also be fine with just providing 
Markdown. I can't figure out if the former is even possible, and the 
problem with the latter is that I can't get it to _default_ to 
recognizing Markdown, and when the body is populated automatically that 
doesn't trigger, so --send-now just sends raw markdown.


Any tips?

Thanks,
Brett

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


Re: [MlMt] How to search for unread mails?

2019-10-11 Thread Robert Brenstein
The pedestrian way is to select Inbox and press ctrl-alt-cmd-f to 
activate mailbox search. It opens with the default search on from, so 
you just need to enter the sender address, then click the plus button on 
the far-right end of that line. A new search line opens. Change From to 
Tags/Keyword in the popup. It defaults to searching for read messages. 
Change “include” to “do not include” and you are done.


On 11 Oct 2019, at 16:29, Glenn Parker wrote:


One quick and easy way:

Enter “f *sender*” into the search bar, then (if necessary) 
display the Read column and click its the column header to sort by 
read/unread state.  All unread messages will be grouped at the top (or 
bottom) of the list.


On 11 Oct 2019, at 3:47, Robert M. Münch wrote:

I want to search all unread emails from a sender. How to do this 
without creating a mailbox?


--

Robert M. Münch, CEO

Saphirion AG
smarter | better | faster

http://www.saphirion.com


Glenn P. Parker
glenn.par...@comcast.net
___
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] How to search for unread mails?

2019-10-11 Thread Glenn Parker

One quick and easy way:

Enter “f *sender*” into the search bar, then (if necessary) display 
the Read column and click its the column header to sort by read/unread 
state.  All unread messages will be grouped at the top (or bottom) of 
the list.


On 11 Oct 2019, at 3:47, Robert M. Münch wrote:

I want to search all unread emails from a sender. How to do this 
without creating a mailbox?


--

Robert M. Münch, CEO

Saphirion AG
smarter | better | faster

http://www.saphirion.com


Glenn P. Parker
glenn.par...@comcast.net
___
mailmate mailing list
mailmate@lists.freron.com
https://lists.freron.com/listinfo/mailmate


Re: [MlMt] coloring advice

2019-10-11 Thread Glenn Parker
AFAIK, the only way to make unread messages bold is through the 
Preferences.  There is no standard ‘\\Unseen’ keyword, only 
‘\\Seen’.  The documentation for MailMate is weak in this area, but 
the keyword stuff is part of the IMAP standard for email servers (even 
then, there are deviations depending on your vendor).


If you use my exact plist file, *and* enable the **Bold font for unread 
messages** checkbox in the MailMate **Preferences** under the **Viewer** 
tab, you should get unread messages showing up in bold with a different 
color.  Maybe you can tweak the configuration as desired once you get 
the basic feature working.


{   styles = (
{   type = keyword;
keyword = ‘\\Flagged';
color = "#FF";
},
{type = keyword;
keyword = ‘\\Seen';
color = "#88";
},
);
}

Just in case you missed this, remember that you also need to execute the 
following command from a shell prompt:


defaults write com.freron.MailMate MmMessageColorsEnabled -bool YES

On 10 Oct 2019, at 22:24, Xebar Saram wrote:


thx again Glenn, truly appreciate the help

so this isnt working still. Also: i want to make the UNREAD messages 
bold and different color, is it Seen i need to use or perhaps Unseen? 
Is there documentation on this somewhere, couldn’t find any


this is the current pref file state

{   styles = (

{ type = keyword;
keyword = '\\Unseen';
color = "#FFDBAC";
fontStyle = "bold";
},

{   type = mailbox;
color = "#00";
  // fontStyle = "bold";
uuid = 'INBOX:ikloog%40gmail@imap.gmail.com';
},

{   type = mailbox;
color = "#1C3B91";
  //  fontStyle = "bold";
uuid = 'INBOX:mssmcampus%5ckloog...@imap.mssm.edu';
},


);
}


thx again

Z



Glenn P. Parker
glenn.par...@comcast.net
___
mailmate mailing list
mailmate@lists.freron.com
https://lists.freron.com/listinfo/mailmate


[MlMt] How to search for unread mails?

2019-10-11 Thread Robert M. Münch
I want to search all unread emails from a sender. How to do this without 
creating a mailbox?

-- 

Robert M. Münch, CEO

Saphirion AG
smarter | better | faster

http://www.saphirion.com


signature.asc
Description: OpenPGP digital signature
___
mailmate mailing list
mailmate@lists.freron.com
https://lists.freron.com/listinfo/mailmate