From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: kai.grossjohann@gmx.net (=?iso-8859-1?q?Kai_Gro=DFjohann?=) Newsgroups: gmane.emacs.help Subject: Re: Variables For Queued Mail & News ? Date: Sat, 17 May 2003 21:51:29 +0200 Organization: University of Duisburg, Germany Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <8465o9mjwe.fsf@lucy.is.informatik.uni-duisburg.de> References: <84of24li75.fsf@lucy.is.informatik.uni-duisburg.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1053201286 22958 80.91.224.249 (17 May 2003 19:54:46 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 17 May 2003 19:54:46 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Sat May 17 21:54:44 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 19H7lU-0005yA-00 for ; Sat, 17 May 2003 21:54:44 +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 19H7mJ-0003Hk-01 for gnu-help-gnu-emacs@m.gmane.org; Sat, 17 May 2003 15:55:35 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.uchicago.edu!newsfeed.cs.wisc.edu!144.212.100.101.MISMATCH!newsfeed!fu-berlin.de!uni-berlin.de!p50877359.dip.t-dialin.NET!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 47 Original-NNTP-Posting-Host: p50877359.dip.t-dialin.net (80.135.115.89) Original-X-Trace: fu-berlin.de 1053201097 27201907 80.135.115.89 (16 [73968]) Mail-Copies-To: never User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:xe9eqQfAedDj2OkLzPR7xZBnUsc= Original-Xref: shelby.stanford.edu gnu.emacs.help:113340 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:9834 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:9834 "It's me FKtPp ;)" writes: > 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. Hm. Message. Hm. If you add a Gcc header to your outgoing message, will it be processed properly? I'm guessing you might be using something else. Also, please do C-h v mail-user-agent RET after starting a message with C-x m -- does that show the right value? And what does C-h k C-x m say? > 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 ? I'm still hoping that you can get C-x m to work properly. Then the problem will be avoided. But you can also switch to the *Group* buffer and hit m there, of course. That might be an acceptable workaround? > 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 M-q formats a paragraph. (add-hook 'text-mode-hook 'turn-on-auto-fill) will set things up so that auto-fill is automatically active in text-like modes, including message-mode. Auto-fill means that you don't have to hit M-q most of the time. -- This line is not blank.