From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/1446 Path: news.gmane.org!not-for-mail From: Chris L Newsgroups: gmane.emacs.gnus.user Subject: Re: imap not connected Date: Tue, 12 Nov 2002 06:23:34 -0900 Organization: The Letter L Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1138668221 11322 80.91.229.2 (31 Jan 2006 00:43:41 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Jan 2006 00:43:41 +0000 (UTC) Original-X-From: nobody Tue Jan 17 17:29:10 2006 Original-Path: quimby.gnus.org!uio.no!newsfeed.news2me.com!newsfeed-west.nntpserver.com!hub1.meganetnews.com!nntpserver.com!telocity-west!TELOCITY!sn-xit-03!sn-xit-06!sn-post-01!supernews.com!corp.supernews.com!not-for-mail Original-Newsgroups: gnu.emacs.gnus X-Face: 7?1,~hLJv9R%<#DNR6m@9W**a.!h-)!o5B1\Y*}7"#k%MzvMP?z#A"Y@ai5SY[@JE95J'AQKwlk'5CbWOp:v5^HL>*a-.cPv*sXU?_ X-message-flag: Outlook corrupt. Please shut down, install a better mail client, and start over. X-Fnord: +++ATH0 X-WebTV-Stationery: Standard; BGColor=black; TextColor=black X-oefix: "a@b c"@d User-Agent: Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.2 (i386-msvc-nt5.0.2195) Cancel-Lock: sha1:63xtV7MBlZVQNHLTFcozdtm4cAo= Original-X-Complaints-To: abuse@supernews.com Original-Xref: bridgekeeper.physik.uni-ulm.de gnus-emacs-gnus:1586 Original-Lines: 44 X-Gnus-Article-Number: 1586 Tue Jan 17 17:29:10 2006 Xref: news.gmane.org gmane.emacs.gnus.user:1446 Archived-At: On Tue, 12 Nov 2002, Simon Josefsson wrote: > Chris L writes: > >> I store all of my outgoing mail and news in an imap folder on my >> mail server. Very convenient. However, Gnus has a bad habit of >> dropping the IMAP connection after some period of activity, so a >> carefully crafted long post gets sent to the new server, but the >> copy doesn't get made on the IMAP server, instead I get an error >> about IMAP server not connected. > > Could you get a backtrace on the error? M-x toggle-debug-on-error. > Gnus is supposed to re-open timed out servers. Here is the backtrace when this happens: Debugger entered--Lisp error: (error "Process imap not running") process-send-string(# "967 SELECT \"mail/sent-mail\"\n") imap-send-command-1("967 SELECT \"mail/sent-mail\"") imap-send-command("SELECT \"mail/sent-mail\"" nil) imap-send-command-wait("SELECT \"mail/sent-mail\"") imap-mailbox-select-1("mail/sent-mail" nil) imap-mailbox-select("mail/sent-mail") nnimap-possibly-change-group("mail/sent-mail" "chris") nnimap-request-group("mail/sent-mail" "chris" nil) gnus-request-group("nnimap+chris:mail/sent-mail" nil "nnimap:chris") gnus-inews-do-gcc() gnus-agent-possibly-do-gcc() run-hooks(message-sent-hook) message-send(nil) message-send-and-exit(nil) * call-interactively(message-send-and-exit) >> Also, how can I manually copy the message to the IMAP server so >> that it appears in the IMAP box as a "posted" message? > > I'm not sure I understand, but is `gnus-gcc-mark-as-read' the > answer? What I mean is that although the post gets sent to the news server, I am left in a Message buffer (showing the message I just sent) in, I guess, "composition" mode-- no commands are available (that I can find) to copy the message to my sent-mail folder manually... which I would like to do so I have some record of sending that post.