Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37909144
en ru br
ALT Linux repositórios
S:2.1.1.0.3.g6c0f75cca-alt1
5.0: 1.4.2.3-alt3
4.1: 1.4.2.3-alt1
4.0: 1.4.2.3-alt1
3.0: 1.4.2.1i-alt4

Group :: Rede/E-Mail
RPM: mutt

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: mutt-1.2.5-alt-8bitpgp.patch
Download


--- mutt-1.2.5/pgp.c~	Fri Mar  3 13:10:11 2000
+++ mutt-1.2.5/pgp.c	Sat Dec  9 23:27:26 2000
@@ -1040,7 +1040,10 @@
   int empty = 1;
   pid_t thepid;
   
+#ifdef ENABLE_7BIT_PGP_CONVERSION
+  /* I don't know, why mr. Elkins thinks this is required. */
   convert_to_7bit (a); /* Signed data _must_ be in 7-bit format. */
+#endif
 
   mutt_mktemp (sigfile);
   if ((fp = safe_fopen (sigfile, "w")) == NULL)
@@ -1290,8 +1293,11 @@
     return NULL;
   }
   
+#ifdef ENABLE_7BIT_PGP_CONVERSION
+  /* I don't know, why mr. Elkins thinks this is required. */
   if (sign)
     convert_to_7bit (a);
+#endif
   
   mutt_write_mime_header (a, fptmp);
   fputc ('\n', fptmp);
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009