]>
granicus.if.org Git - mutt/log
Brendan Cully [Fri, 13 Apr 2007 03:11:49 +0000 (20:11 -0700)]
Differentiate between first and second maildir passes in progress indicator
Brendan Cully [Fri, 13 Apr 2007 00:55:31 +0000 (17:55 -0700)]
Only call mutt_set_flag when necessary when checking for maildir changes (fixes #1216)
Brendan Cully [Fri, 13 Apr 2007 00:49:03 +0000 (17:49 -0700)]
Only update header color in mutt_set_flag if flag has changed (see #1216, #1931)
Brendan Cully [Thu, 12 Apr 2007 18:54:05 +0000 (11:54 -0700)]
Make $header_cache_compress default to set
Brendan Cully [Thu, 12 Apr 2007 16:42:01 +0000 (09:42 -0700)]
Simplify IMAP message fetch loop slightly
Brendan Cully [Thu, 12 Apr 2007 16:16:06 +0000 (09:16 -0700)]
Handle a missing or corrupted header cache entry (closes #2676)
If imap_hcache_get fails, stop parsing the header cache and simply
refetch from that point on.
Paul Eggert [Wed, 11 Apr 2007 21:19:34 +0000 (14:19 -0700)]
Make mutt more posixly-correct (closes #1615).
Brendan Cully [Wed, 11 Apr 2007 21:06:49 +0000 (14:06 -0700)]
Remove un-POSIX TZ NOOP in mkchangelog.sh (see #1615)
Brendan Cully [Wed, 11 Apr 2007 20:40:10 +0000 (13:40 -0700)]
Add $smtp_pass (closes #2116)
Brendan Cully [Wed, 11 Apr 2007 19:53:49 +0000 (12:53 -0700)]
Explicit -j1 breaks some versions of make (see #2538)
Brendan Cully [Wed, 11 Apr 2007 16:25:56 +0000 (09:25 -0700)]
Make imap_hcache_open robust against missing idata->ctx
Brendan Cully [Wed, 11 Apr 2007 14:37:53 +0000 (07:37 -0700)]
Do not attempt to parse idata->ctx->path if an explicit path is given
Brendan Cully [Wed, 11 Apr 2007 03:22:06 +0000 (20:22 -0700)]
Add $message_cache_clean option to prune message cache on sync
Brendan Cully [Wed, 11 Apr 2007 02:28:14 +0000 (19:28 -0700)]
Try to unlink old header cache if open fails
Brendan Cully [Wed, 11 Apr 2007 02:23:16 +0000 (19:23 -0700)]
Fix some warnings
Brendan Cully [Wed, 11 Apr 2007 02:19:24 +0000 (19:19 -0700)]
Refactor mutt_hcache_open to share more code
Brendan Cully [Wed, 11 Apr 2007 01:10:18 +0000 (18:10 -0700)]
Save some stats when header cache already exists
Brendan Cully [Wed, 11 Apr 2007 00:40:11 +0000 (17:40 -0700)]
Make IMAP header cache layout match body cache.
You can now make them point to the same directory. Each folder will
have a folder.hcache file for the header cache.
Brendan Cully [Tue, 10 Apr 2007 23:40:53 +0000 (16:40 -0700)]
Add hcache path name hook
Brendan Cully [Tue, 10 Apr 2007 23:22:08 +0000 (16:22 -0700)]
Simplify body cache path creation
Brendan Cully [Tue, 10 Apr 2007 23:07:53 +0000 (16:07 -0700)]
Do not hold hcache open while mailbox is open - it can lead to lockups
Brendan Cully [Tue, 10 Apr 2007 22:32:08 +0000 (15:32 -0700)]
Add imap_hcache_del; minor cleanups
Brendan Cully [Tue, 10 Apr 2007 20:53:51 +0000 (13:53 -0700)]
Fix a compiler warning
Brendan Cully [Tue, 10 Apr 2007 20:46:09 +0000 (13:46 -0700)]
Don't use $indent_string to quote replies to flowed messages (closes #2874).
Brendan Cully [Tue, 10 Apr 2007 20:41:30 +0000 (13:41 -0700)]
Ignore TAGS files
Petr Pisar [Tue, 10 Apr 2007 17:16:29 +0000 (10:16 -0700)]
Updated Czech translation
Brendan Cully [Tue, 10 Apr 2007 17:13:19 +0000 (10:13 -0700)]
Wrap flowed lines at no more than FLOWED_MAX in replies
Michael Elkins [Tue, 10 Apr 2007 03:36:27 +0000 (20:36 -0700)]
Exit with a nonzero value if sending a message in batch mode fails (bug #2709).
Michael Elkins [Mon, 9 Apr 2007 23:03:55 +0000 (16:03 -0700)]
Use mutt_pretty_size() to format '%s' in $folder_format so it is similar to '%c' in $hdr_format
Brendan Cully [Mon, 9 Apr 2007 18:32:18 +0000 (11:32 -0700)]
Kill off some IMAP TODO items
Brendan Cully [Mon, 9 Apr 2007 16:09:59 +0000 (09:09 -0700)]
Null out idata->hcache when closing, and remove close from open failure (mx_close will handle it).
Vsevolod Volkov [Mon, 9 Apr 2007 15:56:17 +0000 (08:56 -0700)]
Updated Russian translation.
Michael Elkins [Sat, 7 Apr 2007 23:23:37 +0000 (16:23 -0700)]
merge with tip
Michael Elkins [Sat, 7 Apr 2007 23:22:49 +0000 (16:22 -0700)]
Allow reply-hook to use ~h when replying from the index. Fixes regression introduced by fix for bug #2190. mutt_pattern_exec() now checks for ctx!=NULL so that Mutt will no longer segfault when replying to a message from the attachment menu.
Fabian Groffen [Sat, 7 Apr 2007 23:20:14 +0000 (16:20 -0700)]
Fix compiler aliasing warnings
Fabian Groffen [Sat, 7 Apr 2007 23:13:55 +0000 (16:13 -0700)]
Fix compiler warnings
Jukka Salmi [Sat, 7 Apr 2007 23:05:15 +0000 (16:05 -0700)]
Fix BDB autoconf buglet introduced in [
3638701db407 ]
Michael Elkins [Sat, 7 Apr 2007 22:21:24 +0000 (15:21 -0700)]
add "|" to the list of shell chars
Michael Elkins [Sat, 7 Apr 2007 22:08:44 +0000 (15:08 -0700)]
"complete" function should consider shell chars to be word boundaries when doing filename completion (bug #2871)
Michael Elkins [Sat, 7 Apr 2007 21:34:31 +0000 (14:34 -0700)]
merged with tip
Michael Elkins [Sat, 7 Apr 2007 21:33:27 +0000 (14:33 -0700)]
bug #2871
Avoid altering the argument to mutt_complete() when completion fails. Previously, the trailing component of filename was removed each time the user pressed TAB.
Fabian Groffen [Sat, 7 Apr 2007 21:32:52 +0000 (14:32 -0700)]
Fix some compiler warnings
Brendan Cully [Sat, 7 Apr 2007 20:40:20 +0000 (13:40 -0700)]
Fix compiler warnings
Brendan Cully [Sat, 7 Apr 2007 20:10:11 +0000 (13:10 -0700)]
Mark error message for translation
Vincent Lefevre [Sat, 7 Apr 2007 01:03:25 +0000 (18:03 -0700)]
Updated French translation
Brendan Cully [Fri, 6 Apr 2007 21:00:00 +0000 (14:00 -0700)]
Update UPDATING
Brendan Cully [Fri, 6 Apr 2007 20:56:13 +0000 (13:56 -0700)]
More build-release fixes
Brendan Cully [Fri, 6 Apr 2007 20:55:08 +0000 (13:55 -0700)]
mutt-1.5.15 signed
Brendan Cully [Fri, 6 Apr 2007 20:38:03 +0000 (13:38 -0700)]
Added tag mutt-1-5-15-rel for changeset
4fd2d768fe5c
Brendan Cully [Fri, 6 Apr 2007 20:38:02 +0000 (13:38 -0700)]
automatic post-release commit for mutt-1.5.15
Brendan Cully [Fri, 6 Apr 2007 20:30:08 +0000 (13:30 -0700)]
More minor build tweaks
Brendan Cully [Fri, 6 Apr 2007 20:14:24 +0000 (13:14 -0700)]
Fix up release scripts for Hg
Brendan Cully [Fri, 6 Apr 2007 19:54:46 +0000 (12:54 -0700)]
safe_rename: fall back to rename on ENOSYS and EPERM as well as EXDEV.
sshfs returns ENOSYS when attempting cross-directory links.
vfat returns EPERM.
Brendan Cully [Fri, 6 Apr 2007 19:54:46 +0000 (12:54 -0700)]
Make safe_open with O_EXCL friendlier for NFS.
Per #2707, when an open file is moved into a different directory over
NFS, it may leave a .nfsXXX hardlink behind. This causes the rmdir in
safe_open to fail, leaving tempdir droppings around. This patch works
around the problem by closing the file after creating it and reopening
it after rename.
Michael Elkins [Fri, 6 Apr 2007 04:38:19 +0000 (21:38 -0700)]
Fixup to detect qdbm includes in /usr/include/qdbm.
Remove HAVE_QDBM_VILLA_H because it is redundant.
Brendan Cully [Fri, 6 Apr 2007 02:22:00 +0000 (19:22 -0700)]
Fix up QDBM autoconf test for arguments and includes in subdirectories
Brendan Cully [Fri, 6 Apr 2007 01:52:58 +0000 (18:52 -0700)]
Fix logic error introduced in [
efbcef81ac49 ]
Brendan Cully [Fri, 6 Apr 2007 01:24:06 +0000 (18:24 -0700)]
Brendan Cully [Fri, 6 Apr 2007 01:03:05 +0000 (18:03 -0700)]
IMAP header cache API improvements.
Brendan Cully [Fri, 6 Apr 2007 00:33:47 +0000 (17:33 -0700)]
Keep hcache pointer in idata, open and close with mailbox
Brendan Cully [Fri, 6 Apr 2007 00:07:58 +0000 (17:07 -0700)]
Do not cache some unsafe header fields.
Brendan Cully [Thu, 5 Apr 2007 23:42:56 +0000 (16:42 -0700)]
Small hcache-related memory leaks
Brendan Cully [Thu, 5 Apr 2007 23:14:09 +0000 (16:14 -0700)]
Fix mh header caching (closes #2472)
Brendan Cully [Thu, 5 Apr 2007 22:21:47 +0000 (15:21 -0700)]
Teach --with-gdbm to accept a prefix (closes #2413)
Brendan Cully [Thu, 5 Apr 2007 21:32:01 +0000 (14:32 -0700)]
POSIX fixes for hcachever.sh
Brendan Cully [Thu, 5 Apr 2007 20:07:09 +0000 (13:07 -0700)]
Ignore hcversion.h, .gdb_history
Jukka Salmi [Thu, 5 Apr 2007 20:06:00 +0000 (13:06 -0700)]
Check for BDB4 libs in $lib as well as $lib/$ver (fixes pkgsrc BDB4 detection)
Brendan Cully [Thu, 5 Apr 2007 19:55:31 +0000 (12:55 -0700)]
Version header cache against MD5 of structures on which it depends
Brendan Cully [Thu, 5 Apr 2007 16:26:09 +0000 (09:26 -0700)]
Remove broken namespace support
Brendan Cully [Wed, 4 Apr 2007 23:31:50 +0000 (16:31 -0700)]
Ignore cscope files
Brendan Cully [Wed, 4 Apr 2007 18:47:28 +0000 (11:47 -0700)]
Only reset UIDNEXT if new mail has been detected.
This prevents mutt from suddenly finding new mail when switching
from unknown UIDVALIDITY to known.
Fabian Groffen [Wed, 4 Apr 2007 16:37:39 +0000 (09:37 -0700)]
Check for Berkeley DB versions 4.4 and 4.5
Christoph Berg [Tue, 3 Apr 2007 23:35:11 +0000 (01:35 +0200)]
Fix typos in CRYPT_BACKEND #ifs.
Christoph Berg [Tue, 3 Apr 2007 21:08:46 +0000 (14:08 -0700)]
When -- is present in the argument list, allow attachment globs.
The -- separates file names from recipients.
Also works for -A and -Q.
Fabian Groffen [Tue, 3 Apr 2007 17:54:56 +0000 (10:54 -0700)]
Fix some warnings.
Brendan Cully [Mon, 2 Apr 2007 22:20:58 +0000 (15:20 -0700)]
Validate msgid in APOP authentication. Closes #2846
Brendan Cully [Tue, 3 Apr 2007 15:59:11 +0000 (08:59 -0700)]
Fix DB4 crash introduced in
d5ab883ef90a
Brendan Cully [Tue, 3 Apr 2007 15:44:24 +0000 (08:44 -0700)]
Add missing hcache.h include
Brendan Cully [Tue, 3 Apr 2007 03:44:47 +0000 (20:44 -0700)]
Check message for boundary collisions (closes #902)
Brendan Cully [Tue, 3 Apr 2007 02:59:38 +0000 (19:59 -0700)]
Do not clobber string field on keypress when returning from file browser (closes #755)
Brendan Cully [Tue, 3 Apr 2007 02:19:55 +0000 (19:19 -0700)]
Add hook for proper IMAP unseen count in mailbox browser
David Yitzchak Cohen [Tue, 3 Apr 2007 01:41:37 +0000 (18:41 -0700)]
flea: produce mutt version info in C locale (closes #1881)
John Hawkinson [Tue, 3 Apr 2007 01:17:06 +0000 (18:17 -0700)]
Write Sender header if specified (closes #2682)
Brendan Cully [Tue, 3 Apr 2007 00:56:16 +0000 (17:56 -0700)]
Fix off-by-one allocating mh sequences
Brendan Cully [Tue, 3 Apr 2007 00:15:45 +0000 (17:15 -0700)]
Make mutt_edit_file display error if editor return is non-zero. (closes #1638)
Brendan Cully [Mon, 2 Apr 2007 23:18:37 +0000 (16:18 -0700)]
Reset uidnext unconditionally in IMAP new mail check.
Reverts a logic error introduced in [
0cb476dc70a7 ]
Brendan Cully [Mon, 2 Apr 2007 21:33:29 +0000 (14:33 -0700)]
Fix a segfault in the new mboxcache hcache lookup.
idata may not have an associated context, so the cache path must use
the account info instead. For harmony with the other hcache callers,
make them all canonify the path the same way with imap_hcache_open.
Brendan Cully [Mon, 2 Apr 2007 18:00:22 +0000 (11:00 -0700)]
Fix segfault in new mboxcache hcache check when create is 0
Brendan Cully [Mon, 2 Apr 2007 17:48:47 +0000 (10:48 -0700)]
Add create flag to imap_mboxcache_get
Brendan Cully [Mon, 2 Apr 2007 17:36:20 +0000 (10:36 -0700)]
Push mbox cache header cache check into imap_mboxcache_get
Brendan Cully [Mon, 2 Apr 2007 17:02:57 +0000 (10:02 -0700)]
Cache IMAP access checks
Brendan Cully [Mon, 2 Apr 2007 06:12:45 +0000 (23:12 -0700)]
Adjust context->size on IMAP load and expunge (closes #2749)
Ambrose Li [Mon, 2 Apr 2007 03:00:22 +0000 (20:00 -0700)]
Updated Taiwanese translation
TAKAHASHI Tamotsu [Sun, 1 Apr 2007 22:40:02 +0000 (15:40 -0700)]
gpgme: check result for signatures pointer (closes: #2199)
Brendan Cully [Sun, 1 Apr 2007 22:33:44 +0000 (15:33 -0700)]
Update flea man page to current addresses
Brendan Cully [Sun, 1 Apr 2007 22:26:52 +0000 (15:26 -0700)]
Adjust flea to use new submission address; check email for @
Brendan Cully [Sun, 1 Apr 2007 21:59:25 +0000 (14:59 -0700)]
Merge flea restore
Brendan Cully [Sun, 1 Apr 2007 21:58:53 +0000 (14:58 -0700)]
Restore muttbug
Brendan Cully [Sun, 1 Apr 2007 01:50:39 +0000 (18:50 -0700)]
Add tmp flag to bcache_put, create bcache_commit.
Brendan Cully [Sat, 31 Mar 2007 23:07:36 +0000 (16:07 -0700)]
Allow IMAP FCC to reconnect if append fails (closes: #890)