summaryrefslogtreecommitdiffstats
path: root/pgppubring.c
diff options
context:
space:
mode:
Diffstat (limited to 'pgppubring.c')
-rw-r--r--pgppubring.c11
1 files changed, 10 insertions, 1 deletions
diff --git a/pgppubring.c b/pgppubring.c
index 7538ad38..c48ce05b 100644
--- a/pgppubring.c
+++ b/pgppubring.c
@@ -1041,4 +1041,13 @@ static void pgpring_dump_keyblock (pgp_key_t *p)
}
}
}
-
+
+/*
+ * The mutt_gettext () defined in gettext.c requires iconv,
+ * so we do without charset conversion here.
+ */
+
+char *mutt_gettext (const char *message)
+{
+ return message;
+}