[Xfce4-commits] <postler:master> Enable rule hints on the message list

Christian Dywan noreply at xfce.org
Fri Nov 5 18:30:02 CET 2010


Updating branch refs/heads/master
         to 1f5913e416b5f973a9a445f9bb3dfed1320050c4 (commit)
       from 3a4629c7d655983d7c83f44cf81fff78e80395f6 (commit)

commit 1f5913e416b5f973a9a445f9bb3dfed1320050c4
Author: Allen Lowe <lallenlowe at gmail.com>
Date:   Fri Nov 5 18:14:07 2010 +0100

    Enable rule hints on the message list

 postler/postler-bureau.vala |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/postler/postler-bureau.vala b/postler/postler-bureau.vala
index 751180a..8e0446f 100644
--- a/postler/postler-bureau.vala
+++ b/postler/postler-bureau.vala
@@ -516,6 +516,7 @@ public class Postler.Bureau : Gtk.Window {
 
         folders.set_headers_visible (false);
         messages.set_headers_visible (false);
+        messages.set_rules_hint (true);
         vpaned.set_position ((int)(monitor.height / 1.7 / 3));
         hpaned.set_position ((int)(window_width / 4));
 



More information about the Xfce4-commits mailing list