Gnus development mailing list
 help / color / mirror / Atom feed
* New nnimap error with Gcc
@ 2007-06-30 17:35 Steven E. Harris
  2007-07-02 14:08 ` Simon Josefsson
  0 siblings, 1 reply; 5+ messages in thread
From: Steven E. Harris @ 2007-06-30 17:35 UTC (permalink / raw)
  To: ding

[-- Attachment #1: Type: text/plain, Size: 1442 bytes --]

I'm running a Gnus built fresh from CVS on the Cygwin XEmacs 21.4.20
build. When I send a mail message and attempt to Gcc my "sent mail"
folder on an IMAP server, the outgoing message gets sent, the copy gets
stored in my IMAP folder, but Gnus then reports the following error and
leaves the message composition window open:


Debugger entered--Lisp error: (error "format specifier %d doesn't match argument type")
  format("%d" nil)
  #<compiled-function (item) "...(17)" [item format "%d:%d" "%d"] 4>(nil)
  mapconcat(#<compiled-function (item) "...(17)" [item format "%d:%d" "%d"] 4> (nil) ",")
  imap-range-to-message-set((nil))
  nnimap-request-set-mark("INBOX.sent-mail" (((nil) del (read))) "panix")
  gnus-request-set-mark("nnimap+panix:INBOX.sent-mail" (((nil) del (read))))
  gnus-agent-synchronize-group-flags("nnimap+panix:INBOX.sent-mail" (((nil) del (read))) (nnimap "panix" (nnimap-address "mail.panix.com") (nnimap-stream starttls) (nnimap-need-unselect-to-notice-new-mail t) (nnimap-list-pattern ("INBOX" "INBOX.*"))))
  gnus-agent-regenerate-group("nnimap+panix:INBOX.sent-mail" (nil))
  gnus-request-accept-article("nnimap+panix:INBOX.sent-mail" "nnimap:panix" t t)
  gnus-inews-do-gcc()
  gnus-agent-possibly-do-gcc()
  run-hooks(gnus-agent-possibly-do-gcc)
  message-send(nil)
  message-send-and-exit(nil)
  call-interactively(message-send-and-exit)


I activated imap-log and will include the entire transaction here:



[-- Attachment #2: gnus-send-error-imap-log.txt --]
[-- Type: text/plain, Size: 3317 bytes --]

68 SELECT "INBOX.sent-mail"
* FLAGS (\Answered \Flagged \Deleted \Seen \Draft gnus-forward gnus-expire)
* OK [PERMANENTFLAGS (\Answered \Flagged \Deleted \Seen \Draft gnus-forward gnus-expire \*)] Flags permitted.
* 126 EXISTS
* 0 RECENT
* OK [UNSEEN 125] First unseen.
* OK [UIDVALIDITY 1067273722] UIDs valid
* OK [UIDNEXT 978] Predicted next UID
68 OK [READ-WRITE] Select completed.
69 UID SEARCH UNSEEN UNDELETED
* SEARCH 976 977
69 OK Search completed.
70 UID SEARCH SEEN
* SEARCH 44 50 67 76 78 81 113 159 177 211 213 247 257 268 270 282 285 286 290 295 296 299 315 321 324 325 356 364 410 425 429 438 439 440 448 469 471 493 495 499 508 525 534 562 572 576 577 595 596 597 600 604 606 620 629 633 638 642 645 664 665 667 674 679 682 693 695 715 733 775 786 787 789 797 799 802 803 805 812 819 820 835 837 838 840 860 862 863 865 868 870 872 874 881 891 893 894 895 917 921 922 923 924 925 926 928 929 930 937 938 940 943 944 945 947 950 958 960 962 963 967 973 974 975
70 OK Search completed.
71 UID SEARCH FLAGGED
* SEARCH
71 OK Search completed.
72 UID SEARCH ANSWERED
* SEARCH 282 620 868 874 943 944
72 OK Search completed.
73 UID SEARCH KEYWORD gnus-expire
* SEARCH 975
73 OK Search completed.
74 UID SEARCH KEYWORD gnus-forward
* SEARCH 693 891 917 921 922 923
74 OK Search completed.
75 UID SEARCH RECENT
* SEARCH
75 OK Search completed.
76 EXAMINE "INBOX.sent-mail"
* FLAGS (\Answered \Flagged \Deleted \Seen \Draft gnus-forward gnus-expire)
* OK [PERMANENTFLAGS ()] Read-only mailbox.
* 126 EXISTS
* 0 RECENT
* OK [UNSEEN 125] First unseen.
* OK [UIDVALIDITY 1067273722] UIDs valid
* OK [UIDNEXT 978] Predicted next UID
76 OK [READ-ONLY] Select completed.
77 CLOSE
77 OK Close completed.
78 EXAMINE "INBOX.sent-mail"
* FLAGS (\Answered \Flagged \Deleted \Seen \Draft gnus-forward gnus-expire)
* OK [PERMANENTFLAGS ()] Read-only mailbox.
* 126 EXISTS
* 0 RECENT
* OK [UNSEEN 125] First unseen.
* OK [UIDVALIDITY 1067273722] UIDs valid
* OK [UIDNEXT 978] Predicted next UID
78 OK [READ-ONLY] Select completed.
79 FETCH 1,* UID
* 1 FETCH (UID 44)
* 126 FETCH (UID 977)
79 OK Fetch completed.
80 EXAMINE "INBOX.sent-mail"
* FLAGS (\Answered \Flagged \Deleted \Seen \Draft gnus-forward gnus-expire)
* OK [PERMANENTFLAGS ()] Read-only mailbox.
* 126 EXISTS
* 0 RECENT
* OK [UNSEEN 125] First unseen.
* OK [UIDVALIDITY 1067273722] UIDs valid
* OK [UIDNEXT 978] Predicted next UID
80 OK [READ-ONLY] Select completed.
81 CLOSE
81 OK Close completed.
82 APPEND "INBOX.sent-mail" {426}
+ OK
From: "Steven E. Harris" <seh@panix.com>
To: Steven Elliot Harris <seh@panix.com>
Subject: Gcc test
Organization: SEH Labs
X-Draft-From: ("nnimap+panix:INBOX")
Date: Sat, 30 Jun 2007 10:30:37 -0700
Message-ID: <83ir95tkn6.fsf@torus.sehlabs.com>
User-Agent: Gnus/5.110007 (No Gnus v0.7) XEmacs/21.4.20 (cygwin32)
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii

Here's a test.

-- 
Steven E. Harris
82 OK Append completed.
83 SELECT "INBOX.sent-mail"
* FLAGS (\Answered \Flagged \Deleted \Seen \Draft gnus-forward gnus-expire)
* OK [PERMANENTFLAGS (\Answered \Flagged \Deleted \Seen \Draft gnus-forward gnus-expire \*)] Flags permitted.
* 127 EXISTS
* 1 RECENT
* OK [UNSEEN 125] First unseen.
* OK [UIDVALIDITY 1067273722] UIDs valid
* OK [UIDNEXT 979] Predicted next UID
83 OK [READ-WRITE] Select completed.

[-- Attachment #3: Type: text/plain, Size: 56 bytes --]



Does anything look wrong there?

-- 
Steven E. Harris

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2007-08-30  0:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-06-30 17:35 New nnimap error with Gcc Steven E. Harris
2007-07-02 14:08 ` Simon Josefsson
2007-07-03  3:22   ` Steven E. Harris
     [not found]     ` <7ybqcr79q8.fsf@fillmore.spawar.navy.mil>
2007-08-29 18:49       ` Courier-IMAP and UIDPLUS problem (was: New nnimap error with Gcc) Steven E. Harris
2007-08-30  0:56         ` Courier-IMAP and UIDPLUS problem Steven E. Harris

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).