You are here

[bugreport] engimail GnuPG executable path

4 posts / 0 new
Last post
nnx
Offline
Last seen: 17 years 3 months ago
Joined: 2006-12-04 11:13
[bugreport] engimail GnuPG executable path

Hi,

I am using ThunderbirdPortable https://portableapps.com/apps/internet/thunderbird_portable with engimail.

OpenPGP -> preferences (folder name is rgo):
It is D:\Programme\Thunderbird\ano,go\App\gpg\gpg.exe
Should be D:\Programme\Thunderbird\ano\rgo\App\gpg\gpg.exe

OpenPGP -> preferences (folder name is go):
It is D:\Programme\Thunderbird\ano\go\App\gpg\gpg.exe

What`s the problem? The \r seams to make problems. It`s then ,go and not rgo for example but it should be rgo.

It`s just a little bug and can be work around if you are not using \r. But I guess that`s just a simple escape error so a fix would be nice if possible.

Ryan McCue
Ryan McCue's picture
Offline
Last seen: 14 years 7 months ago
Joined: 2006-01-06 21:27
It's

a Hard Return character in Windows. However, a newline character is \r\n so it won't make a new line.
----
Ryan McCue
Santa: Ho Ho Ho!
Kim: Yes, thank you Santa, I am.
(Kath and Kim)

"If you're not part of the solution, you're part of the precipitate."

Bahamut
Bahamut's picture
Offline
Last seen: 12 years 5 months ago
Joined: 2006-04-07 08:44
Forward slashes must be

Forward slashes must be escaped. (\\)

Vintage!

Ryan McCue
Ryan McCue's picture
Offline
Last seen: 14 years 7 months ago
Joined: 2006-01-06 21:27
Exactly

But there's no way to do this in NSIS.
In PHP it's simply addslashes($string);
----
Ryan McCue
Person 1: Oh my god. You will never believe what just happened.
Person 2: What?
Person 1: I can't remember, I've forgotten.

"If you're not part of the solution, you're part of the precipitate."

Topic locked