From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Georg C. F. Greve" Subject: Re: Integration of Org mode and mairix Date: Tue, 31 Jul 2007 19:19:12 +0200 Message-ID: References: <87r6n6ni2j.fsf@bzg.ath.cx> <20070720160833.GD28297@atlantic.linksys.moosehall> <87k5spsw81.fsf@bzg.ath.cx> <87ejip7ud8.fsf@bzg.ath.cx> <876440tsul.fsf@presario.homelinux.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0020512823==" Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IFvO4-0005h8-BC for emacs-orgmode@gnu.org; Tue, 31 Jul 2007 13:20:00 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IFvO3-0005gN-IP for emacs-orgmode@gnu.org; Tue, 31 Jul 2007 13:19:59 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IFvO3-0005fz-Bj for emacs-orgmode@gnu.org; Tue, 31 Jul 2007 13:19:59 -0400 Received: from gadolin.fsfeurope.org ([195.176.254.152]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IFvO2-0003Jf-Oi for emacs-orgmode@gnu.org; Tue, 31 Jul 2007 13:19:59 -0400 In-Reply-To: <876440tsul.fsf@presario.homelinux.org> (Xiao-Yong Jin's message of "Tue, 31 Jul 2007 12:56:18 -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 --===============0020512823== Content-Type: multipart/signed; boundary="20070731191912+0200-206097866-530113447528953"; micalg=pgp-sha1; protocol="application/pgp-signature" --20070731191912+0200-206097866-530113447528953 Content-Type: multipart/mixed; boundary="20070731191912+0200-60806848-5947558958766520" --20070731191912+0200-60806848-5947558958766520 Content-Transfer-Encoding: quoted-printable On Tue, 31 Jul 2007 12:56:18 -0400 Xiao-Yong Jin wrote:=20 xj> Sorry, but I missed the thread. Where can I grab the code for xj> support in org-mode? Since there were small changes, allow me to repost. This is a patch against org.el that incorporates mairix into org.el: --20070731191912+0200-60806848-5947558958766520 Content-Type: text/x-diff Content-Disposition: attachment; filename=org.el.mairix.patch Content-Transfer-Encoding: quoted-printable =2D-- org.el.orig 2007-07-22 13:52:40.000000000 +0200 +++ org.el 2007-07-30 15:45:10.000000000 +0200 @@ -1100,6 +1100,18 @@ negates this setting for the duration of :group 'org-link-store :type 'boolean) =20 +(defcustom org-gnus-links-prefer-mairix nil + "Non-nil means, `org-store-link' will create links to Mairix searches fo= r gnus. +When nil, traditional Gnus links (group & article) will be used for such l= inks." + :group 'org-link-store + :type 'boolean) + +(defcustom org-mairix-links-prefer-threaded nil + "Non-nil means, that links to Mairix searches will be stored as thread s= earches. + When nil, the links to Mairix searches will be stored as single message= searches." + :group 'org-link-store + :type 'boolean) + (defgroup org-link-follow nil "Options concerning following links in Org-mode" :tag "Org Follow Link" @@ -4141,7 +4153,7 @@ that will be added to PLIST. Returns th =20 (defconst org-non-link-chars "]\t\n\r<>") (defconst org-link-types '("http" "https" "ftp" "mailto" "file" "news" "bb= db" "vm" =2D "wl" "mhe" "rmail" "gnus" "shell" "info" "elisp")) + "wl" "mhe" "rmail" "mairix" "mairixt" "gnus" "shell" "info" "elisp")) (defconst org-link-re-with-space (concat " Free Software Foundation Europe (http://fsfeurope.org) Join the Fellowship and protect your freedom! (http://www.fsfe.org) What everyone should know about DRM (http://DRM.info) --20070731191912+0200-60806848-5947558958766520-- --20070731191912+0200-206097866-530113447528953 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iQCVAwUBRq9vECk9sUy32wQcAQLrYwP+NMFAqvaK5zyp7LeUUxx1tYSNtEIvw7Ok 35rf85XlF37+Bu1ZTdguTfN5f49S7I/MEKm3xY6VhAKi/9gBRcY9IuXFrDZ9+YkI YDC1Mlzcb3EX+oQ7yyFZU9jNRZ/78SMxPByCI2Cmpc4IUcYV1rYyJ1mBhveRc7I0 fMWiOET8uVg= =fTUE -----END PGP SIGNATURE----- --20070731191912+0200-206097866-530113447528953-- --===============0020512823== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --===============0020512823==--