[2005-09-23] CVS repository changes
This message was generated and sent automatically. It contains a
summary of the CVS commits over the last 48 hours. These changes
should be propagated to the public repository within at most a day
or two. Most probably, they have already been propagated.
2005-09-22 16:38:08 Takahashi Tamotsu <ttakah@xxxxxxxxxxxxxxxxx>
(brendan)
* configure.in, globals.h, hcache.c, init.h: Update QDBM patch
to the current state of the art. Closes: #2003 (again).
2005-09-22 09:06:13 Thomas Roessler <roessler@xxxxxxxxxxxxxxxxxx>
(roessler)
* send.c: When composing a reply, there might be degenerate cases
in which a CC header is created, but no To header. In this case,
we now use the auto-generated CC header as the To header.
2005-09-22 04:05:49 Brendan Cully <brendan@xxxxxxxxxx> (brendan)
* init.c: Refactor mutt var completion so it can be used for
inline expansions (eg $from). Actual expansion not committed yet.
* send.c: If ContentType is null, assume text/plain. Stopgap;
a better mechanism would sanity-check MuttVars assignments before
allowing them. Closes: #2080.
* imap/util.c, imap/imap.c: Don't allow imap URLs with empty
hosts. Also don't attempt to complete on open connections when
there aren't any (diagnosed by Nico Golde). Closes: #2079.
2005-09-21 19:30:57 Brendan Cully <brendan@xxxxxxxxxx> (brendan)
* pattern.c: Use ctx instead of Context when checking whether or
not to do IMAP search. Resolves a possible segfault in color
index ~b operations. I can't remember whether Context vs ctx
was intentional - I doubt it.
2005-09-21 14:17:14 Adeodato Simo <asp16@xxxxxxxxx> (brendan)
* curs_main.c: Check for sigwinch in index before calling
km_dokey, since for unknown reasons km_dokey seems to eat the
signal in some cases. [Not reproducible in my ncurses environments
- Brendan]. Closes: #1907.
2005-09-21 13:23:43 Brendan Cully <brendan@xxxxxxxxxx> (brendan)
* imap/imap.c, pattern.c: Catch empty substring/regexp search
arguments (precludes a segfault from dereferencing a null string
pointer later).
2005-09-21 06:04:37 Thomas Glanzmann <sithglan@xxxxxxxxxxxxxxxxxxxx>
(roessler)
* init.h, mutt.h, configure.in, hcache.c: QDBM support for the
header cache.
2005-09-21 04:50:31 Adeodato Simo <asp16@xxxxxxxxx> (brendan)
* pgp.c: When using GPG agent in classic mode, set GPG_TTY if
it isn't already set instead of bailing out. Closes: #2072.
2005-09-21 03:48:38 Takahashi Tamotsu <ttakah@xxxxxxxxxxxxxxxxx>
(brendan)
* init.c: Ensure that set doesn't change variables from within
the help screen. I think this is a gross approach, and probably
overkill, but it's the fault of the original code design,
not Tamo's patch. Until a better way falls from the sky, this
Closes: #2011.
2005-09-21 02:58:07 Brendan Cully <brendan@xxxxxxxxxx> (brendan)
* curs_main.c: Cancelling <change-folder> from within the pager
will now keep you in the pager rather than kicking you back to
the index. Closes: #2075.