Bug #297325 --> Consider application/pgp-keys as plain text

Patch by patrick.brunschwig@gmx.net

r=mscott
sr=bienvenu
a=asa
This commit is contained in:
scott%scott-macgregor.org 2005-06-10 19:02:05 +00:00
Родитель 6455da9de2
Коммит 4ecec2d181
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -1530,6 +1530,7 @@ mime_type_requires_b64_p (const char *type)
static const char *app_and_image_types_which_are_really_text[] = {
"application/mac-binhex40", /* APPLICATION_BINHEX */
"application/pgp", /* APPLICATION_PGP */
"application/pgp-keys",
"application/x-pgp-message", /* APPLICATION_PGP2 */
"application/postscript", /* APPLICATION_POSTSCRIPT */
"application/x-uuencode", /* APPLICATION_UUENCODE */