Re: find doesn't work in composer

2018-10-01 Thread Dirk Munk

Dirk Munk wrote:

Seamonkey 64 bit 2.49.5 Build identifier: 20180727042454

When I open a web page in the composer (File > Edit page), the Find 
function doesn't work. Find & Replace however does work.

With the latest build, 20180923041539, Find & Replace is broken as well!!

Not good, the composer becomes quite useless this way.
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: find doesn't work in composer

2018-10-01 Thread Frank-Rainer Grahl

Works fine here

https://imgur.com/a/viqOu6I

Try a new test profile. Also check if it is theme or add-on related.

Open the error console and see if you spot something when you press ctrl-f or 
select the menu. For the menu to work you need to select something.


If you have a reproducible test case with a new profile open a bug. You can 
always open one but with exiting profiles and x add-ons in them it will 
probably not be fixed if it can't be reproduced by a dev immediately.


FRG

Dirk Munk wrote:

Dirk Munk wrote:

Seamonkey 64 bit 2.49.5 Build identifier: 20180727042454

When I open a web page in the composer (File > Edit page), the Find function 
doesn't work. Find & Replace however does work.

With the latest build, 20180923041539, Find & Replace is broken as well!!

Not good, the composer becomes quite useless this way.

___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: Request for small new feature in Address Book

2018-10-01 Thread Lee
On 10/1/18, Daniel  wrote:
> Dirk Munk wrote on 30/09/2018 9:17 PM:
>> meagain wrote:
>>>  Original Message 
 EE wrote:
> Dirk Munk wrote:
>> When you want to send a message, you have the option to encrypt the
>> message with "Security", assuming you and the other party have set
>> up Digital Signing.
>>
>> It would be a nice feature if you could have an option "always send
>> encrypted" with every address book entry.
>>
>> An alternative would be a general setting "always send encrypted if
>> possible", which means the mail program has to look if a
>> certificate has been stored, and then send encrypted if a
>> certificate has been found.
>
> What about just having a general "Notes" section in there? Then one
> could add any information of any sort in there.  The MacOS contact
> list has a Notes area and it is very useful.
>
 Thank you, but that is not the point.

 For legal reasons, certain email traffic must be encrypted, from end
 point to end point. For instance emails between me and my doctor.
 Assuming we have both set up digital signing, any email traffic
 between us should *always* be encrypted, automatically. I should not
 have to choose Security > Encrypt This Message to get encryption.
>>>
>>> You want this feature setup on a per-recipient basis just like
>>> "prefers to receive mail as " .
>>>
>>>
>> Yes, that would be an option.
>>
>> However, I also have an alternative option.
>>
>> When you want to send each other encrypted emails, you have to exchange
>> the certificates first. So I have to send the recipient a signed email
>> message, and he has to send me a signed email message as well. As soon
>> as I receive his signed email message, its certificate will be stored on
>> my computer. My certificate will have been stored on his computer.
>>
>>  From that moment on we can send each other encrypted email messages.
>>
>> Now suppose I want to send this recipient an email message. Then mail
>> could look in the stored certificates for his certificate. When found,
>> mail could automatically send the message encrypted.
>>
>> That is an even cleaner way of setting it up. No need to add an entry to
>> the address book, everything is done automatically.
>
> The whole idea of encrypted messaging intregees me!!
>
> Let's say you, Dirk, and I want to talk encrypted. I might give you a
> Plain language call saying lets go encrypted. You send me your key and I
> send you mine, and we're off and communicating.
>
> However, if someone else is "watching", be it on my computer, on your
> computer or somewhere in between, they also have both keys, so can "see"
> what we're saying.
>
> Or am I mis-understanding the situation?? (That's a definite possibility!!)

Conceptually it's pretty simple.  It starts with public key cryptography
  https://en.wikipedia.org/wiki/Public-key_cryptography
where you generate your "key pair"
- a public key that you give out; others use that key to encrypt messages to you
- a private key that you keep secret and use for decrypting messages

So far, so good, but how do you get someone's public key?  Best is to
exchange keys in person, but doing that can be anywhere from trivial
to impossible, so somebody came up with the idea of a key signing
party to build a 'web of trust'.  eg
  https://lists.torproject.org/pipermail/tor-project/2018-September/001994.html

So we're cool now - right?  You've got a public key for encrypting
mail to someone & a private key for decrypting received mail.  But who
wants to deal with creating/saving email attachments and doing command
line crap like
  gpg -e -a -r NAME < FILE
  gpg -d FILE
for every single msg?  ick.  triple ick.  Way too much manual labor,
so we're off to
  http://www.secure-my-email.com/intro_to_openpgp.php
to learn how to do encryption in the email client.  yay!

But.. Oh Noes!!  https://efail.de/

So you go looking & find stuff like
  https://ssd.eff.org/en/blog/how-turn-pgp-back-safely-possible
and decide that it's safe to go back to automatically handling encrypted mail.

Which gets us back to
> It would be a nice feature if you could have an option "always send
> encrypted" with every address book entry.
to help prevent those Oh Noes!! moments when you send something
without encryption.

Regards,
Lee
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: find doesn't work in composer

2018-10-01 Thread Richard Owlett
I see an inverse problem - 'find' works but 'find and replace' does not 
do the 'replace' function in the "Normal" pane. Neither 'find' nor 'rind 
and replace' work in the other panes.


User agent: Mozilla/5.0 (X11; Linux i686; rv:52.0) Gecko/20100101 
Firefox/52.0 SeaMonkey/2.49.4

Build identifier: 20180711182954
UNEDITED default profile
No add-ons ever installed [since days of Netscape ;]
Debian 9.1.0 installed from purchased DVD
MATE desktop


On 10/01/2018 05:02 AM, Frank-Rainer Grahl wrote:

Works fine here

https://imgur.com/a/viqOu6I

Try a new test profile. Also check if it is theme or add-on related.

Open the error console and see if you spot something when you press 
ctrl-f or select the menu. For the menu to work you need to select 
something.


If you have a reproducible test case with a new profile open a bug. You 
can always open one but with exiting profiles and x add-ons in them it 
will probably not be fixed if it can't be reproduced by a dev immediately.


FRG

Dirk Munk wrote:

Dirk Munk wrote:

Seamonkey 64 bit 2.49.5 Build identifier: 20180727042454

When I open a web page in the composer (File > Edit page), the Find 
function doesn't work. Find & Replace however does work.

With the latest build, 20180923041539, Find & Replace is broken as well!!

Not good, the composer becomes quite useless this way.


___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: Protect cookies from being deleted

2018-10-01 Thread John

Frank-Rainer Grahl wrote:
Set cookie retention policy as "accept for current session only" and use 
the Data Manager to set site specific overrides. As discussed earlier 
this needs some tweaking because the policy is based on origins and not 
domains.


This is probably the simplest option.  Thank you!

John
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: Protect cookies from being deleted

2018-10-01 Thread John

David E. Ross wrote:

After using Cookie Manager to ensure that I have only those cookies I
want to keep, I terminate SeaMonkey WITHOUT deleting any more cookies.
I then locate the file cookies.sqlite in my profile and mark it
"read-only".

Occasionally, I must then mark the file "read-write" and delete expired
cookies.  When I do that, I must again capture the cookies I want to
keep and then return the file to "read-only".


This is an interesting solution.  It wouldn't be too difficult to write 
a simple program that marks a specified group of cookies "read-only" and 
marks expired cookies "read-write".  With a cron job, it could be 
automated fully.


I'll put this in my list of future ideas :-)

John
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: find doesn't work in composer

2018-10-01 Thread Dirk Munk

Sorry, I should have been more clear.

It doesn't work in the HTML source window.

I tried a new profile, didn't change anything.


Frank-Rainer Grahl wrote:

Works fine here

https://imgur.com/a/viqOu6I

Try a new test profile. Also check if it is theme or add-on related.

Open the error console and see if you spot something when you press 
ctrl-f or select the menu. For the menu to work you need to select 
something.


If you have a reproducible test case with a new profile open a bug. 
You can always open one but with exiting profiles and x add-ons in 
them it will probably not be fixed if it can't be reproduced by a dev 
immediately.


FRG

Dirk Munk wrote:

Dirk Munk wrote:

Seamonkey 64 bit 2.49.5 Build identifier: 20180727042454

When I open a web page in the composer (File > Edit page), the Find 
function doesn't work. Find & Replace however does work.
With the latest build, 20180923041539, Find & Replace is broken as 
well!!


Not good, the composer becomes quite useless this way.


___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: find doesn't work in composer

2018-10-01 Thread Richard Owlett

On 10/01/2018 01:37 PM, Dirk Munk wrote:

Sorry, I should have been more clear.

It doesn't work in the HTML source window.


I don't believe it has ever worked there.
I just dug thru the dust to my WinXP machine with SeaMonkey 2.5.
Does not work in source window.



I tried a new profile, didn't change anything.


Frank-Rainer Grahl wrote:

Works fine here

https://imgur.com/a/viqOu6I

Try a new test profile. Also check if it is theme or add-on related.

Open the error console and see if you spot something when you press 
ctrl-f or select the menu. For the menu to work you need to select 
something.


If you have a reproducible test case with a new profile open a bug. 
You can always open one but with exiting profiles and x add-ons in 
them it will probably not be fixed if it can't be reproduced by a dev 
immediately.


FRG

Dirk Munk wrote:

Dirk Munk wrote:

Seamonkey 64 bit 2.49.5 Build identifier: 20180727042454

When I open a web page in the composer (File > Edit page), the Find 
function doesn't work. Find & Replace however does work.
With the latest build, 20180923041539, Find & Replace is broken as 
well!!


Not good, the composer becomes quite useless this way.




___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: find doesn't work in composer

2018-10-01 Thread Dirk Munk

Richard Owlett wrote:

On 10/01/2018 01:37 PM, Dirk Munk wrote:

Sorry, I should have been more clear.

It doesn't work in the HTML source window.


I don't believe it has ever worked there.
I just dug thru the dust to my WinXP machine with SeaMonkey 2.5.
Does not work in source window.


Well, find & replace did work with the previous build that I had 
installed. Not being able to use Find and Find & Replace in the source 
code is a bit silly of course.






I tried a new profile, didn't change anything.


Frank-Rainer Grahl wrote:

Works fine here

https://imgur.com/a/viqOu6I

Try a new test profile. Also check if it is theme or add-on related.

Open the error console and see if you spot something when you press 
ctrl-f or select the menu. For the menu to work you need to select 
something.


If you have a reproducible test case with a new profile open a bug. 
You can always open one but with exiting profiles and x add-ons in 
them it will probably not be fixed if it can't be reproduced by a 
dev immediately.


FRG

Dirk Munk wrote:

Dirk Munk wrote:

Seamonkey 64 bit 2.49.5 Build identifier: 20180727042454

When I open a web page in the composer (File > Edit page), the 
Find function doesn't work. Find & Replace however does work.
With the latest build, 20180923041539, Find & Replace is broken as 
well!!


Not good, the composer becomes quite useless this way.






___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey