After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 712895 - Geary should allow user to specify a signature to be appended to each sent message.
Geary should allow user to specify a signature to be appended to each sent me...
Status: RESOLVED FIXED
Product: geary
Classification: Other
Component: composer
master
Other All
: High normal
: 0.8.0
Assigned To: Geary Maintainers
Geary Maintainers
: 720662 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2012-06-26 06:10 UTC by Geary Maintainers
Modified: 2014-06-03 22:19 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Simple patch to load signature.html and template.html from settings folder (2.37 KB, patch)
2013-04-04 07:28 UTC, Geary Maintainers
none Details | Review
Adding support for ~/.signature signatures (2.10 KB, patch)
2014-04-12 21:20 UTC, Martin Pöhlmann
none Details | Review
Support for per account signatures (3.02 KB, patch)
2014-04-12 21:21 UTC, Martin Pöhlmann
none Details | Review
Adds support for text signatures on a per-account basis (16.28 KB, patch)
2014-05-12 16:43 UTC, Gustavo Rubio
none Details | Review
Parse escape sequences for signature setting value (2.36 KB, patch)
2014-05-12 18:51 UTC, Gustavo Rubio
none Details | Review
Proposed design for the signature UI modification (9.58 KB, image/png)
2014-05-26 00:59 UTC, Gustavo Rubio
  Details
Fixes to show signature options on edit mode only, support for ~/.signature (14.42 KB, patch)
2014-05-28 19:51 UTC, Gustavo Rubio
none Details | Review

Description Charles Lindsay 2013-11-21 20:17:37 UTC


---- Reported by geary-maint@gnome.bugs 2012-06-26 11:10:00 -0700 ----

Original Redmine bug id: 5458
Original URL: http://redmine.yorba.org/issues/5458
Searchable id: yorba-bug-5458
Original author: Matthew Pirocchi
Original description:

Some users add a signature block
(http://en.wikipedia.org/wiki/Signature_block) all of their messages. Geary
should allow the user to specify this message, and automatically append it to
each outgoing message.

Related issues:
related to geary - Feature #7471: Template support (Open)
duplicated by geary - Feature #7607: Add Possibility of automatically adding
signature in email (Duplicate)



---- Additional Comments From geary-maint@gnome.bugs 2013-10-18 23:38:00 -0700 ----

### History

####

#1

Updated by Sebastian - about 1 year ago

This keeps me from using it all day (Well, this and a Calendar would make me
switch from Evolution to Geary)

####

#2

Updated by Jim Nelson 10 months ago

  * **Category** set to _composer_
  * **Priority** changed from _Normal_ to _High_
  * **Target version** set to _0.3.0_

We've received some requests for this -- let's bump this up and see if we can
do this in 0.3.

####

#3

Updated by Jim Nelson 9 months ago

  * **Tracker** changed from _Bug_ to _Feature_
  * **Target version** changed from _0.3.0_ to _0.4.0_

####

#4

Updated by Christoph Fischer 8 months ago

Please, if you implement this, plan for multiple signatures (to be chosen at
compose time) from the beginning.

####

#5

Updated by Jim Nelson 8 months ago

  * **Target version** changed from _0.4.0_ to _0.5.0_

####

#6

Updated by Joey 4712 8 months ago

  * **File** 0001-Added-simple-loading-of-signature.html-and-template.patch added

I understand that this is not trivial if you do it right:

It means allowing to add multiple signatures in the settings, building an html
signature editor, ... and so this has to wait for 0.5.

Because this is a must-have-feature for me, I coded a simple quick & dirty
solution for this myself. I added a bit of code to composer-window.vala which
will load a signature from ~/.local/share/geary/signature.html and a email
template from ~/.local/share/geary/template.html if these files exist.

Patch is attached for those who want to use it until a real solution will be
available on 0.5.

####

#7

Updated by Jim Nelson 8 months ago

Thanks Joey! Obviously this isn't sufficient for us to take now, but as you
said, people out there might want to try it for their own needs.

####

#8

Updated by Javier Antonio Nisa Avila about 1 month ago

+1 if necessary

####

#9

Updated by Kyle Marek-Spartz about 1 month ago

Why not use the ~/.signature file?

####

#10

Updated by Jim Nelson about 1 month ago

That's ... not a bad idea!

I wonder if we're going to want to allow HTML formatting in a signature,
however. That may require a separate file. (.signature.html?)

####

#11

Updated by Kyle Marek-Spartz about 1 month ago

That sounds reasonable to me.

####

#12

Updated by Sebastian - about 1 month ago

Hi,

i just wanted to add that usually email clients may allow to specify a
different signature _per account_ (i, for example, have my private mail
account and work mail account in Evolution).

How about ~/.signature is used as default value in the geary signature editor
but the signature is stored in ~/.local/share/geary/<account>/signature[.html]
?

Cheers,

Sebastian



--- Bug imported by chaz@yorba.org 2013-11-21 20:17 UTC  ---

This bug was previously known as _bug_ 5458 at http://redmine.yorba.org/show_bug.cgi?id=5458
Imported an attachment (id=260511)

Unknown milestone "unknown in product geary. 
   Setting to default milestone for this product, "---".
Setting qa contact to the default for this product.
   This bug either had no qa contact or an invalid one.
Resolution set on an open status.
   Dropping resolution 

Comment 1 Elvis D. 2013-12-18 09:46:14 UTC
*** Bug 720662 has been marked as a duplicate of this bug. ***
Comment 2 Michael Gratton 2014-02-14 01:13:20 UTC
Signatures in UNIX are something of a slippery slope, usability-wise:

A GUI editor is necessary for normal people - so you need a button "Edit Signature" in the Account prefs.

UNIX users however like to use .signature files, but while the .signature convention worked well in a world where you had one email address - loginname@loginhost, it doesn't scale to a world in which people commonly have several accounts and addresses, so you need to add some radio buttons to chose between the built-in sig, the external-file sig, and a filechooser button to choose which .signature file you actually want to use, and a lot of documentation. This is where Thunderbird is at.

UNIX enthusiasts instead prefer to use the output of some program as their signature, so you either need to replace the GTK standard file chooser button with a text entry and some weird semantics, or add a third radio button, a text entry, a program chooser button, and yet more documentation. Evolution used to here, but I see lately (in v3.x?) they have scaled it back.

So to keep everyone happy, you end up with around a dozen widgets/labels rather than a single button, which is rather terrible, and a chapter on Signatures in the docs, rather than a sentence.

To avoid this, a reasonable solution is to have a per-account signature file as mentioned a comment above: ~/.local/share/geary/$ACCOUNT/signature.html. This is created as an empty file (or with a reasonable default signature) when an account is created. Every time a new message is composed, it is opened, read and appended to the body of the message. The Account Prefs can have a single Edit Signature button, which invokes the GUI editor on the contents of that file. UNIX users will know to look in ~/.local/share/geary and can replace the file with a symlink to the .signature of their choice when they find it, and UNIX enthusiasts will enjoy the challenge of working out an appropriate POSIX-compliant solution.

The only edge case is text vs html - it would be fine to just put plain text in the signature.html since that is valid HTML, but that would break if peopled used reserved chars like < and &, which is pretty common in a plain text sig. Since the email composition already has a notion of "Rich Text" messages, that can be applied to the signature editor as well. So call the file "signature" instead (no .html or .text extension), note if it contains HTML or plain text in a per-account pref, and update the pref based on whether the user chooses Rich Text in the sig editor. UNIX users can update the pref using the editor or by editing the ini file.
Comment 3 Federico Bruni 2014-02-15 17:06:07 UTC
I'd like this feature!

Even if Geary doesn't support GPG yet, I'd like to add my GPG key to the signature in Geary (then I'll decrypt the messages on my mobile, until #713403 is fixed).
Comment 4 Elvis D. 2014-03-26 08:28:56 UTC
Hi all, just to know, when is planned to implement this feature?
I saw a comment saying 0.5.x but 0.6 has been released but this fundamental feature isn't in.

How said on another comment even a geeky workaround (putting a .signature file in user's home) would be nice, waiting for a per-account solution.

Also canned responses could be a temporary workaround.
Kindly
Comment 5 Jim Nelson 2014-03-28 21:19:27 UTC
On top of Mike's thoughtful analysis above, there's the issue of where to inject the signature -- top-posting vs. bottom-posting is flame-war-bait, and so I suppose that will need to be a user preference too.

To summarize the issues I see at this point:

* Be able to specify a signature per account
* HTML vs. text signature
* .signature file support
* Top-posting vs. bottom-posting
* Signature selection at composition time

There may be more.

The simplest workaround I see at this point is:

* Load the signature from the .signature file
* Text-only (converted into HTML for HTML email, naturally)
* Top-posting assumed

Which kind of matches what you're asking for, Elvis.

I can't promise anything at this time, but since this is so highly requested and has slipped so many times, I am at this point open to a patch that meets the simple workaround I listed above.  Joey's patch from way-back-when would be a good starting point for anyone out there who wants to take a crack at it.
Comment 6 Elvis D. 2014-03-31 09:30:43 UTC
I think that this first workaround would make me super-happy.
And other users too, I think.

Then, with more time, a complete and parametrized solution would make sense.
I'll follow this bug and wait for it's resolution ;)
Comment 7 Martin Pöhlmann 2014-04-12 21:19:01 UTC
I'm following this bug for some time as I need this feature as well.

Now I took Jim's advise and completed a first patch including support for ~/.signature and ~/.local/share/geary/$ACCOUNT/signature files that works with text and html mail.

Making the per-account files editable using the UI should not be too hard, but please review this patch first before I continue.
Comment 8 Martin Pöhlmann 2014-04-12 21:20:52 UTC
Created attachment 274187 [details] [review]
Adding support for ~/.signature signatures

Optionally see https://github.com/mpdeimos/geary/commit/4185119aa42af43af6ba0354b6590d5b11b3a8fe
Comment 9 Martin Pöhlmann 2014-04-12 21:21:41 UTC
Created attachment 274188 [details] [review]
Support for per account signatures

Optionally see https://github.com/mpdeimos/geary/commit/6eafd43c0e595ba6ef98089c239d1744cde2fc16
Comment 10 Gustavo Rubio 2014-05-12 16:42:49 UTC
I'm in no way an expert in Vala though I do have years of experience on C# so I took some time off this weekend to implement my own version:

- Enable / Disable signature on a per account basis on the account dialog
- Add / Modify signature on the account preferences (so it is stored on the .ini file for GLIB)
- Adds the signature to the composer window (at the bottom, I personally don't like to have it on top), if signature for that particular account is enabled on its own settings

I did not implemented an HTML signature version as I don't really need that feature, besides it would require to add a more complex control to parse the html code on the account dialog, so for now its just a simple TextView / TextBuffer.

Please feel free to review the attached patch and use it if it fits your needs.

Thanks!
Comment 11 Gustavo Rubio 2014-05-12 16:43:55 UTC
Created attachment 276395 [details] [review]
Adds support for text signatures on a per-account basis
Comment 12 Gustavo Rubio 2014-05-12 18:49:57 UTC
Too soon submitted my patch I guess.

I'm adding another one with a fix so that multiline signature text is correctly parsed.

I realized that there is a class method being used to override KeyFile.get_string() from GLIB:

email_signature = get_string_value(key_file, GROUP, EMAIL_SIGNATURE_KEY);

That does this:

return key_file.get_value(group, key);

So it is using KeyFile.get_value() which is going to return an unescaped version of the string which we don't want.

So I added another method inside the class to use KeyFile.get_string instead so that the key setting from the INI is escaped in both account settings and the composer window.

I also changed from set_value to set_string in Geary.AccountInformation so that the setting is actually saved in the ini with escape characters like:

"signature=A multiline \nString"
Comment 13 Gustavo Rubio 2014-05-12 18:51:32 UTC
Created attachment 276401 [details] [review]
Parse escape sequences for signature setting value
Comment 14 Jim Nelson 2014-05-13 00:47:43 UTC
Wow -- talk about an embarrassment of riches!  I've been busy on California and haven't had a chance to take a hard look at patches until now.

First, I've created branches on git.gnome.org for both approaches: wip/712895-sig-martin and wip/712895-sig-gustavo.  Both have their advantages and downsides.  I feel they should be combined in some way to produce the final feature.

For those following at home, Martin's patch reads the signature file from a file.  It first looks for a file called "signature" in the Geary data directory and then for ".signature" in the user's home directory.  The file's contents are escaped into markup and prepended to the reply body, if any.  This meets the basic bullet points I listed above, although it does leave the problem of editing the signature file to the user.

Gustavo's patch is more user-friendly.  The user can activate signature support with a checkbox in the Accounts dialog.  When active, the user can add a plaintext-only signature to an edit box which is saved in the geary.ini file.  I have to admit, this is closer to our vision of how signatures would work in Geary.  We recognize that there's a lot of complications with this feature, as Mike Gratton explicated above (comment #2).

Gustavo, there are a few problems with your patch:

* If you rename your ~/.local/share/geary directory to something else (geary.backup for example) and then run Geary, it'll go into its "first-run" mode which is where the user creates their first email account.  This is slightly different than the dialog when you add an account from the Accounts dialog, but same idea.

Basically, we want to keep the "first-run" dialog is simple as possible, so we don't want the signature widgets visible there.  I'm okay with leaving it visible if they add a second account.  Our goal is for first-time users to get going as quickly as possible.

If you look throughout the code, you'll see some state that's used to determine which widgets are visible and hidden.  We need similar code for the signature widgets.

* "Signature:" next to "Use email signature" feels redundant.  Instead, since the signature is separate from the account details (email, password, etc.), I'd prefer if there was a "Composer" section in the dialog (kind of like "Storage" below it) with the checkbox and edit box.

* If I reply to an existing email, the signature is added but to the bottom of the new email, not the top.  You might check Martin's branch to see how he did it.  (I didn't look close enough at the code to see what was different there.)

Martin and Gustavo, please do read over Yorba's coding conventions, as that will help get these patches landed: https://wiki.gnome.org/Apps/Geary/CodingConventions

As I said earlier, combining both patches is interesting to me.  In particular, I'm now leaning toward Gustavo's approach but mixing in Martin's code:

* Fix the above issues (obviously)
* If "Use email signature" is checked, the edit box signature is used (even if blank; this allows for people with .signatures to override it for certain accounts)
* If unchecked but .signature file is found, use that.
* Don't use "signature" file in Geary data directory -- I would prefer people not need to muck around in there.

If we could get all of this put together, I think we'd have a winner.
Comment 15 Gustavo Rubio 2014-05-13 01:06:00 UTC
Great!. Sounds like a win-win for all. I actually thought about having a separate group on the dialog but then I just added it on the general settings for the account. This should be no biggie as it implies just moving the widgets and fix it so that it is displayed after first run as you say.

I think the problem of the signature added to the bottom is in the order of assignment of the variable in a line that I added so I guess a simple if (as in Martin's patch) should do it.

I guess loading the .signature file would not be a problem even if the checkbox is not actually checked since people having those are usually power-users and if they see their signature added in composer they will know where it is coming from, as opposed to someone who is not accustomed to use unix/linux. Plus, I personally like the idea of having separate signatures for different accounts since you'd usually have some kind of contact info and I for one use a different contact phone on such area for my personal and work addresses, for instance.


I'll have a look at the coding guidelines. I did this thing over the weekend on a few hours and I have almost none experience with vala but I'll try to cope.

So let me know your thoughts and we may end up having a merged patch with Martin's code and mine that can land soon for all other users :)
Comment 16 Martin Pöhlmann 2014-05-13 23:32:29 UTC
Nice to see some movement here. Unfortunately (for you, not me),  I'm leaving for 2 weeks vacation this weekend; so I might not be able to spent lots of time on the patch. Gustavo, feel free to adopt as much as you like.

I also think the UI variant is the more intuitive one which should be preferred.
Comment 17 Jim Nelson 2014-05-15 20:12:45 UTC
Gustavo, I would say look over Martin's patch/branch and use whatever code in there you can.  .signature support is, as you say, more of a power-user thing in my mind, but it's so prevalent in Unix I feel Martin's approach needs to be incorporated.

And don't get too hung up on the coding guidelines -- it's grown over the years, but the gist is, if your code looks like the code surrounding it, you're probably safe.

Good luck!
Comment 18 Gustavo Rubio 2014-05-15 20:31:53 UTC
Yup, totally agree, my comment was more on justifying as why to add widgets to manually add signatures in a per-account basis in addition to what Martin suggests/did, you know, everyone wins.

I'll try to work on the branches this weekend and merge Martin's with mine and submit a new patch for you guys to review it.

Thanks!

PS: Is there a good starting point to properly learn VALA / Gnome Dev? I was tempted to buy the packt pub book "GNOME 3 Application Development Beginner's Guide!" but I read over p.g.o some bad reviews. Just for the record, I do have a lot of experience on C#/.Net and worked some projects with Mono / GTK#
Comment 19 Jim Nelson 2014-05-15 20:42:15 UTC
Great!

As for Vala, I'd recommend looking at this page:

https://wiki.gnome.org/Projects/Vala/Documentation

In particular, you might find this helpful:

https://wiki.gnome.org/Projects/Vala/ValaForCSharpProgrammers
Comment 20 Martin Pöhlmann 2014-05-16 05:32:34 UTC
Thanks Gustavo!

@Jim (regarding the dev docs): If there is some time I'd really like to see a blog post, etc. of how you do development for VALA. For me the biggest showstopper always was not to have a real IDE. So I tinkered around choosing the right gedit/monodev/geany plugins, choosing the most suitable build system and so on. I know this is off-topic here, hence the idea for a short blog post.
Comment 21 Gustavo Rubio 2014-05-16 06:20:50 UTC
Martin, you might want to take a look at anjuta which is the most full-featured gnome-IDE I think there is, it has build tools, a glade component, VCS, etc.
Comment 22 Jim Nelson 2014-05-23 19:49:11 UTC
For those watching this bug, I should point out there's a bounty for signature support:

https://www.bountysource.com/issues/1352311-geary-should-allow-user-to-specify-a-signature-to-be-appended-to-each-sent-message

If you feel strongly about this feature, please consider contributing.  This encourages activity and rewards the work for those who complete it.  (Note that Yorba employees don't accept bounties for work on Yorba projects.)
Comment 23 Gustavo Rubio 2014-05-26 00:58:18 UTC
I'm sorry I did not have much time to check back on this. I was wondering if you guys are open to a third approach, basically, use radiobuttons so that the user can either:

 * Disable signatures
 * Read signatures from ~/.signature
 * Use a custom signature

I modified the .glade file a little bit and am attaching a screenshot.

What this would do is to allow the user to choose from any of those options meaning that they will know where the signature is coming from (if any) as opposed to just having a checkbox. The thing that I see with the checkbox and the .signature file is that if it is checked but the textview has nothing in it then logic tells me that nothing is going to be appended as a signature so the "read the .signature file behind the scenes" while useful, may confuse the user: there is nowhere in the application where this is stated as happening.

The other (easier) approach is to just have a label beneath the textview with my current UI (the one with the checkbox and the textview) that tells the user that, if a .signature file is found in his/her home directory and nothing has been input in the textview than that will be used, still confusing to me, but at least the user knows where the appended text came from in composer.

I'd like to hear your opinions so that I can create the proper patch.

Thanks!
Comment 24 Gustavo Rubio 2014-05-26 00:59:37 UTC
Created attachment 277168 [details]
Proposed design for the signature UI modification
Comment 25 Michael Gratton 2014-05-26 01:21:36 UTC
(In reply to comment #23)
> I'm sorry I did not have much time to check back on this. I was wondering if
> you guys are open to a third approach, basically, use radiobuttons so that the
> user can either:
> 
>  * Disable signatures
>  * Read signatures from ~/.signature
>  * Use a custom signature

It's certainly a flexible approach, but as I mention above it's also going to be confusing for people who aren't UNIX hackers, and it's unnecessary anyway since people who are UNIX hackers will know how to symlink the per-account signature file to ~/.signature. As such, I'd suggest the prefs are best left at a one-liner, something like this:

    [X] Append a signature to new messages [ Edit Signature ]

Where  [ Edit Signature ] is a button that is sensitive only when the checkbox is ticked, and when clicked invokes an editor. For the first pass, this can just run GEdit on the account's signature file, but down the track it could be an editor that lets you choose Rich Text (i.e. HTML) or not signatures and edit the file accordingly.
Comment 26 Gustavo Rubio 2014-05-26 01:32:45 UTC
(In reply to comment #25)
> (In reply to comment #23)
> > I'm sorry I did not have much time to check back on this. I was wondering if
> > you guys are open to a third approach, basically, use radiobuttons so that the
> > user can either:
> > 
> >  * Disable signatures
> >  * Read signatures from ~/.signature
> >  * Use a custom signature
> 
> It's certainly a flexible approach, but as I mention above it's also going to
> be confusing for people who aren't UNIX hackers, and it's unnecessary anyway
> since people who are UNIX hackers will know how to symlink the per-account
> signature file to ~/.signature. As such, I'd suggest the prefs are best left at
> a one-liner, something like this:
> 
>     [X] Append a signature to new messages [ Edit Signature ]
> 
> Where  [ Edit Signature ] is a button that is sensitive only when the checkbox
> is ticked, and when clicked invokes an editor. For the first pass, this can
> just run GEdit on the account's signature file, but down the track it could be
> an editor that lets you choose Rich Text (i.e. HTML) or not signatures and edit
> the file accordingly.

We already had a working patch, just had to merge the .signature feature from Martin. This patch adds a checkbox but instead of opening an editor there is a textview beside the checkbox that allows you to edit the signature.

The button approach, while can be good and enough, lefts out the "user-friendly" feature which is being able to just edit the signature inside the mail application in a per-account basis, and I believe that geary is targeted precisely towards that: to be simple.

Jim, any thoughts?
Comment 27 Jim Nelson 2014-05-28 02:01:19 UTC
I'm all for simple!  I'm with Mike on this one, the .signature file is a UNIXism from the rn days of yore and whatever support Geary has for it should not come at the sacrifice of UI clutter or additional complexity.

I still think the approach I listed at the end of comment #14 is the way to go.  I would very, very much prefer an in-proc edit box rather than launching gedit.  I wouldn't be averse to the signature editor popping up in a different window or, better yet, treated as a pane in the Accounts dialog (which is a GtkStack).

As mentioned above, we're not worried about HTML signatures or anything else fancy.  I'm sure people will want all kinds of cruft later, but this is such a widely-requested feature, I'm willing to start small...but not too small.
Comment 28 Gustavo Rubio 2014-05-28 02:08:58 UTC
Alright, then just to review:

 1. A new group of widgets called "Signature" will be added beneath the "Storage" option in login dialog
 2. This group will be shown only after first-run on the login dialog
 3. We keep the checkbox and the textview for user input
 4. If the checkbox is checked, and nothing is input from the user then we look for ~/.signature and use that
 5. If the checkbox is checked and has content, we use that signature for that particular account
 6. For case number 5, we'll store the signature in the account.ini file
 7. Signature is added at the top of a reply (before the quoted test but at the end of the new reply text)

I already merged with Martin's, just need to modify the show/hide after first run.

Do we all agree?

Thanks!
Comment 29 Gustavo Rubio 2014-05-28 19:50:17 UTC
Ok, so I finished the thing. I'm attaching a patch that can be applied to the 712895-sig-gustavo branch.

Fixes added:

 * Show only the composer widget group when in EDIT mode
 * Add signature (if any) to the bottom of the message, even on replies, on composer window
 * If ~/.signature exists, use it if "use signature" option is checked and there is no text in signature widget
 * Changed "signature" to "composer" as the options group

Let me know if anything else is needed to merge. Thanks.
Comment 30 Gustavo Rubio 2014-05-28 19:51:21 UTC
Created attachment 277411 [details] [review]
Fixes to show signature options on edit mode only, support for ~/.signature
Comment 31 Jim Nelson 2014-05-29 22:59:37 UTC
Great work!  Pushed to master, commit c5228f

I had to do a little merge massaging to get the old patch and the new one into latest master, as almost all the major changes since I started that old branch were against, of course, the composer.

I also did a little tweaking, mostly to meet code guidelines, but I also changed the checkbox string.  I wanted something brief, but if you have a better suggestion, that can easily be changed later.

I also filed this ticket for a minor thing: bug #730965.  It wasn't enough to stop the feature from landing.

Finally, there's a $30 bounty for this issue that someone should collect.  I feel Gustavo did most of the heavy lifting here and should claim it.  However, Martin, if you feel you're entitled to some portion of it, please say so and we'll see what we can work out.

Whew!  This feature has been a long time coming.
Comment 32 Gustavo Rubio 2014-05-30 20:49:13 UTC
Hey Jim,

Great to see it finally merged!, I, however, found an issue when you save a draft and then reopen it to finally send it, composer window appends the signature once again, so that should not be happening since you already had it when you first tried to compose a message. I'll make a fix this weekend for such issue. Should we open a ticket?

I have no problem with the string change. I reviewed the code as per the guidelines but I'll see the diff to check what you changed to consider for further patches.

As for the bounty I'd say add it up to another issue so it gets more attention :) 

Thanks.
Comment 33 Michael Gratton 2014-06-01 11:49:47 UTC
This is great to have, thanks Gustavo!

Two bits of polish spring to mind having used it:

Geary should be appending a "-- \r\n" (that's a minus-minus-space-cr-lf) between the body text and signature. This is pretty standard behaviour for all well-behaved mailers, and indicates the boundary between the main body of the message and the signature, especially in text/plain parts. This convention allows for example MUAs to safely discard the signature when quoting a message for reply.

Also, the prefs window is now too high for my screen (1200x800), such that I need to drag the window up to get to the Save/Cancel buttons - maybe the prefs finally need to get tabbed?
Comment 34 Martin Pöhlmann 2014-06-01 17:59:59 UTC
Thanks Gustavo for getting things done! As for the bounty, I just wanted this feature, hence I've implemented a patch -- I'm not interested in the money.


I'm voting against the addition of "-- \r\n" as this is not the behavior I know from my other mail clients (Opera Mail and GMail on Android). Afaik it is also not part of the ".signature standard".
Comment 35 Michael Gratton 2014-06-02 00:51:26 UTC
(In reply to comment #34)
> I'm voting against the addition of "-- \r\n" as this is not the behavior I know
> from my other mail clients (Opera Mail and GMail on Android). Afaik it is also
> not part of the ".signature standard".

It's a standard for text/plain messages at least, see RFC 3676 Section 4.3 - http://tools.ietf.org/html/rfc3676#section-4.3 and GMail seems to add them anyway: https://support.google.com/mail/answer/8395?hl=en. I'm pretty sure mutt and pine have always added them.

If you're not seeing the delimiter it's because the mailer is detecting and hiding them from from you, which exactly why it is important to add them. :)
Comment 36 Jim Nelson 2014-06-03 21:46:04 UTC
I've ticketed the double-add at bug #731177.  In general, our practice is to create a new ticket for each issue, only re-opening a ticket if the problem is not solved (or possibly regressed, although even that's rare).

Mike, note on that page for Google support that they only insert the separator when bottom-replying, not top-replying.  Since Geary currently only supports top-replying, I don't think we can (or should) add it yet.  But I haven't researched this fully.

Guess what I did?  Add a ticket for bottom-posting support: bug #731181