Re: [MlMt] Monospaced font when reading messages?

2015-07-17 Thread Benny Kjær Nielsen

On 14 Jul 2015, at 22:48, Kai Großjohann wrote:


[font changes]


If it's about reading email, then I guess the way to change the font 
is to change the file


 ~/Library/Application 
Support/MailMate/Resources/MmMessagesWebView/stylesheet.css


You should be able to simply make the message view active and then use 
“Format ▸ Show Fonts” to set a font. It won't affect any hardcoded 
fonts in emails though.


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


Re: [MlMt] Monospaced font when reading messages?

2015-07-14 Thread Kai Großjohann

On 14 Jul 2015, at 1:04, Benny Kjær Nielsen wrote:


On 13 Jul 2015, at 21:24, Kai Großjohann wrote:

Is it possible to define a keybinding to switch to my favorite 
monospaced font, and another one to switch back to my favorite 
proportional font?


No. Also, the Composer does not (visually) work very well with 
proportional fonts. (Just to emphasize, changing the font does not 
change what is sent. This is currently always without any explicit 
font.)


Maybe Hans could clarify whether this was about the composer or about 
reading email.


If it's about reading email, then I guess the way to change the font is 
to change the file


~/Library/Application 
Support/MailMate/Resources/MmMessagesWebView/stylesheet.css


And I guess it would be possible to programmatically change it via a 
bundle, perhaps.  But how do we refresh the web view?  I just played 
around with fonts for reading email (ended up with Iowan Old Style for 
now), and I moved to a different message, then back to the original 
message.


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


Re: [MlMt] Monospaced font when reading messages?

2015-07-13 Thread Benny Kjær Nielsen

On 13 Jul 2015, at 21:24, Kai Großjohann wrote:

Is it possible to define a keybinding to switch to my favorite 
monospaced font, and another one to switch back to my favorite 
proportional font?


No. Also, the Composer does not (visually) work very well with 
proportional fonts. (Just to emphasize, changing the font does not 
change what is sent. This is currently always without any explicit 
font.)


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


Re: [MlMt] Monospaced font when reading messages?

2015-07-13 Thread Kai Großjohann
Is it possible to define a keybinding to switch to my favorite 
monospaced font, and another one to switch back to my favorite 
proportional font?


Kai


On 13 Jul 2015, at 12:54, Mike Brasch wrote:

You can change the font in nearly all views of MailMate with Format -> 
Show Fonts. It will change the font of the active view.


--
Gruß
Mike
___
mailmate mailing list
mailmate@lists.freron.com
http://lists.freron.com/listinfo/mailmate
___
mailmate mailing list
mailmate@lists.freron.com
http://lists.freron.com/listinfo/mailmate


Re: [MlMt] Monospaced font when reading messages?

2015-07-13 Thread Kai Großjohann
What's cool is that you can mark some lines and then hit `⌘]` to move 
them to the right so that they will show up as code in the outgoing 
mail.


So it becomes easy to copy them from your terminal and paste them into 
MailMate.


Hm.  But actually adding

```
foo
```

around the text is also easy...

Kai




On 13 Jul 2015, at 12:38, Enrico Thierbach wrote:


You could use the Markdown code block syntax, e.g.

This is some code.

or

```
ditto
```

/eno

On 13 Jul 2015, at 12:03, Muster Hans wrote:


Hi,

Mail programs I have used previously have had an easy way to display 
the current message in a non-proportional font, which makes it easy 
to read the output of text based reports such as those output by 
Terminal commands:


For example, here's the first few lines of the 'top' command in 
Terminal:


PID   COMMAND  %CPU TIME #TH  #WQ  #POR #MRE RPRVT  RSHRD  
RSIZE  VPRVT  VSIZE  PGRP PPID
6383  launchproxy  0.0  00:00.00 1019   26   136K   216K   
500K   27M2386M  6383 1
6382  top  3.8  00:00.81 1/1  026   30   868K   216K   
1616K  17M2376M  6382 570
1019  cfprefsd 0.0  00:00.01 2229   38   240K   220K   
920K   12M2378M  1019 1015


This looks fine in the compose window, but will probably be distorted 
when I view it after posting.

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

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


Re: [MlMt] Monospaced font when reading messages?

2015-07-13 Thread Mike Brasch
You can change the font in nearly all views of MailMate with Format -> 
Show Fonts. It will change the font of the active view.


--
Gruß
Mike
___
mailmate mailing list
mailmate@lists.freron.com
http://lists.freron.com/listinfo/mailmate


Re: [MlMt] Monospaced font when reading messages?

2015-07-13 Thread Enrico Thierbach

You could use the Markdown code block syntax, e.g.

This is some code.

or

```
ditto
```

/eno

On 13 Jul 2015, at 12:03, Muster Hans wrote:


Hi,

Mail programs I have used previously have had an easy way to display 
the current message in a non-proportional font, which makes it easy to 
read the output of text based reports such as those output by Terminal 
commands:


For example, here's the first few lines of the 'top' command in 
Terminal:


PID   COMMAND  %CPU TIME #TH  #WQ  #POR #MRE RPRVT  RSHRD  
RSIZE  VPRVT  VSIZE  PGRP PPID
6383  launchproxy  0.0  00:00.00 1019   26   136K   216K   
500K   27M2386M  6383 1
6382  top  3.8  00:00.81 1/1  026   30   868K   216K   
1616K  17M2376M  6382 570
1019  cfprefsd 0.0  00:00.01 2229   38   240K   220K   
920K   12M2378M  1019 1015


This looks fine in the compose window, but will probably be distorted 
when I view it after posting.

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


[MlMt] Monospaced font when reading messages?

2015-07-13 Thread Muster Hans

Hi,

Mail programs I have used previously have had an easy way to display the 
current message in a non-proportional font, which makes it easy to read 
the output of text based reports such as those output by Terminal 
commands:


For example, here's the first few lines of the 'top' command in 
Terminal:


PID   COMMAND  %CPU TIME #TH  #WQ  #POR #MRE RPRVT  RSHRD  RSIZE 
 VPRVT  VSIZE  PGRP PPID
6383  launchproxy  0.0  00:00.00 1019   26   136K   216K   500K  
 27M2386M  6383 1
6382  top  3.8  00:00.81 1/1  026   30   868K   216K   1616K 
 17M2376M  6382 570
1019  cfprefsd 0.0  00:00.01 2229   38   240K   220K   920K  
 12M2378M  1019 1015


This looks fine in the compose window, but will probably be distorted 
when I view it after posting.

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