[Mutt] #2931: BDB support in header cache broken

2007-07-16 Thread Mutt
#2931: BDB support in header cache broken If mutt (changeset f4b2c6eba5fd from http://dev.mutt.org/hg/mutt) is configured to use Berkeley DB as header cache backend, then it dumps core in mutt_hcache_open() - it turns out that the database object h->db was never initialized with db_create(). T

[Mutt] #2932: autoconf BDB check

2007-07-16 Thread Mutt
#2932: autoconf BDB check ![Note: I already reported this issue in a [http://marc.info/?l=mutt- dev&m=118449953204123&w=2 posting] to mutt-dev. This ticket contains an updated patch.] I could not configure the current tip (changeset f4b2c6eba5fd from http://dev.mutt.org/hg/mutt), because con

Re: [Mutt] #2931: BDB support in header cache broken

2007-07-16 Thread Mutt
#2931: BDB support in header cache broken Changes (by brendan): * keywords: header_cache BDB => BDB * component: mutt => header cache Comment: A similar patch went in 3 months ago: [e363d7a69046]. Are you sure you've got the most recent version checked out? -- Ticket URL:

Re: [Mutt] #2912: decrypt gnupg message fails with "Could not copy

2007-07-16 Thread Mutt
#2912: decrypt gnupg message fails with "Could not copy message" Comment (by brendan): According to the debug output the message is invalide base64. Maybe you could try decoding it outside mutt to see if the message is actually corrupt? -- Ticket URL:

Re: [Mutt] #2927: Segfault on startup when muttrc spam setting used

2007-07-16 Thread Mutt
#2927: Segfault on startup when muttrc spam setting used %1 but the regex specifies no subexpressions Changes (by brendan): * status: new => closed * resolution: => fixed Comment: (In [1d6b9fb4a927]) Check that spam expression has enough matches for its template. Closes #2927. -- Tick

Re: [Mutt] #2931: BDB support in header cache broken

2007-07-16 Thread Mutt
#2931: BDB support in header cache broken Comment (by cludwig): Well, I cloned the repository at http://dev.mutt.org/hg/mutt yesterday, tip was reported as changeset:f4b2c6eba5fd. I assumed this to be the most recent version and used it as starting point. If one needs to issue some hg comman

Re: [Mutt] #2931: BDB support in header cache broken

2007-07-16 Thread Mutt
#2931: BDB support in header cache broken Comment (by Brendan Cully): {{{ On Monday, 16 July 2007 at 17:04, Mutt wrote: > #2931: BDB support in header cache broken > > Comment (by cludwig): > > Well, I cloned the repository at http://dev.mutt.org/hg/mutt yesterday, > tip was reported as

Re: [Mutt] #2924: mutt shows less pager index lines than configured

2007-07-16 Thread Mutt
#2924: mutt shows less pager index lines than configured Changes (by brendan): * component: mutt => display Comment: One of the index lines is consumed by the index status bar. Try incrementing pager_index_lines from 0 to 1 and you'll see what I mean. It could be argued that pager_index_l

Re: [Mutt] #2880: IMAP logout command

2007-07-16 Thread Mutt
#2880: IMAP logout command Comment (by brendan): This is nice, and may work for the short term. I think what we might really want is a connection menu, with options there to close individual connections or all of them. Out of curiousity, what's the matter with just quitting mutt? -- Ticket

Re: [Mutt] #2880: IMAP logout command

2007-07-16 Thread Mutt
#2880: IMAP logout command Comment (by gshapiro): Replying to [comment:1 brendan]: > Out of curiousity, what's the matter with just quitting mutt? Laziness -- I constantly use two IMAP accounts (work and home) as well as two SMTP servers for those two connections (for proper DKIM message si

Re: [Mutt] #2907: is_shell_char - nonstatic function, static data

2007-07-16 Thread Mutt
#2907: is_shell_char - nonstatic function, static data Changes (by brendan): * status: new => closed * resolution: => fixed Comment: (In [bd75134a6b65]) Make is_shell_char static. Closes #2907. -- Ticket URL:

Re: [Mutt] #2922: Couldn't lock /sent

2007-07-16 Thread Mutt
#2922: Couldn't lock /sent Comment (by brendan): what is $record set to? And where do you find the file? It sounds like you're trying to FCC to a mailbox you don't have write permission for. -- Ticket URL:

Re: [Mutt] #2930: PGP related key bindings do not work when mutt is

2007-07-16 Thread Mutt
#2930: PGP related key bindings do not work when mutt is compiled with GPGME. Comment (by brendan): I can't reproduce this here. I'm using GPGME and both functions are called according to gdb. -- Ticket URL:

Re: [Mutt] #2931: BDB support in header cache broken

2007-07-16 Thread Mutt
#2931: BDB support in header cache broken Comment (by Christoph Ludwig): {{{ On Mon, Jul 16, 2007 at 05:09:16PM -, Mutt wrote: > #2931: BDB support in header cache broken > Comment (by Brendan Cully): > > hg parents will tell you which version is checked out. I think if > clone isn't

Re: [Mutt] #2931: BDB support in header cache broken

2007-07-16 Thread Mutt
#2931: BDB support in header cache broken Comment (by Brendan Cully): {{{ On Monday, 16 July 2007 at 19:23, Mutt wrote: > #2931: BDB support in header cache broken > > Comment (by Christoph Ludwig): > > {{{ > On Mon, Jul 16, 2007 at 05:09:16PM -, Mutt wrote: > > #2931: BDB support

Re: [Mutt] #2931: BDB support in header cache broken

2007-07-16 Thread Mutt
#2931: BDB support in header cache broken Comment (by cludwig): Oh, ok, that does indeed resolve the issue. Sorry for the noise. Regards Christoph -- Ticket URL:

Re: [Mutt] #2931: BDB support in header cache broken

2007-07-16 Thread Mutt
#2931: BDB support in header cache broken Changes (by brendan): * status: new => closed * resolution: => fixed -- Ticket URL: