geary:wip/712912-select-quote

Last commit made on 2014-09-19
Get this branch:
git clone -b wip/712912-select-quote https://git.launchpad.net/geary

Branch merges

Branch information

Name:
wip/712912-select-quote
Repository:
lp:geary

Recent commits

7f2034f... by Robert Schroll

Strip quote chrome from selection when replying

https://bugzilla.gnome.org/show_bug.cgi?id=712912

eaa8be5... by Robert Schroll

Preserve newlines when quoting selected plain text

https://bugzilla.gnome.org/show_bug.cgi?id=712912

9bff70b... by Robert Schroll

Place cursor appropriately in new composer

When bottom posting, we need to place it between the quote and the
signature. Rather than trying to smoosh guess about where it should go,
we mark the spot explicitly when adding (or not adding) the signature.

https://bugzilla.gnome.org/show_bug.cgi?id=712912

be1abf8... by Robert Schroll

Add selected text as quote in existing reply

This happens only if it's not changing the reply type. This helps in
the case where you are switching the reply and haven't de-selected text
that was previously quoted.

https://bugzilla.gnome.org/show_bug.cgi?id=712912

bef95e2... by Robert Schroll

Use bottom-posting when replying with selection

Forwarding always uses top-posting, since it makes it hard to
distinguish between the original mail and a bottom-posted reply.

https://bugzilla.gnome.org/show_bug.cgi?id=712912

3bb74bb... by Robert Schroll

Use selected text in quotes when available

https://bugzilla.gnome.org/show_bug.cgi?id=712912

c9aed08... by Robert Schroll

Choose the message to reply to based on selection

If part of a message is selected, that will be the replied-to message.
If parts of multiple messages are selected, or nothing is selected, the
last email will be replied to.

https://bugzilla.gnome.org/show_bug.cgi?id=712912

17b481d... by Robert Schroll

Don't strip trailing space from signature separator

https://bugzilla.gnome.org/show_bug.cgi?id=736985

513c6d8... by Jim Nelson

Tighten up parent refs in ListParameters

While working on another bug, I discovered some issues with the
maintenance of parent references for IMAP Parameters being held in
ListParameters (of which every Parameter is held). This patch not
only tightens up references, it also verifies references are accurate
when the ListParameter is destroyed.

6c4c291... by Robert Schroll

Re-establish selection after link dialog runs

Any selection made in the link dialog will destroy a selection in the
editor. Previously, we corrected for this only when we had selected a
link, but we really need to do this every time.

https://bugzilla.gnome.org/show_bug.cgi?id=736689