Re: [Evolution] Signature not appended

2021-03-22 Thread Milan Crha via evolution-list
On Sat, 2021-03-20 at 06:25 -0700, Jonathan Ryshpan wrote:
> Is there a way to have evolution interpret the sig as HTML?

Hi,
I'm quoting the original mail first:

On Fri, 2021-03-19 at 08:25 -0700, Jonathan Ryshpan wrote:
>echo "-- " 
>echo "Sincerely Jonathan Ryshpan " 
>echo "" 
>/home/jonrysh/bin/myFortune 
>echo ""

Couple notes:
a) do not add the "-- ", because 1) it's a wrong signature
delimiter; b) the signature delimiter is added by Evolution itself
(unless you've turned it off). Using a wrong signature delimiter causes
confusion why it's not removed on reply;

b) do not use , use  instead; the composer
understands , but uses  internally;

c) your email address does not end with '>'; as you pretend HTML, it
should be: 
   "Sincerely Jonathan Ryshpan jonr...@pacbell.net"
but if you want to make the address clickable, then the right form is:
   "Sincerely Jonathan Ryshpan mailto:jonr...@pacbell.net;>jonr...@pacbell.net"

>  typical output shows up in the preview box, e.g.:
> -- 

If you see in the signature preview HTML tags, then the code thinks
it's a Plain Text signature, not HTML signature. That needs changing.
Try to enclose the whole content into  ... .
The MIME type is guessed from the file content, unless you set it on
the signature object beforehand. The script signature doesn't let to
set it.

> When I open a composer window to create a new email, nothing unusual
> happens: no messages from evolution, etc.; no signature appears
> before I start editing.

When you look at the top of the composer window there's a From: line,
beside which is a Signature: combo. That's the place where you can
change the signature before sending/when composing the message.
Bye,
Milan


___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] Signature not appended

2021-03-20 Thread Jonathan Ryshpan
On Sat, 2021-03-20 at 12:44 +, Pete Biggs wrote:
> > 
> > I don't see anything in 
> >    evolution->edit->preferences->Composer Preferences->Signature
> > to control which signature is the default.
> > 
> > The various relevant options in 
> >    evolution->edit->preferences->Composer Preferences->General
> > don't seem to affect anything, probably because no signatures are
> > ever inserted.
> > 
> That bit is just for creating various signatures. You can have 
> different default signatures for different accounts.  Hence the
> default
> signature is determined at Preferences -> Mail Accounts -> Edit ->
> Identity

Quite right, though not at all where I expected.  The box controlling
signatures (per account) is at 
   Preferences -> Mail Accounts -> Edit -> Identity -> Signature.
As you see, a sig now appears.

The only remaining problem is how to get the sig to appear in the
default font (similar to Arial, but not the same) rather than
Monospace.  My original sig generated HTML, which was appropriate at
one time (the web page I was using for
advice, https://www.cameratim.com/computing/linux/evolution-signatures,
 dates to 2007), but is evidently now not correct.  Is there a way to
have evolution interpret the sig as HTML?

-- 
Sincerely: Jonathan Ryshpan ___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] Signature not appended

2021-03-20 Thread Pete Biggs
> 
> I don't see anything in 
>    evolution->edit->preferences->Composer Preferences->Signature
> to control which signature is the default.
> 
> The various relevant options in 
>    evolution->edit->preferences->Composer Preferences->General
> don't seem to affect anything, probably because no signatures are
> ever inserted.
> 
That bit is just for creating various signatures. You can have
different default signatures for different accounts.  Hence the default
signature is determined at Preferences -> Mail Accounts -> Edit -> 
Identity

P.


___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] Signature not appended

2021-03-20 Thread Jonathan Ryshpan
On Fri, 2021-03-19 at 23:27 +0100, Ángel wrote:
> On 2021-03-19 at 08:25 -0700, Jonathan Ryshpan wrote:
> > I have a small script to invoke fortune, which I am attempting to
> > use
> > to append a signature to my emails.
> > (...)
> > 
> > However no signature is ever appended.  Am I setting things up
> > wrong,
> > or is this a bug?
> 
> The signature script works by adding it when you open the composer
> (or
> when changing the signature).
> What happens when you open a new email? Does it work if in the
> composer
> window you choose your script in the Signature dropdown? You may need
> to set it as the default signature.

When I open a composer window to create a new email, nothing unusual
happens: no messages from evolution, etc.; no signature appears before
I start editing.

If in a new composer window I check the only option to control
signature (but probably the wrong kind of signature), namely
   Options->S/MIME Sign
clicking "Send" fails with the message:
   Could not create message.
   You may need to select different mail options.
   Detailed error: Cannot sign outgoing message: No signing certificate
   set for this account

I don't see anything in 
evolution->edit->preferences->Composer Preferences->Signature
to control which signature is the default.

The various relevant options in 
evolution->edit->preferences->Composer Preferences->General
don't seem to affect anything, probably because no signatures are ever
inserted.

Thanks - jon

___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] Signature not appended

2021-03-19 Thread Ángel
On 2021-03-19 at 08:25 -0700, Jonathan Ryshpan wrote:
> I have a small script to invoke fortune, which I am attempting to use
> to append a signature to my emails.
> (...)
> 
> However no signature is ever appended.  Am I setting things up wrong,
> or is this a bug?


The signature script works by adding it when you open the composer (or
when changing the signature).
What happens when you open a new email? Does it work if in the composer
window you choose your script in the Signature dropdown? You may need
to set it as the default signature.

Best


___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list