From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "It's me FKtPp ;)" Newsgroups: gmane.emacs.help Subject: Re: Variables For Queued Mail & News ? Date: 16 May 2003 09:00:04 +0800 Organization: Bentium Ltd. (CN99) Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <84of24li75.fsf@lucy.is.informatik.uni-duisburg.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1053048314 14655 80.91.224.249 (16 May 2003 01:25:14 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 16 May 2003 01:25:14 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Fri May 16 03:25:10 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19GTxr-0003mn-00 for ; Fri, 16 May 2003 03:24:51 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19GTyV-0001sY-00 for gnu-help-gnu-emacs@m.gmane.org; Thu, 15 May 2003 21:25:31 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!cyclone.bc.net!newsfeed.media.kyoto-u.ac.jp!news.cn99.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 36 Original-NNTP-Posting-Host: 61.134.139.46 Original-X-Trace: mail.cn99.com 1053048087 73674 61.134.139.46 (16 May 2003 01:21:27 GMT) Original-X-Complaints-To: usenet@news.cn99.com Original-NNTP-Posting-Date: Fri, 16 May 2003 01:21:27 +0000 (UTC) User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 Original-Xref: shelby.stanford.edu gnu.emacs.help:113293 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:9789 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:9789 kai.grossjohann@gmx.net (Kai Großjohann) writes: > "It's me FKtPp ;)" writes: > > > I use NT emacs in win98, and send mail use Gnus Message via > > smtpmail(CVS version).My problem is that when I started emacs and > > C-x m compose a mail and C-c C-c offline,It queued in stmpmail. But > > if I started emacs and M-x gnus-unplugged and then C-x m compose a > > mail and C-c C-c send it offline,It queued in Gnus Draft. This makes > > me to send mail use smtpmail-send-queued-mail and open Gnus go in to > > Draft group and D-S. > > I suggest to use (setq mail-user-agent 'gnus-user-agent). Then C-x m > will do like in Gnus. Thank you for ur help,But there already a line like this: '(mail-user-agent (quote gnus-user-agent)) in my .emacs file.When I type C-x m it's Message not Mail start a *mail* buffer.And if I didn't M-x gnus-unplugged RET before, It always try to send my message(seem like I am online, But I am not indeed) via smtpmail. This makes me mad :-( I must set smtpmail-queue-mail to t to avoid the "send mail idol". But as you can see, if I am online sometime after runed gnus-unplugged and J j switch to plugged mode, and wants to send some Drafted mail, oops, It queued in smtpmail another times. This is, I open gnus-unplugged and J j and enter Draft group and D S some news messages posted but some personal mail queued in smtpmail :-( After that I have to M-x smtpmail-send-queued-mail send them :-( How to avoid this ? BTW, How can I format a rigon or buffer to fit 79 columns to avoid the message like this: The message is longer than 79 characters,really send it ? blah blah Yours FKtPp ;)