Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 256941 Details for
Bug 348477
Naming the gnupg signature filename in mail-client/mutt instead of "noname" filename
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
mutt patch adding pgp_mime_signature_filename variable
patch-1.5.21-r1.vk.pgp_verbose_mime (text/plain), 1.41 KB, created by
slash
on 2010-12-12 08:26:57 UTC
(
hide
)
Description:
mutt patch adding pgp_mime_signature_filename variable
Filename:
MIME Type:
Creator:
slash
Created:
2010-12-12 08:26:57 UTC
Size:
1.41 KB
patch
obsolete
>--- a/globals.h 2009-08-25 21:08:52.000000000 +0200 >+++ b/globals.h 2010-12-11 13:34:36.934682237 +0100 >@@ -227,6 +227,9 @@ > WHERE char *PgpSignAs; > WHERE short PgpTimeout; > WHERE char *PgpEntryFormat; >+WHERE char *PgpMimeSignatureFilename; >+WHERE char *PgpMimeSignatureDescription; > WHERE char *PgpClearSignCommand; > WHERE char *PgpDecodeCommand; > WHERE char *PgpVerifyCommand; >--- a/init.h 2010-09-15 17:39:31.000000000 +0200 >+++ b/init.h 2010-12-11 13:32:21.630299369 +0100 >@@ -1884,6 +1884,21 @@ > ** (PGP only) > ** > */ >+ { "pgp_mime_signature_filename", DT_STR, R_NONE, UL &PgpMimeSignatureFilename, UL "signature.asc"}, >+ /* >+ ** .pp >+ ** This option sets the filename used for signature parts in PGP/MIME >+ ** signed messages. >+ */ >+ { "pgp_mime_signature_description", DT_STR, R_NONE, UL &PgpMimeSignatureDescription, UL "Digital signature"}, >+ /* >+ ** .pp >+ ** This option sets the Content-Description used for signature parts in >+ ** PGP/MIME signed messages. >+ */ > { "pgp_retainable_sigs", DT_BOOL, R_NONE, OPTPGPRETAINABLESIG, 0 }, > /* > ** .pp >--- a/pgp.c 2010-09-13 19:19:55.000000000 +0200 >+++ b/pgp.c 2010-12-11 13:32:07.926705504 +0100 >@@ -1130,6 +1130,11 @@ > t->encoding = ENC7BIT; > t->unlink = 1; /* ok to remove this file after sending. */ >+ mutt_set_parameter ("name", PgpMimeSignatureFilename, &t->parameter); >+ t->description = safe_strdup (PgpMimeSignatureDescription); >+ > return (a); > } >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 348477
: 256941 |
256943
|
389036
|
389038