From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: nnmaildir.el Date: Sat, 18 Jul 2009 12:40:02 +0300 Message-ID: <831voeqqh9.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1247910020 29797 80.91.229.12 (18 Jul 2009 09:40:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 18 Jul 2009 09:40:20 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jul 18 11:40:13 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MS6Or-0003Wa-GT for ged-emacs-devel@m.gmane.org; Sat, 18 Jul 2009 11:40:13 +0200 Original-Received: from localhost ([127.0.0.1]:36794 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MS6Oq-0008Ni-PH for ged-emacs-devel@m.gmane.org; Sat, 18 Jul 2009 05:40:12 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MS6Oj-0008LB-Hu for emacs-devel@gnu.org; Sat, 18 Jul 2009 05:40:05 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MS6Oi-0008KM-6a for emacs-devel@gnu.org; Sat, 18 Jul 2009 05:40:05 -0400 Original-Received: from [199.232.76.173] (port=39167 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MS6Oi-0008KD-0s for emacs-devel@gnu.org; Sat, 18 Jul 2009 05:40:04 -0400 Original-Received: from mtaout4.012.net.il ([84.95.2.10]:38656 helo=mtaout3.012.net.il) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MS6Oh-0001Hm-JR for emacs-devel@gnu.org; Sat, 18 Jul 2009 05:40:03 -0400 Original-Received: from conversion-daemon.i_mtaout3.012.net.il by i_mtaout3.012.net.il (HyperSendmail v2004.12) id <0KMZ00J001G1NU00@i_mtaout3.012.net.il> for emacs-devel@gnu.org; Sat, 18 Jul 2009 12:40:01 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.70.207.26]) by i_mtaout3.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0KMZ00LXN1IP5340@i_mtaout3.012.net.il> for emacs-devel@gnu.org; Sat, 18 Jul 2009 12:40:01 +0300 (IDT) X-012-Sender: halo1@inter.net.il X-detected-operating-system: by monty-python.gnu.org: Solaris 9.1 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:112668 Archived-At: Is nnmaildir.el supposed to work on non-Posix platforms? If it is, then it should not unconditionally invoke Unix-only functions such as unix-sync. If it isn't supposed to work on anything but Unix and GNU systems, how about disabling to load it on others, or at least printing a warning?