From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: outlook message/diary handling Date: Sat, 04 May 2013 19:58:16 -0400 Message-ID: References: <87txmio5p3.fsf@ferrier.me.uk> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1367711904 24306 80.91.229.3 (4 May 2013 23:58:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 4 May 2013 23:58:24 +0000 (UTC) Cc: emacs-devel@gnu.org To: Nic Ferrier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun May 05 01:58:23 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UYmLP-0007AP-8f for ged-emacs-devel@m.gmane.org; Sun, 05 May 2013 01:58:23 +0200 Original-Received: from localhost ([::1]:44094 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UYmLO-0005lR-Uh for ged-emacs-devel@m.gmane.org; Sat, 04 May 2013 19:58:22 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:58919) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UYmLL-0005l8-2e for emacs-devel@gnu.org; Sat, 04 May 2013 19:58:19 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UYmLK-0005BI-5e for emacs-devel@gnu.org; Sat, 04 May 2013 19:58:19 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:32911) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UYmLK-0005BE-3I for emacs-devel@gnu.org; Sat, 04 May 2013 19:58:18 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1UYmLJ-0005Xe-0U; Sat, 04 May 2013 19:58:17 -0400 X-Spook: codes plutonium 9705 Samford Road import constitution X-Ran: 8;^dN}6e]0qRR@c*mi{T)xNj_(&Bc(mDV*\}1%XjkiLInWb;)l"Kbp@TN|K+wx\tWLLkGK X-Hue: cyan X-Attribution: GM User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:159305 Archived-At: More entries for diary-outlook-formats are welcome. (The one time I got Outlook appointment messages, this feature was no use, as I explain in the comments before that variable.) Nic Ferrier wrote: > 1. Right now diary-from-outlook is fixed to two email implementations, > rmail and gnus. But we have lots of other mailers that would benefit > from the same functionality. I think code for mailers that don't come with Emacs doesn't belong in Emacs. I added diary-from-outlook-function that those mail clients can set to whatever. > 2. diary-from-outlook ends with diary-from-outlook-internal which only > handles diary entries in Emacs' diary format. But many people like to > keep their diary in org mode. So being able to add entries in either > format would be good. If Org mode needs something different for some reason, I think that's code that belongs in Org mode. So try emacs-orgmode@gnu.