emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Needless opening of threads in org-wl


From: Dhruv Bansal
Subject: [Orgmode] Needless opening of threads in org-wl
Date: Sat, 20 Sep 2008 05:05:12 -0500
User-agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (Shijō) APEL/10.7 Emacs/22.1 (i486-pc-linux-gnu) MULE/5.0 (SAKAKI)

I like to link to Wanderlust emails from Org Mode.  I just downloaded
the latest git version and linking to WL emails works as advertised
except that I wind up sitting for five minutes as every thread in my
13,000 message inbox is opened.  Is there a reason for this behavior?

I "fixed" the problem with the following patch which merely comments
out the command to open all the threads.  Linking emails works
perfectly fine and now I don't have to wait long at all.

================
diff --git a/lisp/org-wl.el b/lisp/org-wl.el
index 4fae584..58ddd31 100644
--- a/lisp/org-wl.el
+++ b/lisp/org-wl.el
@@ -135,7 +135,7 @@
        ;; in the old buffer.
        (set-buffer old-buf)
        (goto-char old-point))
-     (wl-thread-open-all)
+;     (wl-thread-open-all)
      (and (wl-summary-jump-to-msg-by-message-id (org-add-angle-brackets
                                                  article))
           (wl-summary-redisplay)))))
================


Just thought I'd post this in case anyone else was similarly
frustrated.

I'm excited about the new org version; thanks so much everyone for
helping to create such a great application!


--
Dhruv Bansal
http://www.dhruvbansal.com




reply via email to

[Prev in Thread] Current Thread [Next in Thread]