aboutsummaryrefslogtreecommitdiff
path: root/src/messageview.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/messageview.c')
-rw-r--r--src/messageview.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/messageview.c b/src/messageview.c
index bbc8738e..4ebb6049 100644
--- a/src/messageview.c
+++ b/src/messageview.c
@@ -183,6 +183,11 @@ static GtkItemFactoryEntry msgview_entries[] =
{N_("/_View/Character _encoding/Greek (ISO-8859-_7)"),
ENC_ACTION(C_ISO_8859_7)},
ENC_SEPARATOR,
+ {N_("/_View/Character _encoding/Arabic (ISO-8859-_6)"),
+ ENC_ACTION(C_ISO_8859_6)},
+ {N_("/_View/Character _encoding/Arabic (Windows-1256)"),
+ ENC_ACTION(C_CP1256)},
+ ENC_SEPARATOR,
{N_("/_View/Character _encoding/Hebrew (ISO-8859-_8)"),
ENC_ACTION(C_ISO_8859_8)},
{N_("/_View/Character _encoding/Hebrew (Windows-1255)"),