comparison man/rmail.texi @ 76228:e56d2ae9cf2d

(Movemail): Add internal ref. Don't indent the intro for the PROTO table. Format PROTO table items with @code.
author Thien-Thi Nguyen <ttn@gnuvola.org>
date Wed, 28 Feb 2007 10:13:46 +0000
parents 3d45362f1d38
children 308f4bd922ab ec58e5c426ef
comparison
equal deleted inserted replaced
76227:4ebdd2b6e9dd 76228:e56d2ae9cf2d
1238 1238
1239 @table @var 1239 @table @var
1240 @item proto 1240 @item proto
1241 Specifies the @dfn{mailbox protocol}, or @dfn{format} to 1241 Specifies the @dfn{mailbox protocol}, or @dfn{format} to
1242 use. The exact semantics of the rest of @acronym{URL} elements depends 1242 use. The exact semantics of the rest of @acronym{URL} elements depends
1243 on the actual value of @var{proto}. 1243 on the actual value of @var{proto} (see below).
1244 1244
1245 @item user 1245 @item user
1246 User name to access the remote mailbox. 1246 User name to access the remote mailbox.
1247 1247
1248 @item password 1248 @item password
1251 @item host-or-file-name 1251 @item host-or-file-name
1252 Hostname of the remote server for remote mailboxes or file name of a 1252 Hostname of the remote server for remote mailboxes or file name of a
1253 local mailbox. 1253 local mailbox.
1254 @end table 1254 @end table
1255 1255
1256 @noindent
1256 @var{Proto} can be one of: 1257 @var{Proto} can be one of:
1257 1258
1258 @table @asis 1259 @table @code
1259 @item mbox 1260 @item mbox
1260 Usual UNIX mailbox format. In this case, neither @var{user} nor 1261 Usual UNIX mailbox format. In this case, neither @var{user} nor
1261 @var{pass} are used, and @var{host-or-file-name} denotes the file name of 1262 @var{pass} are used, and @var{host-or-file-name} denotes the file name of
1262 the mailbox file, e.g., @code{mbox://var/spool/mail/smith}. 1263 the mailbox file, e.g., @code{mbox://var/spool/mail/smith}.
1263 1264