Henrik Gemal wrote:
> Why does having /word/ makes the word italic?
> I get a lot of mails with paths in them and it look kind of stupid that
> all the paths are in italic?
> Is the /word/ a normal way to write "italic" like writing :) is?
>
Most professional newsreaders (esp. in Unix/Linux) know this feature...
/word/ italic
*word* bold
Currently not supported in Mozilla (at least not out of the box):
_word_ underline.
You can disable this feature by adding the following line to your
user.js/prefs.js:
user_pref("mail.display_struct", false);
(BTW, Netscape 6.xx has it diabled by default).
Holger