| Summary | Reply-quoted HTML paragraphs have spurious indentation |
| Queue | IMP |
| Queue Version | 4.1.5 |
| Type | Bug |
| State | Not A Bug |
| Priority | 2. Medium |
| Owners | |
| Requester | bax3 (at) bigfoot (dot) com |
| Created | 01/15/2008 (6507 days ago) |
| Due | |
| Updated | 01/15/2008 (6507 days ago) |
| Assigned | |
| Resolved | 01/15/2008 (6507 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
not as a default.
text messages. When IMP reply-quotes them it does _not_ indent the
first line of each paragraph. Similarly, when IMP reply-quotes HTML
mail with a plain-text alternative, it does _not_ indent the first
line of each paragraph (see below).
In two out of three cases, IMP does prefix extra spaces at the start
of quoted paragraphs. Single-part HTML is the exception, and hence
the apparent bug.
Plain text-only reply-quoting:
is quoted.
is quoted.
is quoted.
How can this be disabled?
If this is a feature, why are plain text first lines _not_ indented?
State ⇒ Not A Bug
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Reply-quoted HTML paragraphs have spurious indentation
Queue ⇒ IMP
State ⇒ Unconfirmed
reply, two extra spaces are inserted between the chevron and the first
word of every proper paragraph ('/<p[^>]*> ?/i' => "\n\n "). This
does not occur with <br>-style linebreaks. It happens with both HTML
and plain-text replies.
This is inconsistent with the formatting of plain text and causes an
odd-looking first-line-only indent.