aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Josefsson2003-02-23 16:46:33 +0000
committerSimon Josefsson2003-02-23 16:46:33 +0000
commit1cee566bbda473857db252ebfce3f5b05c64b1c0 (patch)
treedf2ba9e8e005903305babae76ce119ca69ff5706
parentf4c61ea85c3f43d8f26691ec1dba7e4f428d045c (diff)
downloademacs-1cee566bbda473857db252ebfce3f5b05c64b1c0.tar.gz
emacs-1cee566bbda473857db252ebfce3f5b05c64b1c0.zip
Fix.
-rw-r--r--man/smtpmail.texi5
1 files changed, 1 insertions, 4 deletions
diff --git a/man/smtpmail.texi b/man/smtpmail.texi
index 4eff3be2725..64c7180c01c 100644
--- a/man/smtpmail.texi
+++ b/man/smtpmail.texi
@@ -281,7 +281,6 @@ will fail when you are not connected. The SMTP library implements
281queued delivery, and the following variable control its behaviour. 281queued delivery, and the following variable control its behaviour.
282 282
283@table @code 283@table @code
284
285@item smtpmail-queue-mail 284@item smtpmail-queue-mail
286@vindex smtpmail-queue-mail 285@vindex smtpmail-queue-mail
287 The variable @code{smtpmail-queue-mail} controls whether a simple 286 The variable @code{smtpmail-queue-mail} controls whether a simple
@@ -297,6 +296,7 @@ Internet).
297 The variable @code{smtpmail-queue-dir} specifies the name of the 296 The variable @code{smtpmail-queue-dir} specifies the name of the
298directory to hold queued messages. It defaults to 297directory to hold queued messages. It defaults to
299@file{~/Mail/queued-mail/}. 298@file{~/Mail/queued-mail/}.
299@end table
300 300
301@findex smtpmail-send-queued-mail 301@findex smtpmail-send-queued-mail
302 The function @code{smtpmail-send-queued-mail} can be used to send 302 The function @code{smtpmail-send-queued-mail} can be used to send
@@ -304,9 +304,6 @@ any queued mail when @code{smtpmail-queue-mail} is enabled. It is
304typically invoked interactively with @kbd{M-x RET 304typically invoked interactively with @kbd{M-x RET
305smtpmail-send-queued-mail RET} when you are connected to the Internet. 305smtpmail-send-queued-mail RET} when you are connected to the Internet.
306 306
307@end table
308
309
310@node Server workarounds 307@node Server workarounds
311@chapter Server workarounds 308@chapter Server workarounds
312 309