Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37748448
en ru br
Репозитории ALT
S:2.1.1.0.3.g6c0f75cca-alt1
5.1: 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
www.altlinux.org/Changes

Группа :: Сети/Почта
Пакет: mutt

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: mutt-1.2.5-alt-8bitpgp.patch
Скачать


--- 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);
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin