~rjarry/aerc#50: 
Aerc opens attachments with a wrong program when email is signed + encrypted

To reproduce:

  1. Send a signed and encrypted email to yourself. The email should contain some body text and an attachment (I used a text file kek.txt as the attachment).
  2. Open the email, you should see the message body (of text/plain content type).
  3. Now do :open to open it in an external program.
  4. Aerc tries to open a file named aerc-1111127589.gpg, even though the file itself is a .txt (the file contents are correct though).

This causes the text/plain email body to be open using a program for gpg files (Seahorse, in my case), and I'd expect it to be open with my viewer for text files.

When the email is not signed and encrypted at the same time, the name of the open file doesn't have the .gpg extension. Is there a way to get the same behavior with signed and encrypted emails too? A file with no extension at all should do fine, I think.

Status
RESOLVED FIXED
Submitter
~ph14nix
Assigned to
No-one
Submitted
2 years ago
Updated
2 years ago
Labels
No labels applied.

~rjarry REPORTED FIXED 2 years ago

Tim Culverhouse referenced this ticket in commit 96db50c.

~ph14nix 2 years ago

Thanks! You guys rock!

Register here or Log in to comment, or comment via email.