[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: setting content-description in mutt



* Vineet Kumar (debian-user@virtual.doorstop.net) [030210 23:06]:
> Try dropping the attached patch in your debian/patches.

Woops.  I mean, of course, the attached patch.

good times,
Vineet
diff -urN mutt-1.5.3.orig/pgp.c mutt-1.5.3/pgp.c
--- mutt-1.5.3.orig/pgp.c       2002-12-16 07:27:26.000000000 -0800
+++ mutt-1.5.3/pgp.c    2003-02-10 18:08:07.000000000 -0800
@@ -1025,6 +1025,8 @@
   t->disposition = DISPINLINE;
   t->encoding = ENC7BIT;
   t->unlink = 1; /* ok to remove this file after sending. */
+  mutt_set_parameter ("name", "signature.asc", &t->parameter);
+  t->description = safe_strdup ("Digital signature");
 
   return (a);
 }

Attachment: signature.asc
Description: Digital signature


Reply to: