]> granicus.if.org Git - mutt/log
mutt
17 years agohcache: use HEADER for version calculation too
Rocco Rutte [Mon, 14 Jan 2008 21:45:41 +0000 (22:45 +0100)]
hcache: use HEADER for version calculation too

17 years agoFix mutt_dotlock build issue on cygwin (closes #3009).
Rocco Rutte [Wed, 9 Jan 2008 12:06:01 +0000 (13:06 +0100)]
Fix mutt_dotlock build issue on cygwin (closes #3009).

17 years agoMention $recall in description for $postpone
Rocco Rutte [Wed, 9 Jan 2008 10:24:01 +0000 (11:24 +0100)]
Mention $recall in description for $postpone

17 years agoUpdated Swedish translation
Johan Svedberg [Wed, 2 Jan 2008 19:47:33 +0000 (11:47 -0800)]
Updated Swedish translation

17 years agoManual: Update caching docs (hcache naming, maintenance)
Rocco Rutte [Tue, 11 Dec 2007 14:22:44 +0000 (15:22 +0100)]
Manual: Update caching docs (hcache naming, maintenance)

17 years agoPOP: Name hcache the way IMAP does.
Rocco Rutte [Tue, 11 Dec 2007 13:58:31 +0000 (14:58 +0100)]
POP: Name hcache the way IMAP does.
Place the file under $header_cache/<url>/mutt.hcache. For now ignore
that this may break if hcache == bcache and a message's uid is
"mutt.hcache" (extremely unlikely) in which case the user will loose
only the hcache file.

17 years agoPOP: Respect $message_cache_clean
Rocco Rutte [Tue, 11 Dec 2007 13:50:09 +0000 (14:50 +0100)]
POP: Respect $message_cache_clean

17 years agoManual: mention $time_inc in tuning chapter
Rocco Rutte [Tue, 11 Dec 2007 13:49:05 +0000 (14:49 +0100)]
Manual: mention $time_inc in tuning chapter

17 years agoMaintain different history lists for files and mailboxes. Closes #2999.
Rocco Rutte [Tue, 11 Dec 2007 12:12:45 +0000 (13:12 +0100)]
Maintain different history lists for files and mailboxes. Closes #2999.

17 years agoDo not trust history file and mutt code about history class.
Rocco Rutte [Tue, 11 Dec 2007 12:08:42 +0000 (13:08 +0100)]
Do not trust history file and mutt code about history class.
This prevents crashes as result of programming errors and/or wrong history file
(e.g. negative or too high classes).

17 years agoSkip over messages which were previously parsed after sorting the tail of the
Michael Elkins [Sat, 8 Dec 2007 20:54:54 +0000 (12:54 -0800)]
Skip over messages which were previously parsed after sorting the tail of the
list.  Avoids a segmentation fault when rescanning the new/ subdir of a maildir
when messages were left over from a previous scan.

17 years agoCheck definition of ENOTSUP before use (closes #2983)
Rocco Rutte [Fri, 7 Dec 2007 19:38:00 +0000 (11:38 -0800)]
Check definition of ENOTSUP before use (closes #2983)

17 years agoSort MH folders into natural order after 2nd pass (closes #463).
Rocco Rutte [Fri, 7 Dec 2007 12:09:32 +0000 (13:09 +0100)]
Sort MH folders into natural order after 2nd pass (closes #463).

17 years agoMention subscribe and lists commands for $ignore_list_reply_to (closes #2996).
Rocco Rutte [Fri, 7 Dec 2007 10:27:47 +0000 (11:27 +0100)]
Mention subscribe and lists commands for $ignore_list_reply_to (closes #2996).

17 years agoDon't attempt to move messages when $mbox is unset.
Rocco Rutte [Fri, 7 Dec 2007 09:57:28 +0000 (10:57 +0100)]
Don't attempt to move messages when $mbox is unset.

17 years agoImprove inode sorting, enable it by default and add MH support.
Rocco Rutte [Wed, 5 Dec 2007 09:03:59 +0000 (10:03 +0100)]
Improve inode sorting, enable it by default and add MH support.
Sorting is done on-demand only before the first stat() or open()
($maildir_header_cache_verify=yes/hcache miss). Furthermore, only a
partial list of messages starting from that item is sorted reducing
sorting overhead in most cases. For a fully hcache'd folder with
$maildir_header_cache_verify=no, no sorting is needed and no sorting
will be done.
MH parsing is now two-pass, too to simplify the code and remove
duplication.

17 years agoAdd version numbers for bdb 4.6
Rocco Rutte [Fri, 30 Nov 2007 09:29:49 +0000 (10:29 +0100)]
Add version numbers for bdb 4.6

17 years agoRfC2047 decode/encode X-Label: header (Closes #2970).
Rocco Rutte [Fri, 30 Nov 2007 08:29:37 +0000 (09:29 +0100)]
RfC2047 decode/encode X-Label: header (Closes #2970).

17 years agoFormat status line for external and internal pager the same way to make %P work
Rocco Rutte [Fri, 30 Nov 2007 07:39:38 +0000 (08:39 +0100)]
Format status line for external and internal pager the same way to make %P work

17 years agoAdd ascii-replacements for 0x2dc (tilde) and 0x2026 (...) too.
Rocco Rutte [Thu, 29 Nov 2007 15:03:47 +0000 (16:03 +0100)]
Add ascii-replacements for 0x2dc (tilde) and 0x2026 (...) too.
The manual cannot be clean us-acii but now we should have at least latin1

17 years agoAdd a really ugly hack to make sure the plain text manual is us-ascii.
Rocco Rutte [Thu, 29 Nov 2007 14:24:38 +0000 (15:24 +0100)]
Add a really ugly hack to make sure the plain text manual is us-ascii.
The hack is filtering manual.html to another HTML file but replacing
unicode chars by their ascii equivalents. The intermediate file is used
to dump HTML to us-ascii text (and only for that).

17 years agoFix hcache build issue when building with gdbm if qdbm is installed, too
Rocco Rutte [Thu, 29 Nov 2007 09:18:54 +0000 (10:18 +0100)]
Fix hcache build issue when building with gdbm if qdbm is installed, too

17 years agoDon't ignore $from in batch send mode.
Miroslav Lichvar [Wed, 21 Nov 2007 12:19:04 +0000 (13:19 +0100)]
Don't ignore $from in batch send mode.

17 years agoDon't attempt to print progress if inc is 0, just print initial message
Rocco Rutte [Fri, 23 Nov 2007 14:11:26 +0000 (15:11 +0100)]
Don't attempt to print progress if inc is 0, just print initial message

17 years agoUpdated Indonesian translation
Ronny Haryanto [Wed, 21 Nov 2007 22:14:12 +0000 (14:14 -0800)]
Updated Indonesian translation

17 years agoAdd UPDATING entry for $check_mbox_size
Rocco Rutte [Wed, 21 Nov 2007 15:47:54 +0000 (16:47 +0100)]
Add UPDATING entry for $check_mbox_size

17 years agoClarify the description for $timeout
Rocco Rutte [Wed, 21 Nov 2007 13:46:43 +0000 (14:46 +0100)]
Clarify the description for $timeout

17 years agoRemove raw utf-8 char in UPDATING to make it ascii again
Rocco Rutte [Wed, 21 Nov 2007 10:16:23 +0000 (11:16 +0100)]
Remove raw utf-8 char in UPDATING to make it ascii again

17 years agoDocument that save-hook/fcc-hook/fcc-save-hook use $index_format expandos. Closes...
Rocco Rutte [Tue, 20 Nov 2007 18:46:52 +0000 (19:46 +0100)]
Document that save-hook/fcc-hook/fcc-save-hook use $index_format expandos. Closes #2135.

17 years agoSimple search: Allow [~+%] to be \-escaped. Closes #2426.
Rocco Rutte [Tue, 20 Nov 2007 14:03:22 +0000 (15:03 +0100)]
Simple search: Allow [~+%] to be \-escaped. Closes #2426.

17 years agoAdd glibc implementation of strsep() in case a system misses it. Closes #2989.
Rocco Rutte [Tue, 20 Nov 2007 08:45:40 +0000 (08:45 +0000)]
Add glibc implementation of strsep() in case a system misses it. Closes #2989.

17 years agoAlternate fix for not calling bind_textdomain_codeset() to fix Solaris build.
Rocco Rutte [Tue, 20 Nov 2007 08:44:24 +0000 (08:44 +0000)]
Alternate fix for not calling bind_textdomain_codeset() to fix Solaris build.

17 years agoMake f=f handler multibyte-aware by not buffering flowed content until it's finished.
Rocco Rutte [Mon, 19 Nov 2007 14:32:47 +0000 (15:32 +0100)]
Make f=f handler multibyte-aware by not buffering flowed content until it's finished.
We now write out content as we read it (which simplifies the code quite
a bit) and properly flow multibyte paragraphs. This should improve
DelSp=yes handling where a flowed paragraph may not have spaces at all
except trailing ones for flowable paragraphs (after concatenating lines
we didn't have access to the original break points any longer). We still
split content by ASCII space (this should be safe as f=f itself uses
ASCII space to mark flowable lines (even for languages that aren't
expected to use spaces, see DelSp). Closes #862.

17 years agoFix more documentation build issues.
Rocco Rutte [Thu, 15 Nov 2007 12:17:16 +0000 (13:17 +0100)]
Fix more documentation build issues.
Define USE_SASL (for $smtp_authenticators) in makedoc-defs.h, include it
in makedoc.c to force doc rebuild if makedoc-defs.h changes.

17 years agoProperly parse and validate Message-IDs from my_hdrs. Closes #2452.
Rocco Rutte [Thu, 15 Nov 2007 11:32:04 +0000 (12:32 +0100)]
Properly parse and validate Message-IDs from my_hdrs. Closes #2452.

17 years agoCheck for bind_textdomain_codeset() outside libc, too.
Rocco Rutte [Thu, 15 Nov 2007 10:55:21 +0000 (11:55 +0100)]
Check for bind_textdomain_codeset() outside libc, too.

17 years agoDon't use bind_textdomain_codeset() if we're not using NLS/gettext. Closes #2162.
peb [Thu, 15 Nov 2007 10:53:21 +0000 (11:53 +0100)]
Don't use bind_textdomain_codeset() if we're not using NLS/gettext. Closes #2162.

17 years agoProperly document simple searches and its "secret" keywords. Closes #2136.
Rocco Rutte [Thu, 15 Nov 2007 10:22:11 +0000 (11:22 +0100)]
Properly document simple searches and its "secret" keywords. Closes #2136.

17 years agoFix compiler warnings in new wcwidth.c (too large values for 'unsigned short')
Rocco Rutte [Tue, 13 Nov 2007 12:31:01 +0000 (13:31 +0100)]
Fix compiler warnings in new wcwidth.c (too large values for 'unsigned short')

17 years agohg-commit: Run 'make validate' in doc/ if manual.xml is present
Rocco Rutte [Tue, 13 Nov 2007 10:53:53 +0000 (11:53 +0100)]
hg-commit: Run 'make validate' in doc/ if manual.xml is present

17 years agoDocument that %f in $index_format is either Return-Path: or From:
Rocco Rutte [Tue, 13 Nov 2007 10:50:24 +0000 (11:50 +0100)]
Document that %f in $index_format is either Return-Path: or From:
depending on which parses correctly. Also note that alternates' regex
should be as precise as possible to avoid mismatches. Closes #1894.

17 years agoProperly document $hostname, link it to $use_domain and $hidden_host. Closes #891.
Rocco Rutte [Tue, 13 Nov 2007 10:15:04 +0000 (11:15 +0100)]
Properly document $hostname, link it to $use_domain and $hidden_host. Closes #891.

17 years agoMerge with tip
Rocco Rutte [Fri, 9 Nov 2007 19:23:29 +0000 (20:23 +0100)]
Merge with tip

17 years agoRemoved the [!] prefix from the usage from the usage string for the un/mailboxes...
Michael Elkins [Fri, 9 Nov 2007 06:13:45 +0000 (22:13 -0800)]
Removed the [!] prefix from the usage from the usage string for the un/mailboxes command since it has no special meaning in this context other than referring to $spoolfile.

17 years agoAdd $time_inc to control progress update frequency.
Brendan Cully [Thu, 8 Nov 2007 19:48:21 +0000 (11:48 -0800)]
Add $time_inc to control progress update frequency.
I found 250ms to be noticeably different from the old behaviour, and
it ruins the rounding of the other _inc variables.

17 years agoUpdate .hgignore for Muttrc movement
Brendan Cully [Thu, 8 Nov 2007 19:27:31 +0000 (11:27 -0800)]
Update .hgignore for Muttrc movement

17 years agoTurn down some debug logging levels
Brendan Cully [Thu, 8 Nov 2007 19:26:05 +0000 (11:26 -0800)]
Turn down some debug logging levels

17 years agoAdd stamp-doc-rc to makedoc-all to build Muttrc with fresh checkout
Rocco Rutte [Thu, 8 Nov 2007 08:03:26 +0000 (09:03 +0100)]
Add stamp-doc-rc to makedoc-all to build Muttrc with fresh checkout

17 years agoFix up .hgignore for makedoc movement
Brendan Cully [Wed, 7 Nov 2007 22:50:06 +0000 (14:50 -0800)]
Fix up .hgignore for makedoc movement

17 years agoSuppress progress bar updates less than 250ms apart. Closes #2899.
Brendan Cully [Wed, 7 Nov 2007 22:48:38 +0000 (14:48 -0800)]
Suppress progress bar updates less than 250ms apart. Closes #2899.

17 years agoUpdated wcwidth to Unicode 5.0
Emanuele Giaquinta [Wed, 7 Nov 2007 20:12:57 +0000 (12:12 -0800)]
Updated wcwidth to Unicode 5.0

17 years agoDon't build keymap_alldefs.h in srcdir as it may be read-only
Rocco Rutte [Wed, 7 Nov 2007 13:54:48 +0000 (14:54 +0100)]
Don't build keymap_alldefs.h in srcdir as it may be read-only

17 years agoDon't try to build $(PACKAGE).pot in srcdir as it may be read-only
Rocco Rutte [Wed, 7 Nov 2007 11:28:33 +0000 (12:28 +0100)]
Don't try to build $(PACKAGE).pot in srcdir as it may be read-only

17 years agoTry to fix parallel build problems by moving makedoc to doc/.
Rocco Rutte [Wed, 7 Nov 2007 11:03:32 +0000 (12:03 +0100)]
Try to fix parallel build problems by moving makedoc to doc/.
This also requires to move Muttrc into doc/.

17 years agoRemove unnecessary workaround for automake dist target
Emanuele Giaquinta [Wed, 7 Nov 2007 00:34:05 +0000 (16:34 -0800)]
Remove unnecessary workaround for automake dist target

17 years agoIgnore config.h.in~
Brendan Cully [Tue, 6 Nov 2007 22:32:21 +0000 (14:32 -0800)]
Ignore config.h.in~

17 years agoAdd percentages to progress bar optionally supplied by caller.
Rocco Rutte [Tue, 6 Nov 2007 17:23:06 +0000 (18:23 +0100)]
Add percentages to progress bar optionally supplied by caller.
This is necessary to let the mbox driver print useful percentages. If there's no
percentage given and we have a size, calculate on it on our own. Closes #2929.

17 years ago(Re-)Add total msg count to progress for parsing maildirs
Rocco Rutte [Tue, 6 Nov 2007 16:22:50 +0000 (17:22 +0100)]
(Re-)Add total msg count to progress for parsing maildirs

17 years agoUpdated French translation
Vincent Lefevre [Mon, 5 Nov 2007 22:24:45 +0000 (14:24 -0800)]
Updated French translation

17 years agoSave value of errno across mutt_endwin() calls.
Rocco Rutte [Mon, 5 Nov 2007 16:47:26 +0000 (17:47 +0100)]
Save value of errno across mutt_endwin() calls.
Mutt_endwin() is sometimes called after noticing an error but before
printing the message via perror(). Closes #2965.

17 years agoManual: Fix typo
Emanuele Giaquinta [Mon, 5 Nov 2007 14:53:50 +0000 (15:53 +0100)]
Manual: Fix typo

17 years agoManual: Improve [un]mailboxes documentation. Closes #2204.
Rocco Rutte [Mon, 5 Nov 2007 13:53:11 +0000 (14:53 +0100)]
Manual: Improve [un]mailboxes documentation. Closes #2204.

17 years agohg-commit: Exclude merges when writing ChangeLog
Rocco Rutte [Mon, 5 Nov 2007 13:52:26 +0000 (14:52 +0100)]
hg-commit: Exclude merges when writing ChangeLog

17 years agoMerge with tip
Rocco Rutte [Mon, 5 Nov 2007 11:12:39 +0000 (12:12 +0100)]
Merge with tip

17 years agoOptionally define $datarootdir on our own for autoconf <2.60 compatibility.
Ralf Wildenhues [Mon, 5 Nov 2007 11:11:21 +0000 (12:11 +0100)]
Optionally define $datarootdir on our own for autoconf <2.60 compatibility.
While I'm at it, fix two warnings in other files about
ignoring datarootdir with autoconf >2.60. Closes #2905.

17 years agoUpdated Russian translation
Vsevolod Volkov [Sun, 4 Nov 2007 21:19:14 +0000 (13:19 -0800)]
Updated Russian translation

17 years agoUpdated Catalan translation
Ivan Vilata i Balaguer [Sun, 4 Nov 2007 21:17:43 +0000 (13:17 -0800)]
Updated Catalan translation

17 years agoUpdated German translation
Roland Rosenfeld [Sun, 4 Nov 2007 21:16:01 +0000 (13:16 -0800)]
Updated German translation

17 years agoFixup UPDATING for 1.5.16/1.5.17
Rocco Rutte [Sun, 4 Nov 2007 18:10:33 +0000 (19:10 +0100)]
Fixup UPDATING for 1.5.16/1.5.17

17 years agoUse strtok_r() to parse mailto: links, not strtok().
cypher [Sun, 4 Nov 2007 17:27:24 +0000 (18:27 +0100)]
Use strtok_r() to parse mailto: links, not strtok().
In case a headers needs to call mutt_parse_references() which uses
strtok(), too, later headers will be silently discarded. Closes #2968.

17 years agoPrevent mailto parsing buffer overflow by ignoring too long header.
Rocco Rutte [Sun, 4 Nov 2007 17:14:25 +0000 (18:14 +0100)]
Prevent mailto parsing buffer overflow by ignoring too long header.
If they're longer than our buffer, we can't turn it into a header to
be parsed by mutt_parse_rfc822_line() anyway, so we bail out in this
case. Also make main() catchup mailto parsing errors. Closes #2980.

17 years agoAdd 1.5.17 to UPDATING
Rocco Rutte [Sun, 4 Nov 2007 16:02:56 +0000 (17:02 +0100)]
Add 1.5.17 to UPDATING

17 years agoImprove DSN docs (require sendmail-compatible MTA, add SMTP notes). Closes #2979
Rocco Rutte [Sun, 4 Nov 2007 16:01:12 +0000 (17:01 +0100)]
Improve DSN docs (require sendmail-compatible MTA, add SMTP notes). Closes #2979

17 years agoCheck Maildir for not being NULL when expanding '='-paths. Closes #2977.
Rocco Rutte [Sat, 3 Nov 2007 10:12:19 +0000 (11:12 +0100)]
Check Maildir for not being NULL when expanding '='-paths. Closes #2977.

17 years agoUpdated Polish translation.
Pawel Dziekonski [Fri, 2 Nov 2007 23:55:55 +0000 (16:55 -0700)]
Updated Polish translation.

17 years agoUpdated Czech translation.
Petr Pisar [Fri, 2 Nov 2007 03:36:23 +0000 (20:36 -0700)]
Updated Czech translation.

17 years agoUse $datarootdir as default prefix for documentation (closes #2905)
Brendan Cully [Thu, 1 Nov 2007 22:45:26 +0000 (15:45 -0700)]
Use $datarootdir as default prefix for documentation (closes #2905)

17 years agomutt-1.5.17 signed
Brendan Cully [Thu, 1 Nov 2007 21:10:34 +0000 (14:10 -0700)]
mutt-1.5.17 signed

17 years agoAdded tag mutt-1-5-17-rel for changeset cd03dff9b576
Brendan Cully [Thu, 1 Nov 2007 21:07:21 +0000 (14:07 -0700)]
Added tag mutt-1-5-17-rel for changeset cd03dff9b576

17 years agoautomatic post-release commit for mutt-1.5.17 mutt-1-5-17-rel
Brendan Cully [Thu, 1 Nov 2007 21:07:21 +0000 (14:07 -0700)]
automatic post-release commit for mutt-1.5.17

17 years agoFix typo in hg-commit
Brendan Cully [Thu, 1 Nov 2007 20:53:47 +0000 (13:53 -0700)]
Fix typo in hg-commit

17 years agoUnbreak exact address feature.
Rocco Rutte [Thu, 1 Nov 2007 20:21:33 +0000 (21:21 +0100)]
Unbreak exact address feature.
The problem was that when reading back tempfiles for pager display, trailing
\n were not removed from the input so the pager displayed 2 instead of 1.

17 years agoDetect BDB automatically if --with-bdb is empty
Oswald Buddenhagen [Thu, 1 Nov 2007 19:13:00 +0000 (12:13 -0700)]
Detect BDB automatically if --with-bdb is empty

17 years agodevel-notes.txt: Mention where hg repo is, how to clone and update
Rocco Rutte [Thu, 1 Nov 2007 13:33:12 +0000 (14:33 +0100)]
devel-notes.txt: Mention where hg repo is, how to clone and update

17 years agoDocumentation: Add doc/TODO with some items still open
Rocco Rutte [Thu, 1 Nov 2007 13:23:30 +0000 (14:23 +0100)]
Documentation: Add doc/TODO with some items still open

17 years agoManual: s/SMTP support/SMTP Support/ (for consitency)
Rocco Rutte [Thu, 1 Nov 2007 12:43:58 +0000 (13:43 +0100)]
Manual: s/SMTP support/SMTP Support/ (for consitency)

17 years agoManual: Remove 404 link for fetchmail, mention getmail, too
Rocco Rutte [Thu, 1 Nov 2007 12:01:32 +0000 (13:01 +0100)]
Manual: Remove 404 link for fetchmail, mention getmail, too

17 years agoManual: Add short section on SSL/TLS support (needs more details)
Rocco Rutte [Thu, 1 Nov 2007 11:56:22 +0000 (12:56 +0100)]
Manual: Add short section on SSL/TLS support (needs more details)

17 years agoManual: Document URL syntax in just one place, let others refer to it.
Rocco Rutte [Thu, 1 Nov 2007 11:44:18 +0000 (12:44 +0100)]
Manual: Document URL syntax in just one place, let others refer to it.

17 years agoManual: Document optional SMTP support
Rocco Rutte [Thu, 1 Nov 2007 11:15:30 +0000 (12:15 +0100)]
Manual: Document optional SMTP support

17 years agoManual: Add some general notes about optional features.
Rocco Rutte [Thu, 1 Nov 2007 10:56:03 +0000 (11:56 +0100)]
Manual: Add some general notes about optional features.
Mention 'configure --help' and 'mutt -v' output.

17 years agoManual: Move POP3, IMAP and cache-related sections to their own chapter.
Rocco Rutte [Thu, 1 Nov 2007 10:45:44 +0000 (11:45 +0100)]
Manual: Move POP3, IMAP and cache-related sections to their own chapter.

17 years agoManual: Add ids to all tables and use <xref/> for reference.
Rocco Rutte [Thu, 1 Nov 2007 10:04:25 +0000 (11:04 +0100)]
Manual: Add ids to all tables and use <xref/> for reference.

17 years agoAdd more autoconf support files to .hgignore
Rocco Rutte [Thu, 1 Nov 2007 08:46:27 +0000 (09:46 +0100)]
Add more autoconf support files to .hgignore

17 years agoRemove autotools support files which autoreconf -i can generate
Brendan Cully [Wed, 31 Oct 2007 23:34:17 +0000 (16:34 -0700)]
Remove autotools support files which autoreconf -i can generate

17 years agocvslog2changelog.pl is obsolete
Brendan Cully [Wed, 31 Oct 2007 23:24:39 +0000 (16:24 -0700)]
cvslog2changelog.pl is obsolete

17 years agos/Mercurial/hg/
Brendan Cully [Wed, 31 Oct 2007 23:23:37 +0000 (16:23 -0700)]
s/Mercurial/hg/

17 years agos/cvs/Mercurial/
Brendan Cully [Wed, 31 Oct 2007 23:20:58 +0000 (16:20 -0700)]
s/cvs/Mercurial/

17 years agoFall back to rename for ENOTSUP and EOPNOTSUPP too. Closes #2975
rea-mutt [Wed, 31 Oct 2007 21:09:31 +0000 (14:09 -0700)]
Fall back to rename for ENOTSUP  and EOPNOTSUPP too. Closes #2975

17 years agoFix the test for flushing queued STATUS requests in imap_buffy_check.
Brendan Cully [Wed, 31 Oct 2007 21:04:48 +0000 (14:04 -0700)]
Fix the test for flushing queued STATUS requests in imap_buffy_check.
This should fix the bug that caused every other IMAP connection to
fail to get the new message counts. Thanks to exg for his generous
help debugging this one.