Re: [MlMt] Triggering markdown with 'complimentary close' above signature

2016-12-20 Thread Verdon Vaillancourt
Charlie, actually it looks like both  and 
 work


Introducing the space on either end leads to the  being 
ignored by the markdown processor


rgds,
verdon


On 19 Dec 2016, at 16:06, Charlie Garrison wrote:


On 20 Dec 2016, at 7:51, Verdon Vaillancourt wrote:

I found that  worked for me… I 
think ;-)


Unless given good reason otherwise, I’ll stay with the spec (RFC) 
for now.


- https://tools.ietf.org/html/rfc3676#section-4.3

Or for unofficial but easier to read:

- https://en.wikipedia.org/wiki/Signature_block (“Signatures in 
Usenet postings” section)


Yes, the references were originally for Usenet before being adopted by 
email.


I’ve been using dash,dash,space for 20 years; I’ll need a 
compelling reason before I switch. ;-)


--

Charlie Garrison   
Garrison Computer Services  
PO Box 380
Tumbarumba NSW 2653  Australia

[Conundrum](http://www.ietf.org/rfc/rfc1855.txt)
___
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] Date Received in message list

2016-12-20 Thread Tom Worster
Can I configure MailMate to display the time in the date received column 
of the message list for more than today?


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


Re: [MlMt] Triggering markdown with 'complimentary close' above signature

2016-12-20 Thread Charlie Garrison

On 21 Dec 2016, at 0:42, Verdon Vaillancourt wrote:

Introducing the space on either end leads to the 
 being ignored by the markdown processor


Hmm, the markdown processor needs a cluestick.

Benny, how much control do you have over the markdown processor, can you 
fix it so it handles proper sig markers?


cng

--

Charlie Garrison   
Garrison Computer Services  
PO Box 380
Tumbarumba NSW 2653  Australia

[Conundrum](http://www.ietf.org/rfc/rfc1855.txt)
___
mailmate mailing list
mailmate@lists.freron.com
https://lists.freron.com/listinfo/mailmate


Re: [MlMt] Date Received in message list

2016-12-20 Thread Sherif Soliman


On 20 Dec 2016, at 10:00, Tom Worster wrote:

Can I configure MailMate to display the time in the date received 
column of the message list for more than today?




I think that, coincidentally, the question of the width of the Date 
Received column was raised only a couple of days ago on the list.


Try increasing the width of the Date Received column. Prior to doing 
that, I could only see the time for the Today emails, but once you 
increase it you'll find that the times are shown for all of them.


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


Re: [MlMt] Triggering markdown with 'complimentary close' above signature

2016-12-20 Thread Sam Hathaway
On December 20, 2016 3:38:16 PM EST, Charlie Garrison 
 wrote:

> can you fix it so it handles proper sig markers?

But, "dash dash space" *is* the proper sig marker, right? As (I think) we 
covered earlier in this thread? Does MailMate fall down on "dash dash space"?
-sam
___
mailmate mailing list
mailmate@lists.freron.com
https://lists.freron.com/listinfo/mailmate


Re: [MlMt] Labels/colors, global rules, and in-line reply/f=f

2016-12-20 Thread Randall Gellens

At 2:28 PM +0100 12/19/16, Benny Kjær Nielsen wrote:


 On 17 Dec 2016, at 4:53, Randall Gellens wrote:

 (1) Can I use a rule to add a label/color to a 
message (Eudora lets you assign any of the 7 
standard Finder labels or any of 7 custom 
labels to a message, and makes either the 
entire row in the table of contents or just one 
column show in the color of that label).


 MailMate (still) does not map tags (or flags) 
to Finder tags if that's what you are asking 
for. MailMate does support the colored flags 
seen in Apple Mail, but it's (still) cumbersome 
to actually use this in filters/actions. This 
is because a colored flag is actually a set of 
IMAP keywords as illustrated by the default key 
bindings for setting flag colors:


 "F" = {
 "0" = ( "removeTag:", "\\Flagged", 
"removeTag:", "$MailFlagBit0", "removeTag:", 
"$MailFlagBit1", "removeTag:", "$MailFlagBit2" 
);
 "1" = ("setTag:", "\\Flagged", 
"removeTag:", "$MailFlagBit0", "removeTag:", 
"$MailFlagBit1", "removeTag:", "$MailFlagBit2" 
);
 "2" = ("setTag:", "\\Flagged", 
"setTag:", "$MailFlagBit0", "removeTag:", 
"$MailFlagBit1", "removeTag:", "$MailFlagBit2" 
);
 "3" = ("setTag:", "\\Flagged", 
"removeTag:", "$MailFlagBit0","setTag:", 
"$MailFlagBit1", "removeTag:", "$MailFlagBit2" 
);
 "4" = ("setTag:", "\\Flagged", 
"setTag:", "$MailFlagBit0","setTag:", 
"$MailFlagBit1", "removeTag:", "$MailFlagBit2" 
);
 "5" = ("setTag:", "\\Flagged", 
"removeTag:", "$MailFlagBit0", "removeTag:", 
"$MailFlagBit1","setTag:", "$MailFlagBit2" 
);
 "6" = ("setTag:", "\\Flagged", 
"setTag:", "$MailFlagBit0", "removeTag:", 
"$MailFlagBit1","setTag:", "$MailFlagBit2" 
);
 "7" = ("setTag:", "\\Flagged", 
"removeTag:", "$MailFlagBit0","setTag:", 
"$MailFlagBit1","setTag:", "$MailFlagBit2" 
);

 };


Let me rephrase my question: I like being able to 
have messages show with different colors, and I 
currently use Eudora's "Make Label" action in 
filters (rules) to have messages show with one of 
14 different labels.  For example, if a message 
is from person A, it will have label color 1 
applied; if it was sent to my address B, it will 
have label color 2 applied; different labels are 
applied if my email is in the To header field for 
some accounts or if my name appears early in the 
body.  Eudora happens to leverage Finder labels 
for this purpose, but that's an accident of 
implementation, not anything fundamental.  What's 
important is having messages in the same mailbox 
look different in the message list (table of 
contents).


Not having used MailMate for real yet, I haven't 
tried setting rules yet.  In the example above, 
do the flags $MailFlagBit1 and $MailFlagBit2 
affect the display of the messages in the mailbox 
message list?  Why is it necessary to remove the 
flags not being set?  Is that just in case some 
other rule set them, or is it needed for some 
other reason?




 (2) Can rules be global, applicable to all 
mailboxes, or can rules be inherited?


 Rules can be configured for any mailbox, both 
IMAP and smart mailboxes. In other words, they 
can apply to any set of messages for which you 
can create a smart mailbox. There's no 
inheritance involved with regard to rules.


Can a set of rules apply to all mailboxes in an 
account, or all mailboxes in all accounts?  Or 
would this require either copying the rules, or 
creating a smart mailbox that contained all 
messages in all mailboxes?




 (3) When replying, is there good support for 
in-line replying (where you alternate between 
quoted content and your reply), and does 
MailMate support Format=Flowed (display and 
generation)?


 Yes, I use MailMate to do inline replies 
myself. The format=flowed support should be 
excellent. If you find a bug then it'll be very 
high on my list to fix it.


Terrific, thank you.


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


Re: [MlMt] Triggering markdown with 'complimentary close' above signature

2016-12-20 Thread Charlie Garrison

On 21 Dec 2016, at 10:41, Sam Hathaway wrote:

But, "dash dash space" *is* the proper sig marker, right? As (I think) 
we covered earlier in this thread? Does MailMate fall down on "dash 
dash space"?


I haven’t tested with different sig markers, but Verdon said:

Introducing the space on either end leads to the  being 
ignored by the markdown processor


I read that to mean that MailMate fails with dash,dash,space.

And yes, reading the Usenet RFC, dash,dash,space,newline is correct sig 
marker.


cng

--

Charlie Garrison   
Garrison Computer Services  
PO Box 380
Tumbarumba NSW 2653  Australia

[Conundrum](http://www.ietf.org/rfc/rfc1855.txt)
___
mailmate mailing list
mailmate@lists.freron.com
https://lists.freron.com/listinfo/mailmate


[MlMt] Different Color (Dark?) Schemes possible?

2016-12-20 Thread Robert M. Münch
Hi, is it possible to use a dark scheme with MailMate? I would like to get rid 
of all the white areas to reduce eye strain.

-- 

Robert M. Münch, CEO
M: +41 79 65 11 49 6

Saphirion AG

http://www.saphirion.com
smarter | better | faster

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