Page MenuHome GnuPG
Feed All Stories

Nov 8 2023

l10n daemon script <scripty@kde.org> committed rMTPf820c0232256: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Nov 8 2023, 10:31 AM
l10n daemon script <scripty@kde.org> committed rLIBKLEO25eb781b7659: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Nov 8 2023, 10:30 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRAec39a63d6e33: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Nov 8 2023, 10:29 AM
aheinecke removed a project from T6799: Kleopatra configuration files in wrong places: vsd32.

This will definitely not be changed for 3.2 it will be a very invasive patch with a big regression risk and which does not make real sense to do before we switch to Qt6 since it involves patching Qt.

Nov 8 2023, 10:21 AM · vsd33, kleopatra, Restricted Project
l10n daemon script <scripty@kde.org> committed rKLEOPATRA5d6ccd094417: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Nov 8 2023, 9:36 AM
l10n daemon script <scripty@kde.org> committed rMTP98931863a176: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Nov 8 2023, 9:36 AM
mlaurent committed rMTP25814173d963: GIT_SILENT: increase version to 24.01.75 (authored by mlaurent).
GIT_SILENT: increase version to 24.01.75
Nov 8 2023, 7:03 AM
mlaurent committed rLIBKLEO399299f50077: GIT_SILENT: increase version to 24.01.75 (authored by mlaurent).
GIT_SILENT: increase version to 24.01.75
Nov 8 2023, 7:02 AM
gniibe claimed T6425: improve pinentry behavior and texts in smart card context .
Nov 8 2023, 6:54 AM · gnupg24 (gnupg-2.4.5), scd, Bug Report, Restricted Project
gniibe added a comment to T6654: gpgsm: p12 passphrase visible in debug output.

I guess that it's a case of specifying static passphrase. If so, here is the patch:

diff --git a/g10/call-agent.c b/g10/call-agent.c
index cb7053396..c44c1cddb 100644
--- a/g10/call-agent.c
+++ b/g10/call-agent.c
@@ -161,6 +161,7 @@ default_inq_cb (void *opaque, const char *line)
             || has_leading_keyword (line, "NEW_PASSPHRASE"))
            && opt.pinentry_mode == PINENTRY_MODE_LOOPBACK)
     {
+      assuan_begin_confidential (parm->ctx);
       if (have_static_passphrase ())
         {
           s = get_static_passphrase ();
@@ -187,6 +188,7 @@ default_inq_cb (void *opaque, const char *line)
             err = assuan_send_data (parm->ctx, pw, strlen (pw));
           xfree (pw);
         }
+      assuan_end_confidential (parm->ctx);
     }
   else if ((s = has_leading_keyword (line, "CONFIRM"))
            && opt.pinentry_mode == PINENTRY_MODE_LOOPBACK
diff --git a/sm/call-agent.c b/sm/call-agent.c
index 883c0c644..7f7205f26 100644
--- a/sm/call-agent.c
+++ b/sm/call-agent.c
@@ -222,7 +222,9 @@ default_inq_cb (void *opaque, const char *line)
            && have_static_passphrase ())
     {
       const char *s = get_static_passphrase ();
+      assuan_begin_confidential (parm->ctx);
       err = assuan_send_data (parm->ctx, s, strlen (s));
+      assuan_end_confidential (parm->ctx);
     }
   else
     log_error ("ignoring gpg-agent inquiry '%s'\n", line);

(I also found similar case for gpg as well as gpgsm.)

Nov 8 2023, 6:04 AM · gnupg24 (gnupg-2.4.4), gnupg22 (gnupg-2.2.42), vsd32 (vsd-3.2.0), S/MIME, Restricted Project
gniibe added a comment to T6425: improve pinentry behavior and texts in smart card context .

Pushed the changes for ...sc_op_failure routines to master/2.4.

Nov 8 2023, 6:00 AM · gnupg24 (gnupg-2.4.5), scd, Bug Report, Restricted Project
gniibe committed rGd6f738729f0f: gpg,tools: Handle GPG_ERR_PIN_BLOCKED and GPG_ERR_NO_RESET_CODE. (authored by gniibe).
gpg,tools: Handle GPG_ERR_PIN_BLOCKED and GPG_ERR_NO_RESET_CODE.
Nov 8 2023, 5:58 AM
gniibe committed rG4db2e13e2c8c: tools:gpg-card: Fix an error code for Reset Code. (authored by gniibe).
tools:gpg-card: Fix an error code for Reset Code.
Nov 8 2023, 5:58 AM
gniibe committed rG65607fb81def: tools:gpg-card: Fix an error code for Reset Code. (authored by gniibe).
tools:gpg-card: Fix an error code for Reset Code.
Nov 8 2023, 5:56 AM
gniibe committed rG64f5f7b74e42: gpg,tools: Handle GPG_ERR_PIN_BLOCKED and GPG_ERR_NO_RESET_CODE. (authored by gniibe).
gpg,tools: Handle GPG_ERR_PIN_BLOCKED and GPG_ERR_NO_RESET_CODE.
Nov 8 2023, 5:56 AM
gniibe added a comment to T6425: improve pinentry behavior and texts in smart card context .

We would need to revise tools/card-call-scd.c:status_sc_op_failure and g10/card-util.c:write_sc_op_status to catch GPG_ERR_PIN_BLOCKED and GOG_ERR_NO_RESET_CODE.

Nov 8 2023, 4:00 AM · gnupg24 (gnupg-2.4.5), scd, Bug Report, Restricted Project
l10n daemon script <scripty@kde.org> committed rKLEOPATRAc118f3d0a567: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Nov 8 2023, 3:50 AM
gniibe committed rG4257cbb06c8e: scd: Return GPG_ERR_PIN_BLOCKED when it's blocked. (authored by gniibe).
scd: Return GPG_ERR_PIN_BLOCKED when it's blocked.
Nov 8 2023, 3:50 AM
gniibe committed rGe6b3d53db36d: scd: Return GPG_ERR_PIN_BLOCKED when it's blocked. (authored by gniibe).
scd: Return GPG_ERR_PIN_BLOCKED when it's blocked.
Nov 8 2023, 3:47 AM
gniibe added a comment to T6425: improve pinentry behavior and texts in smart card context .

I found two places in scdaemon which return GPG_ERR_BAD_PIN. GPG_ERR_PIN_BLOCKED is relevant here.

diff --git a/scd/app-openpgp.c b/scd/app-openpgp.c
index 66ec9f4a9..77d428786 100644
--- a/scd/app-openpgp.c
+++ b/scd/app-openpgp.c
@@ -2859,7 +2859,7 @@ build_enter_admin_pin_prompt (app_t app, char **r_prompt, int *r_remaining)
   if (!remaining)
     {
       log_info (_("card is permanently locked!\n"));
-      return gpg_error (GPG_ERR_BAD_PIN);
+      return gpg_error (GPG_ERR_PIN_BLOCKED);
     }
Nov 8 2023, 3:35 AM · gnupg24 (gnupg-2.4.5), scd, Bug Report, Restricted Project
l10n daemon script <scripty@kde.org> committed rMTP5eb8b3c374f3: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Nov 8 2023, 2:29 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRA6de30387cfdc: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Nov 8 2023, 2:29 AM
gniibe added a comment to T6674: doc: U+2010 HYPHEN vs. U+002D HYPHEN-MINUS for man pages.

Possible approach for source texinfo files and yat2m would be:

Nov 8 2023, 2:03 AM · gpgrt

Nov 7 2023

Albert Astals Cid <aacid@kde.org> committed rKLEOPATRA739e5c325179: GIT_SILENT Upgrade release service version to 24.01.75. (authored by Albert Astals Cid <aacid@kde.org>).
GIT_SILENT Upgrade release service version to 24.01.75.
Nov 7 2023, 9:04 PM
werner committed rG387ee7dcbd77: Merge branch 'STABLE-BRANCH-2-4' (authored by werner).
Merge branch 'STABLE-BRANCH-2-4'
Nov 7 2023, 8:44 PM
mlaurent committed rMTP46a1afd355c9: Merge remote-tracking branch 'origin/kf5' (authored by mlaurent).
Merge remote-tracking branch 'origin/kf5'
Nov 7 2023, 7:22 PM
aheinecke reassigned T6683: GpgOL: Configurable error if sign is selected and prefer_smime from aheinecke to ebo.
Nov 7 2023, 4:00 PM · vsd32 (vsd-3.2.0), gpgol, Restricted Project, vsd
aheinecke triaged T6800: Kleopatra Mailviewer: S/MIME decryption / verification leaves gpgsm server processes hanging around as Normal priority.
Nov 7 2023, 3:50 PM · vsd32 (vsd-3.2.0), Restricted Project, kleopatra
ebo moved T6469: Kleopatra: Certify a group from Backlog to vsd-3.2.0 on the vsd32 board.
Nov 7 2023, 3:44 PM · vsd32 (vsd-3.2.0), Restricted Project, kleopatra
ebo added a project to T6469: Kleopatra: Certify a group: vsd32.
Nov 7 2023, 3:44 PM · vsd32 (vsd-3.2.0), Restricted Project, kleopatra
ebo moved T6766: Kleopatra: On export, inform user about uncertified user IDs from Backlog to vsd-3.2.0 on the vsd32 board.
Nov 7 2023, 3:43 PM · vsd32 (vsd-3.2.0), kleopatra, Restricted Project
ebo closed T6766: Kleopatra: On export, inform user about uncertified user IDs as Resolved.
Nov 7 2023, 3:42 PM · vsd32 (vsd-3.2.0), kleopatra, Restricted Project
ebo added a comment to T6766: Kleopatra: On export, inform user about uncertified user IDs.

On Windows, the notifications are currently configured in kleopatra.kmessagebox, or more accurately, the wish not to notify is configured there:

Nov 7 2023, 3:41 PM · vsd32 (vsd-3.2.0), kleopatra, Restricted Project
aheinecke lowered the priority of T6799: Kleopatra configuration files in wrong places from High to Normal.
Nov 7 2023, 3:26 PM · vsd33, kleopatra, Restricted Project
aheinecke added a comment to T6799: Kleopatra configuration files in wrong places.

When I created the GnuPG VS-Desktop MSI Package I messed up and forgot about a file that Gpg4win writes where to place the config files.

Nov 7 2023, 3:25 PM · vsd33, kleopatra, Restricted Project
ebo triaged T6799: Kleopatra configuration files in wrong places as High priority.
Nov 7 2023, 3:02 PM · vsd33, kleopatra, Restricted Project
CarlSchwan closed T6794: Mimeviewer: Wordwrap to viewer size, a subtask of T6199: Kleopatra: MIME viewer support, as Resolved.
Nov 7 2023, 1:58 PM · Restricted Project, kleopatra
CarlSchwan closed T6794: Mimeviewer: Wordwrap to viewer size as Resolved.
Nov 7 2023, 1:58 PM · Restricted Project, kleopatra
CarlSchwan committed rMTPbf6350cb0cb1: Remove more than 2 consecutive blank lines (authored by CarlSchwan).
Remove more than 2 consecutive blank lines
Nov 7 2023, 1:58 PM
aheinecke closed T6791: .eml should be the preferred file extension for saving mails from the Mailviewer as Resolved.

Tested both on Windows and Linux and it works now.

Nov 7 2023, 12:51 PM · Restricted Project, kleopatra
aheinecke closed T6791: .eml should be the preferred file extension for saving mails from the Mailviewer, a subtask of T6199: Kleopatra: MIME viewer support, as Resolved.
Nov 7 2023, 12:51 PM · Restricted Project, kleopatra
aheinecke committed rW7df3f0926d24: Update mimetreeparser to latest kf5 branch (authored by aheinecke).
Update mimetreeparser to latest kf5 branch
Nov 7 2023, 11:56 AM
CarlSchwan added a comment to T6794: Mimeviewer: Wordwrap to viewer size.

Another small improvement in the rendering https://invent.kde.org/pim/mimetreeparser/-/merge_requests/23

Nov 7 2023, 11:11 AM · Restricted Project, kleopatra
CarlSchwan committed rMTPd2f6a7b7ba75: Remove more than 2 consecutive blank lines (authored by CarlSchwan).
Remove more than 2 consecutive blank lines
Nov 7 2023, 11:10 AM
CarlSchwan committed rMTP733e6d7191b5: Fix extension of the save file dialog on Windows (authored by CarlSchwan).
Fix extension of the save file dialog on Windows
Nov 7 2023, 10:50 AM
svuorela added a comment to T6795: HTML support in the mimetreeparser.

From a "being nice to end users PoV", I think a QtWE is the best approach
From a "being nice to our selves PoV", I think QTD is easiest, alternatively having a button to open in a browser.

Nov 7 2023, 10:44 AM · Restricted Project, kleopatra
werner added a comment to T6796: gpg does create socketdir after every operation.

I think there is no configuration option to set the socket directory, it's hardcoded in homedir.c

Nov 7 2023, 10:38 AM · gnupg24 (gnupg-2.4.4), Feature Request
CarlSchwan committed rMTP3379e8ba0824: Fix extension of the save file dialog on Windows (authored by CarlSchwan).
Fix extension of the save file dialog on Windows
Nov 7 2023, 10:32 AM
CarlSchwan added a comment to T6795: HTML support in the mimetreeparser.

Just tested QTextDocument for a few html emails and it works almost perfectly as long as the emails were created for the old outlook still using the html4 engine (iirc the same one as Word)

Nov 7 2023, 10:17 AM · Restricted Project, kleopatra
aheinecke changed the status of T6701: GpgOL: Use GPGME_ENCRYPT_ALWAYS_TRUST from Open to Testing.

I think this works as intended.

Nov 7 2023, 9:54 AM · vsd32 (vsd-3.2.0), vsd, Restricted Project, gpgol
gniibe added a comment to T5963: Yubikey: scdaemon causes libc segfault and clashes with ECC keys.

Applied a patch from 2.4/master to 2.2 for SEGV when card gives bogus data. rG600e69b46149: scd:openpgp: Fix a segv for cards supporting unknown curves.

Nov 7 2023, 9:51 AM · backport, yubikey, scd, segv, Bug Report
gniibe committed rG600e69b46149: scd:openpgp: Fix a segv for cards supporting unknown curves. (authored by werner).
scd:openpgp: Fix a segv for cards supporting unknown curves.
Nov 7 2023, 9:49 AM
aheinecke reassigned T6790: GpgOL: Missing icons in keyresolver from aheinecke to ebo.
Nov 7 2023, 9:17 AM · vsd32 (vsd-3.2.0), Restricted Project, gpgol
gniibe committed rE8275d716bae6: yat2m: Add support of @minus{} command. (authored by gniibe).
yat2m: Add support of @minus{} command.
Nov 7 2023, 6:26 AM
gniibe committed rG337de21f4b4f: doc: Use the em dash to mark a break in a sentence. (authored by gniibe).
doc: Use the em dash to mark a break in a sentence.
Nov 7 2023, 5:57 AM
gniibe committed rEab6324e5787a: yat2m: Use \fP to return previous font. (authored by gniibe).
yat2m: Use \fP to return previous font.
Nov 7 2023, 5:35 AM
gniibe committed rE6fe513546343: yat2m: Fix backslash output in man. (authored by gniibe).
yat2m: Fix backslash output in man.
Nov 7 2023, 5:35 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRA53da3b55c9da: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Nov 7 2023, 5:24 AM
l10n daemon script <scripty@kde.org> committed rMTPdb35d0304f02: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Nov 7 2023, 4:25 AM
l10n daemon script <scripty@kde.org> committed rLIBKLEOdb3b2d1b292d: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Nov 7 2023, 4:25 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRAbd8e1afb9f89: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Nov 7 2023, 4:24 AM
bjk committed rEdb81ea1219e2: yat2m: Parse @dots{} to show ellipsis in HTML mode. (authored by bjk).
yat2m: Parse @dots{} to show ellipsis in HTML mode.
Nov 7 2023, 4:20 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRA6cfadc8fb5de: SVN_SILENT made messages (.desktop file) - always resolve ours (authored by l10n daemon script <scripty@kde.org>).
SVN_SILENT made messages (.desktop file) - always resolve ours
Nov 7 2023, 4:14 AM
l10n daemon script <scripty@kde.org> committed rLIBKLEO1018d2e5dd1a: SVN_SILENT made messages (.desktop file) - always resolve ours (authored by l10n daemon script <scripty@kde.org>).
SVN_SILENT made messages (.desktop file) - always resolve ours
Nov 7 2023, 4:14 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRA108b2016c428: GIT_SILENT made messages (after extraction) (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT made messages (after extraction)
Nov 7 2023, 3:43 AM
l10n daemon script <scripty@kde.org> committed rMTP75c3b1c0f079: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Nov 7 2023, 3:33 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRAef6bfd91c7c6: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Nov 7 2023, 3:31 AM
l10n daemon script <scripty@kde.org> committed rLIBKLEO3cb5e653386c: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Nov 7 2023, 3:31 AM
l10n daemon script <scripty@kde.org> committed rLIBKLEO73a00edcb351: SVN_SILENT made messages (.desktop file) - always resolve ours (authored by l10n daemon script <scripty@kde.org>).
SVN_SILENT made messages (.desktop file) - always resolve ours
Nov 7 2023, 3:16 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRA353423cc7e69: SVN_SILENT made messages (.desktop file) - always resolve ours (authored by l10n daemon script <scripty@kde.org>).
SVN_SILENT made messages (.desktop file) - always resolve ours
Nov 7 2023, 3:15 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRA8be6ea7d7fe3: GIT_SILENT made messages (after extraction) (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT made messages (after extraction)
Nov 7 2023, 2:22 AM

Nov 6 2023

mlaurent committed rKLEOPATRA7542d33242e2: Merge remote-tracking branch 'origin/kf5' (authored by mlaurent).
Merge remote-tracking branch 'origin/kf5'
Nov 6 2023, 7:32 PM
mlaurent committed rLIBKLEOe8d83c1bcd8c: Merge remote-tracking branch 'origin/kf5' (authored by mlaurent).
Merge remote-tracking branch 'origin/kf5'
Nov 6 2023, 7:29 PM
arkadesOrg added a comment to T6796: gpg does create socketdir after every operation.

exactly this UID comparison is not enough within fakeroot environment! thanks for redirecting me to homedir.c!

Nov 6 2023, 6:21 PM · gnupg24 (gnupg-2.4.4), Feature Request
TobiasFella committed rLIBKLEO1c542d1a3e0c: ChecksumDefinition: Encode filenames as Utf8 (authored by TobiasFella).
ChecksumDefinition: Encode filenames as Utf8
Nov 6 2023, 5:53 PM
TobiasFella committed rKLEOPATRAd190df08809b: VerifyChecksumsController: Decode filenames from Utf8 (authored by TobiasFella).
VerifyChecksumsController: Decode filenames from Utf8
Nov 6 2023, 5:52 PM
aheinecke added a comment to T6793: Cleanup temporary files / dirs with decrypted content.

So I just checked how Outlook does this. It saves its temporary files not into temp but into:

C:\Users\Andre Heinecke\AppData\Local\Microsoft\Windows\INetCache\Content.Outlook\PK5RYJME

(Last part is only random) Now the fun part is that when you close outlook, it just closes the Windows in which the files are open. In your case it would close the image viewer and then deletes the file. The files are write protected so there is no real data loss. So for a high security mail client that might not be the worst behavior. Maybe we should do it like this, too: https://learn.microsoft.com/en-us/windows/win32/api/shobjidl_core/nf-shobjidl_core-ifileisinuse-closefile I mean we want to be an Outlook plugin so why not do the same?

Nov 6 2023, 5:27 PM · vsd32 (vsd-3.2.0), Restricted Project, kleopatra
aheinecke committed rW77bb8e277c80: Update frontends (authored by aheinecke).
Update frontends
Nov 6 2023, 4:51 PM
CarlSchwan committed rKLEOPATRA6d30bb144bc3: Fix typo in the crypto configuration widget (authored by CarlSchwan).
Fix typo in the crypto configuration widget
Nov 6 2023, 4:37 PM
CarlSchwan added a comment to T6793: Cleanup temporary files / dirs with decrypted content.

My suggestion would be to save the temporary folders where we opened the files with in a list in the mailviewer and then delete them when the mailviewer is closed. Due to Windows "You cannot delete an open file" mechanic there should be no data loss, but at least we would be innocent if the files then stick around.

Nov 6 2023, 4:34 PM · vsd32 (vsd-3.2.0), Restricted Project, kleopatra
aheinecke committed rLIBKLEO6f444f523010: Add setting to disable p7m without extension behavior (authored by CarlSchwan).
Add setting to disable p7m without extension behavior
Nov 6 2023, 4:06 PM
aheinecke committed rLIBKLEO9fd042a050ba: Identity p7m without any second extension as mime file (authored by CarlSchwan).
Identity p7m without any second extension as mime file
Nov 6 2023, 4:06 PM
CarlSchwan committed rKLEOPATRAfc0d600b37c8: Add "treat p7m files without extension as emails" (authored by CarlSchwan).
Add "treat p7m files without extension as emails"
Nov 6 2023, 3:55 PM
CarlSchwan committed rLIBKLEOf79b0c57199f: Bump version for new api (authored by CarlSchwan).
Bump version for new api
Nov 6 2023, 3:55 PM
aheinecke committed rO0457e59223f6: Improve handling of S/MIME sign without cert (authored by aheinecke).
Improve handling of S/MIME sign without cert
Nov 6 2023, 3:19 PM
aheinecke committed rOdd7533111e41: Fix encoding for no singning certificate warning (authored by aheinecke).
Fix encoding for no singning certificate warning
Nov 6 2023, 3:19 PM
werner added a comment to T6796: gpg does create socketdir after every operation.

That is convenience. Before we did this people were complaining that they first need to create a directory for the sockets. You should not need to use --create-socketdir unless you want to start something like watchgnupg on a socket in just this directory (using the shortcut socket://).

Nov 6 2023, 2:34 PM · gnupg24 (gnupg-2.4.4), Feature Request
CarlSchwan committed rLIBKLEOb95bc7997bc2: Add setting to disable p7m without extension behavior (authored by CarlSchwan).
Add setting to disable p7m without extension behavior
Nov 6 2023, 2:30 PM
CarlSchwan committed rKLEOPATRA0482dfc8f1c4: Add "treat p7m files without extension as emails" (authored by CarlSchwan).
Add "treat p7m files without extension as emails"
Nov 6 2023, 2:13 PM
CarlSchwan committed rKLEOPATRAda93d16b6c94: Add "treat p7m files without extension as emails" (authored by CarlSchwan).
Add "treat p7m files without extension as emails"
Nov 6 2023, 2:12 PM
CarlSchwan committed rLIBKLEO14f8630bb818: Add setting to disable p7m without extension behavior (authored by CarlSchwan).
Add setting to disable p7m without extension behavior
Nov 6 2023, 2:01 PM
CarlSchwan committed rLIBKLEO92e44a9c1eda: Add setting to disable p7m without extension behavior (authored by CarlSchwan).
Add setting to disable p7m without extension behavior
Nov 6 2023, 1:50 PM
CarlSchwan committed rLIBKLEO927a1ecf6b1a: Identity p7m without any second extension as mime file (authored by CarlSchwan).
Identity p7m without any second extension as mime file
Nov 6 2023, 1:50 PM
CarlSchwan committed rLIBKLEO04dc5d397283: Add setting to disable p7m without extension behavior (authored by CarlSchwan).
Add setting to disable p7m without extension behavior
Nov 6 2023, 1:47 PM
CarlSchwan committed rLIBKLEO29defbff121f: Identity p7m without any second extension as mime file (authored by CarlSchwan).
Identity p7m without any second extension as mime file
Nov 6 2023, 1:47 PM
ebo committed rO729f356dbee8: po: Add missing spaces in a German translation (authored by ebo).
po: Add missing spaces in a German translation
Nov 6 2023, 1:34 PM
aheinecke changed the status of T6683: GpgOL: Configurable error if sign is selected and prefer_smime from Open to Testing.

Yeah there were some logic errors with this but I think I caught them all.

Nov 6 2023, 1:16 PM · vsd32 (vsd-3.2.0), gpgol, Restricted Project, vsd
mlaurent committed rKLEOPATRA76dff288e55d: GIT_SILENT: use QStringLiteral. Avoiding runtime conversions including memallocs (authored by mlaurent).
GIT_SILENT: use QStringLiteral. Avoiding runtime conversions including memallocs
Nov 6 2023, 1:13 PM
mlaurent committed rLIBKLEOef657dfec3fa: GIT_SILENT: use QStringLiteral. Avoiding runtime conversions including memallocs (authored by mlaurent).
GIT_SILENT: use QStringLiteral. Avoiding runtime conversions including memallocs
Nov 6 2023, 1:11 PM
mlaurent committed rMTPa8e4605a5bdf: Merge remote-tracking branch 'origin/kf5' (authored by mlaurent).
Merge remote-tracking branch 'origin/kf5'
Nov 6 2023, 1:10 PM