]> code.delx.au - gnu-emacs/blobdiff - man/rmail.texi
(produce_special_glyphs): Use CHAR_BYTES instead of
[gnu-emacs] / man / rmail.texi
index c64623a53ca81804d7049e7b76f7fe7c3c46ff76..12a3d49402498672233b7e4321d5d7db6afa0aed 100644 (file)
@@ -976,7 +976,7 @@ means to show the reformatted header, and a zero or negative argument
 means to show the full header.
 
 @vindex rmail-highlighted-headers
-  When used with a window system that supports multiple fonts, Rmail
+  When used with a terminal that supports multiple fonts, Rmail
 highlights certain header fields that are especially interesting---by
 default, the @samp{From} and @samp{Subject} fields.  The variable
 @code{rmail-highlighted-headers} holds a regular expression that
@@ -992,6 +992,11 @@ highlighting as well.  @xref{Faces}, for how to do this.
   To turn off highlighting entirely in Rmail, set
 @code{rmail-highlighted-headers} to @code{nil}.
 
+@findex goto-addr
+URLs in messages may be highlighted and activated for following with the
+mouse or keyboard by using the Goto-address package.  Customize the hook
+@code{rmail-show-message-hook} to add @code{goto-addr}.
+
 @node Rmail Editing
 @section Editing Within a Message
 
@@ -1124,7 +1129,9 @@ appropriately, you can specify a POP inbox by using a ``file name'' of
 the form @samp{po:@var{username}}, in the inbox list of an Rmail file.
 @code{movemail} handles such a name by opening a connection to the POP
 server.  The @code{MAILHOST} environment variable specifies the machine
-to look for the server on.
+to look for the server on; alternatively, you can specify the POP server
+host name as part of the mailbox name using the syntax
+@samp{po:@var{username}:@var{hostname}}.
 
 @vindex rmail-pop-password
 @vindex rmail-pop-password-required