Opened 3 years ago
Closed 3 years ago
#1486366 closed Bugs (fixed)
r3181 - Top-post signature insert error in HTML forwarded messages
| Reported by: | aberglund | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.4-beta |
| Component: | User Interface | Version: | git-master |
| Severity: | normal | Keywords: | |
| Cc: |
Description
If prefs are set to top-post and insert signature at top for forwards, forwarding an HTML message inserts the signature under the "------ Original Message -----" separator. Should be inserted above the separator where the top-post message (if any) would be located.
Change History (3)
comment:1 Changed 3 years ago by aberglund
comment:2 Changed 3 years ago by alec
- Component changed from Addressbook to User Interface
- Milestone changed from later to 0.4-beta
comment:3 Changed 3 years ago by alec
- Resolution set to fixed
- Status changed from new to closed
Fixed in [9e63e28a].
Note: See
TracTickets for help on using
tickets.

Looks to me as if the signature is inserted in app.js prior to being processed by steps/mail/compose.inc where the "----- Original Message ----" is added. Not sure what the best way to deal with this might be.