From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Maus Subject: [PATCH] org-wl: Disable folder scan when link open Date: Wed, 30 Jun 2010 09:54:29 +0200 Message-ID: <1277884470-563-1-git-send-email-dmaus@ictsoc.de> Return-path: Received: from [140.186.70.92] (port=36332 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OTs8E-0002Px-I5 for emacs-orgmode@gnu.org; Wed, 30 Jun 2010 03:54:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OTs8D-0005yw-CE for emacs-orgmode@gnu.org; Wed, 30 Jun 2010 03:54:54 -0400 Received: from mysql1.xlhost.de ([213.202.242.106]:41090) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OTs8D-0005yU-68 for emacs-orgmode@gnu.org; Wed, 30 Jun 2010 03:54:53 -0400 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org This patch for org-wl.el adds a customization variable `org-wl-disable-folder-check' which disables checking folders for new messages when a WL link is opened. Default value is t. This will change current behavior of `org-wl-open', but I think it is reasonable to assume, that if a user opens a link, he does not want to check for new messages (what could take some time). Best, -- David David Maus (1): Provide customization variable to disable folder check when open link.