Make smtp_accept_max_per_connection option text searchable. Bug 1361
authorJeremy Harris <jgh146exb@wizmail.org>
Sun, 6 Oct 2013 17:05:48 +0000 (18:05 +0100)
committerJeremy Harris <jgh146exb@wizmail.org>
Sun, 6 Oct 2013 17:05:48 +0000 (18:05 +0100)
Same fix as for 1197; abandon attempt to permit intelligent wrapping of the text

doc/doc-docbook/spec.xfpt

index a35fbc7d252e8f0979d31bca38cd12a24dfb2601..3d0360ba88a9e0b53f6bb0f5d1e30b5529a64428 100644 (file)
@@ -15342,6 +15342,13 @@ live with.
 
 . Allow this long option name to split; give it unsplit as a fifth argument
 . for the automatic .oindex that is generated by .option.
+. We insert " &~&~" which is both pretty nasty visually and results in
+. non-searchable text.  HowItWorks.txt mentions an option for inserting
+. zero-width-space, which would be nicer visually and results in (at least)
+. html that Firefox will split on when it's forced to reflow (rather than
+. inserting a horizontal scrollbar).  However, the text is still not
+. searchable.  NM changed this occurrence for bug 1197 to no longer allow
+. the option name to split.
 
 .option "smtp_accept_max_per_connection" main integer 1000 &&&
          smtp_accept_max_per_connection
@@ -15393,10 +15400,9 @@ also &%queue_only%&, &%queue_only_load%&, &%queue_smtp_domains%&, and the
 various &%-od%&&'x'& command line options.
 
 
-. Allow this long option name to split; give it unsplit as a fifth argument
-. for the automatic .oindex that is generated by .option.
+. See the comment on smtp_accept_max_per_connection
 
-.option "smtp_accept_queue_per_ &~&~connection" main integer 10 &&&
+.option "smtp_accept_queue_per_connection" main integer 10 &&&
          smtp_accept_queue_per_connection
 .cindex "queueing incoming messages"
 .cindex "message" "queueing by message count"