Steinar Bang | 2 Aug 2009 16:20
Picon
Picon
Favicon

Re: Gnus' speed

>>>>> Ted Zlatanov <tzz <at> lifelogs.com>:

> On Wed, 29 Jul 2009 10:03:05 +0200 Daniel Clemente <dcl441-bugs <at> yahoo.com> wrote: 
DC> El dt, jul 28 2009 a les 23:03, Leo va escriure:
>>> and Gnus has been pretty fast except when
>>> downloading attachments.

DC> I experience this too. When I press ENTER, Gnus downloads all
DC> attachments by default, even if they are >10 Mb and I don't want
DC> them.  Probably there's a variable which says „only download
DC> attachments when I ask you to“, but I don't know which
DC> one. gnus-.*attachment didn't match any.

> IMAP, at least, supports downloading any part of a MIME message
> individually.  I don't believe Gnus uses that functionality but it
> could.  I think the backend rewrite would be fairly minor, but there
> are many internal and user-visible functions in Gnus that also will
> need to be modified.  It's a lot of work.

Partial IMAP downloads have been discussed many times on this list.
Heh... you've been part of such discussions yourself...:-)
	http://thread.gmane.org/gmane.emacs.gnus.general/62566/focus=62942

Here's my idea for a solution:
	http://article.gmane.org/gmane.emacs.gnus.general/45714
	nntp://news.gmane.org/gmane.emacs.gnus.general/45714

Ted Zlatanov | 3 Aug 2009 16:38
X-Face
Favicon
Gravatar

Re: Gnus' speed

On Sun, 02 Aug 2009 16:20:14 +0200 Steinar Bang <sb <at> dod.no> wrote: 

SB> Partial IMAP downloads have been discussed many times on this list.
SB> Heh... you've been part of such discussions yourself...:-)
SB> 	http://thread.gmane.org/gmane.emacs.gnus.general/62566/focus=62942

3+ years ago...  How time flies!

SB> Here's my idea for a solution:
SB> 	http://article.gmane.org/gmane.emacs.gnus.general/45714
SB> 	nntp://news.gmane.org/gmane.emacs.gnus.general/45714

Steinar originally wrote:
> A quick revisit of the idea:
>  - in the agent cache, replace the delayed parts with a
>    message/external-body URL part
> 	<http://www.faqs.org/rfcs/rfc2017.html>
>    where the URL is an IMAP URL:
> 	<http://www.faqs.org/rfcs/rfc2192.html>
>  - when the user wishes to view or save the delayed part, it is
>    downloaded from the server, and the message/external-body is
>    replaced with the actual part

I think that's a reasonable plan.  I don't know the agent, so I can't do
the agent cache piece, and I don't know much about generating the
article buffer, but I can probably help with the IMAP interaction and
the backend modifications.

Are you interested in working on this?  Is anyone else?

(Continue reading)

Tim Landscheidt | 3 Aug 2009 17:38
Picon

pop3.el and SSL

Hi,

I'm trying to enable SSL (STARTTLS maybe later) for my POP3
accounts and installed Emacs 23.1.1/Gnus v5.13 for that rea-
son. I can access the server with no problems on the command
line by:

| [tim <at> passepartout ~]$ openssl s_client -host pop3.strato.de -port pop3s

or

| [tim <at> passepartout ~]$ gnutls-cli -p 995 pop3.strato.de

If I put that into an element for mail-sources:

| (pop :server "pop3.strato.de"
|      :port "pop3s"
|      :user "private"
|      :password "private"
|      :stream ssl)

on getting new mail, *Messages* shows:

| Opening TLS connection to `pop3.strato.de'...
| Opening TLS connection with `gnutls-cli -p 995 pop3.strato.de'...done
| Opening TLS connection to `pop3.strato.de'...done

and then a question appears in the message buffer "Mail
source error ([...]) (POP connexion failed). Continue?". No
mail is ever downloaded, even though sometimes no error mes-
(Continue reading)

Kevin Ryde | 4 Aug 2009 03:10
Picon
Picon

Re: Gnus' speed

asjo <at> koldfront.dk (Adam Sjøgren) writes:
>
> On my work-machine (Intel Core2 1.86GHz), where I only read email (with
> nnml) it takes ~4s.

About 15 secs, with 1/6 the raw mhz :).  Looks like it's the code
loading taking the time, rather than initializations.

Reiner Steib | 4 Aug 2009 08:29
X-Face

Re: Viewing signed mails fails

On Tue, Aug 04 2009, Julian Stecklina wrote:

> Gnus v5.13
> GNU Emacs 23.1.1 (i686-pc-linux-gnu)
>  of 2009-08-04 on tabernacle
> 200 news.gmane.org InterNetNews NNRP server INN 2.4.1 ready (posting ok).
>
> I just upgraded to Emacs 23.1 and Gnus 5.13, which now comes bundled
> with Emacs 23.1. Trying to view a GPG-signed mail gives me this error:
>
> Debugger entered--Lisp error: (wrong-number-of-arguments #[(target old new)
> "[...]" [old new target replace-regexp-in-string] 4] 4)

Are you using color-theme?

If so, please try to convince the maintainer to fix this long standing
bug.

http://thread.gmane.org/gmane.emacs.gnus.general/66521
http://thread.gmane.org/gmane.emacs.gnus.general/66942

http://gna.org/bugs/?9494

Bye, Reiner.
--

-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/

(Continue reading)

David Engster | 4 Aug 2009 09:05
Picon

Re: Viewing signed mails fails

Reiner Steib <reinersteib+gmane <at> imap.cc> writes:
> On Tue, Aug 04 2009, Julian Stecklina wrote:
>
>> Gnus v5.13
>> GNU Emacs 23.1.1 (i686-pc-linux-gnu)
>>  of 2009-08-04 on tabernacle
>> 200 news.gmane.org InterNetNews NNRP server INN 2.4.1 ready (posting ok).
>>
>> I just upgraded to Emacs 23.1 and Gnus 5.13, which now comes bundled
>> with Emacs 23.1. Trying to view a GPG-signed mail gives me this error:
>>
>> Debugger entered--Lisp error: (wrong-number-of-arguments #[(target old new)
>> "[...]" [old new target replace-regexp-in-string] 4] 4)
>
> Are you using color-theme?
>
> If so, please try to convince the maintainer to fix this long standing
> bug.
>
> http://thread.gmane.org/gmane.emacs.gnus.general/66521
> http://thread.gmane.org/gmane.emacs.gnus.general/66942
>
> http://gna.org/bugs/?9494

This has been fixed for a long time. At least my local copy of
color-theme.el shows this ChangeLog entry:

2007-09-10  Brian Palmer  <bpalmer <at> cs.nmsu.edu>

        * color-theme.el (replace-in-string): Renamed to
(Continue reading)

Ted Zlatanov | 4 Aug 2009 16:32
X-Face
Favicon
Gravatar

Re: pop3.el: Display the size of the message being fetched (POP3 LIST command)

On Thu, 16 Apr 2009 15:08:33 -0500 Ted Zlatanov <tzz <at> lifelogs.com> wrote: 

TZ> On Thu, 16 Apr 2009 21:06:58 +0200 Reiner Steib <reinersteib+gmane <at> imap.cc> wrote: 
RS> On Mon, Apr 13 2009, Ted Zlatanov wrote:
>>> Reiner can confirm, but I believe we're in a feature freeze right now so
>>> your patch will be comitted after the Emacs pretest is done.

RS> Yes.

>>> Reiner, do you want me to do the commit?

RS> If someone thinks installing this (or any other non-bugfix path)
RS> should not wait, please bring the issue up on emacs-devel so that the
RS> Emacs maintainers can decide.  Thanks.

TZ> I meant "do you want me to do the commit after the feature freeze."
TZ> Sorry for the confusion.

Reiner, can we commit this patch now?

Thanks
Ted

Denys Duchier | 4 Aug 2009 16:58
Picon

Re: pop3.el and SSL

Tim Landscheidt <tim <at> tim-landscheidt.de> writes:

> and then a question appears in the message buffer "Mail
> source error ([...]) (POP connexion failed). Continue?". No
> mail is ever downloaded, even though sometimes no error mes-
> sage pops up (caching of a failed connection?).

Could it be a timeout problem?  We have a rather slow mail server and (a
long time ago, so I don't remember the details) I had to add the lines
below in ~/.gnus to get around timeout issues:

(setq pop3-read-timeout 2.0)
(setq nnheader-read-timeout 2.0)

Cheers,

--Denys

Slackrat | 4 Aug 2009 18:39
Face

Fetching pop3 mail


I have this in my .gnus file:

 (setq mail-sources
           '((file :path "/var/spool/mail/user-name")
             (pop :server "pop3.mail.server"
                  :user "user-name"
                  :port "pop3"
                  :password "secret")))

 But gnus borks with ..... pop3.mail.server/110.... No Such Server

 I already tried :port "110"

 So how do I get gnus _not_ to add the /110 ?

--

-- 
Slackrat

Julian Stecklina | 4 Aug 2009 18:23
Picon
Favicon

Re: Viewing signed mails fails

Reiner Steib <reinersteib+gmane <at> imap.cc> writes:

> On Tue, Aug 04 2009, Julian Stecklina wrote:
>
>> Gnus v5.13
>> GNU Emacs 23.1.1 (i686-pc-linux-gnu)
>>  of 2009-08-04 on tabernacle
>> 200 news.gmane.org InterNetNews NNRP server INN 2.4.1 ready (posting ok).
>>
>> I just upgraded to Emacs 23.1 and Gnus 5.13, which now comes bundled
>> with Emacs 23.1. Trying to view a GPG-signed mail gives me this error:
>>
>> Debugger entered--Lisp error: (wrong-number-of-arguments #[(target old new)
>> "[...]" [old new target replace-regexp-in-string] 4] 4)
>
> Are you using color-theme?

Yes.

> If so, please try to convince the maintainer to fix this long standing
> bug.
>
> http://thread.gmane.org/gmane.emacs.gnus.general/66521
> http://thread.gmane.org/gmane.emacs.gnus.general/66942
>
> http://gna.org/bugs/?9494

Thanks for the quick help. :)

I have created a downstream bug for Gentoo with patch. That should
(Continue reading)


Gmane