]> git.g-eek.se Git - interimap.git/commitdiff
pullimap.1: Work around groff_www rendering bug with nested lists.
authorGuilhem Moulin <guilhem@fripost.org>
Wed, 9 Mar 2016 19:28:31 +0000 (20:28 +0100)
committerGuilhem Moulin <guilhem@fripost.org>
Wed, 9 Mar 2016 19:28:31 +0000 (20:28 +0100)
pullimap.1

index 342afce140e87db58aa4e7ee9f81a32deedd8702..2d92e9dcd53765457f3d5bda134fe5ad05c3ad0d 100644 (file)
@@ -274,20 +274,21 @@ UID) with UID bigger or equal than the UIDNEXT value found in the
 While the UID FETCH command is in progress, perform the following
 for each untagged FETCH response sent by the server:
 .RS
-.nr step 1 1
-.IP \n[step]. 4
+\(bu
 if no SMTP/LMTP transmission channel was opened, open one to the server
 specified with \fIdeliver\-method\fR and send an EHLO (or LHO) command
 with the domain given by \fIdeliver\-ehlo\fR;
-.IP \n+[step].
+.br
+\(bu
 perform a mail transaction (using SMTP pipelining [RFC 2920] if
 possible) to send the retrieved message BODY to the SMTP or LMTP
 session; and
-.IP \n+[step].
+.br
+\(bu
 append the message UID to the \fIstatefile\fR.
 .RE
 
-.IP \n-[step].
+.IP \n+[step].
 If a SMTP/LMTP transmission channel was opened, send a QUIT command to
 close it gracefully.