public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Mutt not displaying encrypted attachments
@ 2017-10-12 15:55 Lucas Ramage
  2017-10-17  9:30 ` [gentoo-user] " Matthew Marchese
  0 siblings, 1 reply; 6+ messages in thread
From: Lucas Ramage @ 2017-10-12 15:55 UTC (permalink / raw
  To: gentoo-user; +Cc: Matthew Marchese

[-- Attachment #1: Type: text/plain, Size: 702 bytes --]

Hello all,

I have been having an issue with mutt not displaying encrypted attachments.

My configs are on github,

https://github.com/lramage94/dotfiles/{.mutt,.gnupg}

-- 
Regards,

[image: Visit online journal] <https://lramage94.github.io/>

*Lucas Ramage* / Software Engineer
ramage.lucas@openmailbox.org / (941) 404-6794

*PGP Fingerprint* / Learn More <https://emailselfdefense.fsf.org/en/>
EAE7 45DF 818D 4948 DDA7 0F44 F52A 5A96 7B9B 6FB7
<https://pgp.mit.edu/pks/lookup?op=get&search=0xF52A5A967B9B6FB7>

*Visit online journal*
http://lramage94.github.io <https://lramage94.github.io/>

[image: Github]  <https://github.com/lramage94>[image: Linkedin]
<https://www.linkedin.com/in/lramage94>

[-- Attachment #2: Type: text/html, Size: 3390 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-user] Re: Mutt not displaying encrypted attachments
  2017-10-12 15:55 [gentoo-user] Mutt not displaying encrypted attachments Lucas Ramage
@ 2017-10-17  9:30 ` Matthew Marchese
  2017-10-17 10:47   ` Jean-Christophe Bach
  2017-10-17 10:49   ` Mick
  0 siblings, 2 replies; 6+ messages in thread
From: Matthew Marchese @ 2017-10-17  9:30 UTC (permalink / raw
  To: Lucas Ramage, gentoo-user


[-- Attachment #1.1: Type: text/plain, Size: 307 bytes --]

On 10/12/2017 08:55 AM, Lucas Ramage wrote:
> Hello all,
> 
> I have been having an issue with mutt not displaying encrypted attachments.
> 
> My configs are on github,
> 
> https://github.com/lramage94/dotfiles/{.mutt,.gnupg}
> 

Can anyone help Lucas with this?

Kind regards,
maffblaster


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 866 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] Re: Mutt not displaying encrypted attachments
  2017-10-17  9:30 ` [gentoo-user] " Matthew Marchese
@ 2017-10-17 10:47   ` Jean-Christophe Bach
  2017-10-17 10:49   ` Mick
  1 sibling, 0 replies; 6+ messages in thread
From: Jean-Christophe Bach @ 2017-10-17 10:47 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 965 bytes --]

Hello,

* Matthew Marchese <maffblaster@gentoo.org> [17.10.2017. @02:30:55 -0700]:
> On 10/12/2017 08:55 AM, Lucas Ramage wrote:
> > Hello all,
> > 
> > I have been having an issue with mutt not displaying encrypted attachments.
> > 
> > My configs are on github,
> > 
> > https://github.com/lramage94/dotfiles/{.mutt,.gnupg}
> > 
> 
> Can anyone help Lucas with this?

I am not sure to understand your problem:
- you encrypt your attachments (or receive ons) and they are not attached? or not shown but present?
- does the full encryption of an email work? (are you able to send and receive encrypted emails?)
- your configuration files do not show anything related to attachments

Could gave us your use case in order we can try to reproduce it?

Just in case, you can also add your version numbers of mutt, gnupg, etc.

Thank you,

JC

PS : I am also sing gnupg + mutt, we can do some test off list if it is more convenient for you.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] Re: Mutt not displaying encrypted attachments
  2017-10-17  9:30 ` [gentoo-user] " Matthew Marchese
  2017-10-17 10:47   ` Jean-Christophe Bach
@ 2017-10-17 10:49   ` Mick
  2017-10-17 16:13     ` Ian Zimmerman
  1 sibling, 1 reply; 6+ messages in thread
From: Mick @ 2017-10-17 10:49 UTC (permalink / raw
  To: gentoo-user; +Cc: Matthew Marchese, Lucas Ramage

[-- Attachment #1: Type: text/plain, Size: 1972 bytes --]

On Tuesday, 17 October 2017 10:30:55 BST Matthew Marchese wrote:
> On 10/12/2017 08:55 AM, Lucas Ramage wrote:
> > Hello all,
> > 
> > I have been having an issue with mutt not displaying encrypted
> > attachments.
> > 
> > My configs are on github,
> > 
> > https://github.com/lramage94/dotfiles/{.mutt,.gnupg}
> 
> Can anyone help Lucas with this?
> 
> Kind regards,
> maffblaster

Lucas may want to try these settings which seem to work here, but I am no mutt 
guru to know if they are optimal:

set pgp_use_gpg_agent = yes

set crypt_use_gpgme

set pgp_auto_decode = yes

set pgp_decode_command="gpg --status-fd=2 %?p?--passphrase-fd 0? --no-verbose 
--quiet --batch --output - %f"

set pgp_verify_command="gpg --status-fd=2 --no-verbose --quiet --batch --
output - --verify %s %f"

set pgp_decrypt_command="gpg --status-fd=2 %?p?--passphrase-fd 0? --no-verbose 
--quiet --batch --output - %f"

set pgp_sign_command="gpg --no-verbose --batch --quiet --output - %?p?--
passphrase-fd 0? --armor --detach-sign --textmode %?a?-u %a? %f"

set pgp_clearsign_command="gpg --pinentry-mode loopback --no-verbose --batch 
--output - --passphrase-fd 0 --armor --textmode --clearsign %?a?-u %a? %f"

set pgp_encrypt_sign_command="pgpewrap gpg %?p?--passphrase-fd 0? --batch --
quiet --no-verbose --textmode --output - --encrypt --sign %?a?-u %a? --armor 
--always-trust -- -r %r -- %f"

set pgp_list_pubring_command="gpg --no-verbose --batch --quiet --with-colons 
--with-fingerprint --with-fingerprint --list-keys %r"

set pgp_good_sign="`gettext -d gnupg -s 'Good signature from "' | tr -d '"'`"

set pgp_list_pubring_command = "gpg --list-keys --with-colons"

set crypt_replysignencrypted = yes

set pgp_list_pubring_command="gpg --no-verbose --batch --with-colons --list-
keys %r" 

set pgp_list_secring_command="gpg --no-verbose --batch --with-colons --list-
secret-keys %r"

set pgp_sign_as = 0xABCDEFGH  #Your default PGP sig

set pgp_sort_keys = address

-- 
Regards,
Mick

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-user] Re: Mutt not displaying encrypted attachments
  2017-10-17 10:49   ` Mick
@ 2017-10-17 16:13     ` Ian Zimmerman
  2017-10-17 17:00       ` Mick
  0 siblings, 1 reply; 6+ messages in thread
From: Ian Zimmerman @ 2017-10-17 16:13 UTC (permalink / raw
  To: gentoo-user

On 2017-10-17 11:49, Mick wrote:

> Lucas may want to try these settings which seem to work here, but I am
> no mutt guru to know if they are optimal:

I'm now a neomutt user and this may make a difference, but ...

> set crypt_use_gpgme

This should make all the rest redundant at best, and conflicting at worst.

> set pgp_use_gpg_agent = yes
> 
> set pgp_decode_command="gpg --status-fd=2 %?p?--passphrase-fd 0? --no-verbose 
> --quiet --batch --output - %f"

... etc ...

-- 
Please don't Cc: me privately on mailing lists and Usenet,
if you also post the followup to the list or newsgroup.
Do obvious transformation on domain to reply privately _only_ on Usenet.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] Re: Mutt not displaying encrypted attachments
  2017-10-17 16:13     ` Ian Zimmerman
@ 2017-10-17 17:00       ` Mick
  0 siblings, 0 replies; 6+ messages in thread
From: Mick @ 2017-10-17 17:00 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 625 bytes --]

On Tuesday, 17 October 2017 17:13:19 BST Ian Zimmerman wrote:
> On 2017-10-17 11:49, Mick wrote:
> > Lucas may want to try these settings which seem to work here, but I am
> 
> > no mutt guru to know if they are optimal:
> I'm now a neomutt user and this may make a difference, but ...

I've only used mutt sparingly, so I wouldn't count myself as advanced in mutt-
fu.


> > set crypt_use_gpgme
> 
> This should make all the rest redundant at best, and conflicting at worst.

Not here.  If I comment out what follows in my previously posted 
configuration, then mutt fails to decrypt, or display, or sign.

-- 
Regards,
Mick

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-10-17 17:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-12 15:55 [gentoo-user] Mutt not displaying encrypted attachments Lucas Ramage
2017-10-17  9:30 ` [gentoo-user] " Matthew Marchese
2017-10-17 10:47   ` Jean-Christophe Bach
2017-10-17 10:49   ` Mick
2017-10-17 16:13     ` Ian Zimmerman
2017-10-17 17:00       ` Mick

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox