From: Dhruv Bansal <lasnabvurhd@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Needless opening of threads in org-wl
Date: Sat, 20 Sep 2008 05:05:12 -0500 [thread overview]
Message-ID: <87r67fi147.wl%dhruv@ph.utexas.edu> (raw)
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
next reply other threads:[~2008-09-20 10:05 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-09-20 10:05 Dhruv Bansal [this message]
-- strict thread matches above, loose matches on Subject: below --
2008-09-27 15:33 Needless opening of threads in org-wl Tokuya Kameshima
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87r67fi147.wl%dhruv@ph.utexas.edu \
--to=lasnabvurhd@gmail.com \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).