summaryrefslogtreecommitdiff
path: root/mail/mew/patches/patch-mew-summary.el
blob: c62d20ee5f62df5cd9b154c6e832448ed179df63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-mew-summary.el,v 1.1 2013/01/26 05:55:37 ryoon Exp $

https://github.com/kazu-yamamoto/Mew/commit/c469b771ca404221ebccaf07d5bdd944fe47a78f

--- mew-summary.el.orig	2012-04-16 03:18:13.000000000 +0000
+++ mew-summary.el
@@ -346,6 +346,8 @@ and return (beg . end)."
   (setq buffer-read-only t)
   (setq truncate-lines t)
   ;;
+  (if (boundp 'bidi-paragraph-direction)
+      (setq bidi-paragraph-direction 'left-to-right))
   (make-local-variable 'tab-width)
   (make-local-variable 'search-invisible)
   (setq search-invisible nil)