From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: RMAIL settings [was: Re: w32 does not have emacsclient/server] Date: Sat, 06 Aug 2005 19:59:44 +0200 Message-ID: <42F4FA90.9080600@student.lu.se> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1123353727 12821 80.91.229.2 (6 Aug 2005 18:42:07 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 6 Aug 2005 18:42:07 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Aug 06 20:41:58 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1E1TbD-0004h2-DM for ged-emacs-devel@m.gmane.org; Sat, 06 Aug 2005 20:40:47 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E1Te8-0004I6-9G for ged-emacs-devel@m.gmane.org; Sat, 06 Aug 2005 14:43:48 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1E1TbW-0001tc-TY for emacs-devel@gnu.org; Sat, 06 Aug 2005 14:41:06 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1E1TbW-0001so-3G for emacs-devel@gnu.org; Sat, 06 Aug 2005 14:41:06 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E1TWA-0008SR-3A for emacs-devel@gnu.org; Sat, 06 Aug 2005 14:35:34 -0400 Original-Received: from [81.228.11.159] (helo=pne-smtpout2-sn1.fre.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1E1TAy-0004Rr-QE for emacs-devel@gnu.org; Sat, 06 Aug 2005 14:13:41 -0400 Original-Received: from [192.168.123.121] (83.249.202.239) by pne-smtpout2-sn1.fre.skanova.net (7.2.060.1) id 42B93717006EC10B; Sat, 6 Aug 2005 19:59:49 +0200 User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en Original-To: bob@rattlesnake.com In-Reply-To: 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:41611 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:41611 Robert J. Chassell wrote: >Microsoft is a corporation that endeavors to restrict both your >economic freedom and mine. By that decision it has decided to require >either that I behave illegally or that I transfer resources to it in a >non-economic fashion. I have not done either and cannot help you >directly. > Yes, thanks, but please do not educate me on this. I do have a lot of thoughts about the current situation. If you want to discuss this on an equal level I will be glad to but perhaps we should then find another form than the list. Otherwise we might just be wasting time. I might feel as you are offending me though I do not believe that this is actually your intention at all. > ;; Set this value so that the From field is correct > (setq mail-host-address "bob@rattlesnake.com") > > ;; You must also set `user-mail-address' so that the From field is correct. > (setq user-mail-address "bob@rattlesnake.com") > > Thanks for the code. Could you give me a hint why the first should be set? Could that be something totally different? For your information: Stephan Stahl send me some useful comments directly. I am trying to test those to see what actually work on w32 with current CVS. What might be most interesting is IMAP and handling of that. I am not sure I am correct here but I got the impression that IMAP is not so commonly used on the unix side?