[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

10.13 Miscellaneous

In a certain environment, it would be useful to encode a file with SAMBA encoding when saving an attached file. For this, set ‘mew-use-samba-encoding’ to ‘t’. You can set ‘mew-cs-samba’ to a character set for the file name. The default is ‘shift_jis’.

You can print the current message by typing ‘#’ in Summary mode. A function for printing can be set to ‘mew-print-function’. Since its default value is ‘ps-print-buffer’, a message is converted into a PostScript file before sent to a printer. You can set your own print function as follows:

 
(setq mew-print-function 'my-print-function)

You can set fields in a header to be printed to ‘mew-field-for-printing’. Its default value is as follows:

 
'("Subject:" "From:" "To:" "Cc:" "Date:")

For instance, if you want to print Subject:, From:, and Date: only, configure as follows:

 
(setq mew-field-for-printing '("Subject:" "From:" "Date:"))

[ < ] [ > ]   [ << ] [ Up ] [ >> ]

This document was generated by U-X61T\saito on August, 31 2008 using texi2html 1.78.