Gnus development mailing list
 help / color / mirror / Atom feed
* Broken Followup
@ 2001-06-04 18:39 Olaf Mueller
  2001-06-04 20:44 ` Kai Großjohann
  0 siblings, 1 reply; 4+ messages in thread
From: Olaf Mueller @ 2001-06-04 18:39 UTC (permalink / raw)
  Cc: daily-hobbit

Hello,

since using Oort Gnus v.0.04 I have some problems to followup with
supercite to mail or news messages including sigdashes. It seems to me
that supercite hangs and only a C-g intercepted the process and I can
go on writing the message. But the supercite introduction lines then
are missing.
I´m using Supercite v.3.1.

Does anyone else have this problem and can suggest a solution?


		Olaf


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

* Re: Broken Followup
  2001-06-04 18:39 Broken Followup Olaf Mueller
@ 2001-06-04 20:44 ` Kai Großjohann
  2001-06-06  0:37   ` Olaf Mueller
  0 siblings, 1 reply; 4+ messages in thread
From: Kai Großjohann @ 2001-06-04 20:44 UTC (permalink / raw)
  Cc: daily-hobbit

I think I'm seeing a similar lockup for messages which have `|' cited
regions in them.  I use Trivial Cite.

But maybe we should all enable debug-on-quit and find out where point
is when this happens.  Maybe this gives us a clue.  Also we should
find out if it really locks up or just takes a long time; hitting F
and then going for lunch might be an idea.

kai
-- 
~/.signature: No such file or directory


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

* Re: Broken Followup
  2001-06-04 20:44 ` Kai Großjohann
@ 2001-06-06  0:37   ` Olaf Mueller
  2001-06-06  0:52     ` nnimap complaining about invalid UID Hamish Macdonald
  0 siblings, 1 reply; 4+ messages in thread
From: Olaf Mueller @ 2001-06-06  0:37 UTC (permalink / raw)
  Cc: daily-hobbit

Kai Großjohann writes:
> I think I'm seeing a similar lockup for messages which have `|' cited
> regions in them.  I use Trivial Cite.

I solved the problem by adding the following lines to my gnus.el file. 

(require 'supercite)
(defun gi-sc-cite-original ()
   (let ((zmacs-regions-stays t))
        (sc-cite-original)))

(setq message-citation-line-function nil
      message-indent-citation-function 'gi-sc-cite-original
      sc-preferred-attribution-list '("sc-lastchoice" "x-attribution"
                                      "initials" "emailname" "firstname" 
                                      "lastname")
      sc-auto-fill-region-p t
      sc-nested-citation-p t
      sc-citation-leader "")


		Olaf
-- 
Today's weirdness is tomorrow's reason why.
		-- Hunter S. Thompson


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

* nnimap complaining about invalid UID
  2001-06-06  0:37   ` Olaf Mueller
@ 2001-06-06  0:52     ` Hamish Macdonald
  0 siblings, 0 replies; 4+ messages in thread
From: Hamish Macdonald @ 2001-06-06  0:52 UTC (permalink / raw)


I'm currently using the following imap server:

   * OK [CAPABILITY IMAP4 IMAP4REV1 LOGIN-REFERRALS AUTH=LOGIN]
     localhost.localdomain IMAP4rev1 2000.283mdk at Tue, 5 Jun 2001
     20:44:00 -0400 (EDT)

This is in Linux-Mandrake 8.0.  Here is the info from the RPM.

    Name        : imap                         Relocations: (not relocateable)
    Version     : 2000                              Vendor: MandrakeSoft
    Release     : 6mdk                          Build Date: Thu 15 Mar 2001 06:06:20 AM EST
    Install date: Sun 13 May 2001 11:49:20 AM EDT      Build Host: bi.mandrakesoft.com
    Group       : System/Servers                Source RPM: imap-2000-6mdk.src.rpm
    Size        : 4293815                          License: BSD
    Packager    : Giuseppe Ghibò <ghibo@mandrakesoft.com>
    URL         : http://www.washington.edu/imap/
    Summary     : Server daemons for IMAP and POP network mail protocols.
    Description :
    The imap package provides server daemons for both the IMAP (Internet
    Message Access Protocol) and POP (Post Office Protocol) mail access
    protocols.  The POP protocol uses a "post office" machine to collect mail
    for users and allows users to download their mail to their local machine
    for reading. The IMAP protocol provides the functionality of POP, but
    allows a user to read mail on a remote machine without downloading it to
    their local machine.

    Install the imap package if you need a server to support the IMAP or the
    POP mail access protocols.

My imap-split rule empties my INBOX for me.  The mail is delivered to
the INBOX using procmail.

It seems that the IMAP server truncates the INBOX to zero-length
when it is emptied by gnus.

The next time I get mail gnus gives me the:
  nnimap: Group INBOX is not uidvalid.  Continue?

It is a pain.  Can this be fixed?

Thanks,
 Hamish.


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

end of thread, other threads:[~2001-06-06  0:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-06-04 18:39 Broken Followup Olaf Mueller
2001-06-04 20:44 ` Kai Großjohann
2001-06-06  0:37   ` Olaf Mueller
2001-06-06  0:52     ` nnimap complaining about invalid UID Hamish Macdonald

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).