Summary | MIMP Signature Positioning |
Queue | IMP |
Queue Version | 5.0.16 |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | matthewstephenson1 (at) hotmail (dot) com |
Created | 01/04/2012 (4926 days ago) |
Due | |
Updated | 01/12/2012 (4918 days ago) |
Assigned | 01/05/2012 (4925 days ago) |
Resolved | 01/11/2012 (4919 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
REPLY information, so why not the signature.
message doesn't change the reply text when resuming a draft.
signature into the draft also.
identities in those clients after resuming a message? Do you get 2+
signatures?
Signatures are necessarily added at send time, as opposed to
reply/forward information which is added at the initial compose time.
A user should feel free to change their identity at any point prior to
sending.
1. that when saving a draft through MIMP, it populates that with the
REPLY information, so why not the signature.
2. that saving a draft from any other mail client will save the
signature into the draft also.
3. drafts tend not to stay around for too long, so having signature in
the right place is preferable really, as it is not as though the
signature will change that often.
messages. Which is not what we want.
Re-looking at this, I am going to revert the previous fix. Mobile
view is special since we don't put the reply text in the body either.
This is getting overly complicated for a fix, especially since
'sig_first' has already disappeared from the code. So I am reverting
to the previous behavior of adding the signature to the bottom, since
that is never incorrect behavior. (We have other prefs that aren't
honored in the various views - this will be one of them).
Revert "
Bug #10901: Fix signature positioning in mobile view."This reverts commit 2c81a7bd95e597d7fcbf96fed5bd00ea0dc0dd3c.
1 files changed, 1 insertions(+), 5 deletions(-)
http://git.horde.org/horde-git/-/commit/62dd9aac4c1f9e93e3d1efc80bae95d11b0a667f
New Attachment: compose-mimp.php
see attached
message before my actual typed reply... eg displaying.
1. Signature
2. Typed composition
3. Reply history
With a reply and sig_first=1, it should be...
1. Typed composition
2. Signature
3. Reply history
State ⇒ Resolved
Bug #10901: Fix signature positioning in mobile view.1 files changed, 5 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/2c81a7bd95e597d7fcbf96fed5bd00ea0dc0dd3c
State ⇒ Assigned
Queue ⇒ IMP
Patch ⇒ No
State ⇒ Unconfirmed
Milestone ⇒
Queue ⇒ Horde Groupware Webmail Edition
Summary ⇒ MIMP Signature Positioning
Type ⇒ Bug
Priority ⇒ 1. Low
is not respecting the preference to have the signature between the
"new message" and the "previous replies".