]> granicus.if.org Git - neomutt/log
neomutt
17 years agoMake IMAP header cache layout match body cache.
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.

17 years agoAdd hcache path name hook
Brendan Cully [Tue, 10 Apr 2007 23:40:53 +0000 (16:40 -0700)]
Add hcache path name hook

17 years agoSimplify body cache path creation
Brendan Cully [Tue, 10 Apr 2007 23:22:08 +0000 (16:22 -0700)]
Simplify body cache path creation

17 years agoDo not hold hcache open while mailbox is open - it can lead to lockups
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

17 years agoAdd imap_hcache_del; minor cleanups
Brendan Cully [Tue, 10 Apr 2007 22:32:08 +0000 (15:32 -0700)]
Add imap_hcache_del; minor cleanups

17 years agoFix a compiler warning
Brendan Cully [Tue, 10 Apr 2007 20:53:51 +0000 (13:53 -0700)]
Fix a compiler warning

17 years agoDon't use $indent_string to quote replies to flowed messages (closes #2874).
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).

17 years agoIgnore TAGS files
Brendan Cully [Tue, 10 Apr 2007 20:41:30 +0000 (13:41 -0700)]
Ignore TAGS files

17 years agoUpdated Czech translation
Petr Písař [Tue, 10 Apr 2007 17:16:29 +0000 (10:16 -0700)]
Updated Czech translation

17 years agoWrap flowed lines at no more than FLOWED_MAX in replies
Brendan Cully [Tue, 10 Apr 2007 17:13:19 +0000 (10:13 -0700)]
Wrap flowed lines at no more than FLOWED_MAX in replies

17 years agoExit with a nonzero value if sending a message in batch mode fails (bug #2709).
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).

17 years agoUse mutt_pretty_size() to format '%s' in $folder_format so it is similar to '%c'...
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

17 years agoKill off some IMAP TODO items
Brendan Cully [Mon, 9 Apr 2007 18:32:18 +0000 (11:32 -0700)]
Kill off some IMAP TODO items

17 years agoNull out idata->hcache when closing, and remove close from open failure (mx_close...
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).

17 years agoUpdated Russian translation.
Vsevolod Volkov [Mon, 9 Apr 2007 15:56:17 +0000 (08:56 -0700)]
Updated Russian translation.

17 years agomerge with tip
Michael Elkins [Sat, 7 Apr 2007 23:23:37 +0000 (16:23 -0700)]
merge with tip

17 years agoAllow reply-hook to use ~h when replying from the index. Fixes regression introduce...
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.

17 years agoFix compiler aliasing warnings
Fabian Groffen [Sat, 7 Apr 2007 23:20:14 +0000 (16:20 -0700)]
Fix compiler aliasing warnings

17 years agoFix compiler warnings
Fabian Groffen [Sat, 7 Apr 2007 23:13:55 +0000 (16:13 -0700)]
Fix compiler warnings

17 years agoFix BDB autoconf buglet introduced in [3638701db407]
Jukka Salmi [Sat, 7 Apr 2007 23:05:15 +0000 (16:05 -0700)]
Fix BDB autoconf buglet introduced in [3638701db407]

17 years agoadd "|" to the list of shell chars
Michael Elkins [Sat, 7 Apr 2007 22:21:24 +0000 (15:21 -0700)]
add "|" to the list of shell chars

17 years ago"complete" function should consider shell chars to be word boundaries when doing...
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)

17 years agomerged with tip
Michael Elkins [Sat, 7 Apr 2007 21:34:31 +0000 (14:34 -0700)]
merged with tip

17 years agobug #2871
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.

17 years agoFix some compiler warnings
Fabian Groffen [Sat, 7 Apr 2007 21:32:52 +0000 (14:32 -0700)]
Fix some compiler warnings

17 years agoFix compiler warnings
Brendan Cully [Sat, 7 Apr 2007 20:40:20 +0000 (13:40 -0700)]
Fix compiler warnings

17 years agoMark error message for translation
Brendan Cully [Sat, 7 Apr 2007 20:10:11 +0000 (13:10 -0700)]
Mark error message for translation

17 years agoUpdated French translation
Vincent Lefevre [Sat, 7 Apr 2007 01:03:25 +0000 (18:03 -0700)]
Updated French translation

17 years agoUpdate UPDATING
Brendan Cully [Fri, 6 Apr 2007 21:00:00 +0000 (14:00 -0700)]
Update UPDATING

17 years agoMore build-release fixes
Brendan Cully [Fri, 6 Apr 2007 20:56:13 +0000 (13:56 -0700)]
More build-release fixes

17 years agomutt-1.5.15 signed
Brendan Cully [Fri, 6 Apr 2007 20:55:08 +0000 (13:55 -0700)]
mutt-1.5.15 signed

17 years agoAdded tag mutt-1-5-15-rel for changeset 4fd2d768fe5c
Brendan Cully [Fri, 6 Apr 2007 20:38:03 +0000 (13:38 -0700)]
Added tag mutt-1-5-15-rel for changeset 4fd2d768fe5c

17 years agoautomatic post-release commit for mutt-1.5.15
Brendan Cully [Fri, 6 Apr 2007 20:38:02 +0000 (13:38 -0700)]
automatic post-release commit for mutt-1.5.15

17 years agoMore minor build tweaks
Brendan Cully [Fri, 6 Apr 2007 20:30:08 +0000 (13:30 -0700)]
More minor build tweaks

17 years agoFix up release scripts for Hg
Brendan Cully [Fri, 6 Apr 2007 20:14:24 +0000 (13:14 -0700)]
Fix up release scripts for Hg

17 years agosafe_rename: fall back to rename on ENOSYS and EPERM as well as EXDEV.
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.

17 years agoMake safe_open with O_EXCL friendlier for NFS.
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.

17 years agoFixup to detect qdbm includes in /usr/include/qdbm.
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.

17 years agoFix up QDBM autoconf test for arguments and includes in subdirectories
Brendan Cully [Fri, 6 Apr 2007 02:22:00 +0000 (19:22 -0700)]
Fix up QDBM autoconf test for arguments and includes in subdirectories

17 years agoFix logic error introduced in [efbcef81ac49]
Brendan Cully [Fri, 6 Apr 2007 01:52:58 +0000 (18:52 -0700)]
Fix logic error introduced in [efbcef81ac49]

17 years agoFix typo in 26b19fc9b78c
Brendan Cully [Fri, 6 Apr 2007 01:24:06 +0000 (18:24 -0700)]
Fix typo in 26b19fc9b78c

17 years agoIMAP header cache API improvements.
Brendan Cully [Fri, 6 Apr 2007 01:03:05 +0000 (18:03 -0700)]
IMAP header cache API improvements.

17 years agoKeep hcache pointer in idata, open and close with mailbox
Brendan Cully [Fri, 6 Apr 2007 00:33:47 +0000 (17:33 -0700)]
Keep hcache pointer in idata, open and close with mailbox

17 years agoDo not cache some unsafe header fields.
Brendan Cully [Fri, 6 Apr 2007 00:07:58 +0000 (17:07 -0700)]
Do not cache some unsafe header fields.

17 years agoSmall hcache-related memory leaks
Brendan Cully [Thu, 5 Apr 2007 23:42:56 +0000 (16:42 -0700)]
Small hcache-related memory leaks

17 years agoFix mh header caching (closes #2472)
Brendan Cully [Thu, 5 Apr 2007 23:14:09 +0000 (16:14 -0700)]
Fix mh header caching (closes #2472)

17 years agoTeach --with-gdbm to accept a prefix (closes #2413)
Brendan Cully [Thu, 5 Apr 2007 22:21:47 +0000 (15:21 -0700)]
Teach --with-gdbm to accept a prefix (closes #2413)

17 years agoPOSIX fixes for hcachever.sh
Brendan Cully [Thu, 5 Apr 2007 21:32:01 +0000 (14:32 -0700)]
POSIX fixes for hcachever.sh

17 years agoIgnore hcversion.h, .gdb_history
Brendan Cully [Thu, 5 Apr 2007 20:07:09 +0000 (13:07 -0700)]
Ignore hcversion.h, .gdb_history

17 years agoCheck for BDB4 libs in $lib as well as $lib/$ver (fixes pkgsrc BDB4 detection)
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)

17 years agoVersion header cache against MD5 of structures on which it depends
Brendan Cully [Thu, 5 Apr 2007 19:55:31 +0000 (12:55 -0700)]
Version header cache against MD5 of structures on which it depends

17 years agoRemove broken namespace support
Brendan Cully [Thu, 5 Apr 2007 16:26:09 +0000 (09:26 -0700)]
Remove broken namespace support

17 years agoIgnore cscope files
Brendan Cully [Wed, 4 Apr 2007 23:31:50 +0000 (16:31 -0700)]
Ignore cscope files

17 years agoOnly reset UIDNEXT if new mail has been detected.
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.

17 years agoCheck for Berkeley DB versions 4.4 and 4.5
Fabian Groffen [Wed, 4 Apr 2007 16:37:39 +0000 (09:37 -0700)]
Check for Berkeley DB versions 4.4 and 4.5

17 years agoFix typos in CRYPT_BACKEND #ifs.
Christoph Berg [Tue, 3 Apr 2007 23:35:11 +0000 (01:35 +0200)]
Fix typos in CRYPT_BACKEND #ifs.

17 years agoWhen -- is present in the argument list, allow attachment globs.
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.

17 years agoFix some warnings.
Fabian Groffen [Tue, 3 Apr 2007 17:54:56 +0000 (10:54 -0700)]
Fix some warnings.

17 years agoValidate msgid in APOP authentication. Closes #2846
Brendan Cully [Mon, 2 Apr 2007 22:20:58 +0000 (15:20 -0700)]
Validate msgid in APOP authentication. Closes #2846

17 years agoFix DB4 crash introduced in d5ab883ef90a
Brendan Cully [Tue, 3 Apr 2007 15:59:11 +0000 (08:59 -0700)]
Fix DB4 crash introduced in d5ab883ef90a

17 years agoAdd missing hcache.h include
Brendan Cully [Tue, 3 Apr 2007 15:44:24 +0000 (08:44 -0700)]
Add missing hcache.h include

17 years agoCheck message for boundary collisions (closes #902)
Brendan Cully [Tue, 3 Apr 2007 03:44:47 +0000 (20:44 -0700)]
Check message for boundary collisions (closes #902)

17 years agoDo not clobber string field on keypress when returning from file browser (closes...
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)

17 years agoAdd hook for proper IMAP unseen count in mailbox browser
Brendan Cully [Tue, 3 Apr 2007 02:19:55 +0000 (19:19 -0700)]
Add hook for proper IMAP unseen count in mailbox browser

17 years agoflea: produce mutt version info in C locale (closes #1881)
David Yitzchak Cohen [Tue, 3 Apr 2007 01:41:37 +0000 (18:41 -0700)]
flea: produce mutt version info in C locale (closes #1881)

17 years agoWrite Sender header if specified (closes #2682)
John Hawkinson [Tue, 3 Apr 2007 01:17:06 +0000 (18:17 -0700)]
Write Sender header if specified (closes #2682)

17 years agoFix off-by-one allocating mh sequences
Brendan Cully [Tue, 3 Apr 2007 00:56:16 +0000 (17:56 -0700)]
Fix off-by-one allocating mh sequences

17 years agoMake mutt_edit_file display error if editor return is non-zero. (closes #1638)
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)

17 years agoReset uidnext unconditionally in IMAP new mail check.
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]

17 years agoFix a segfault in the new mboxcache hcache lookup.
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.

17 years agoFix segfault in new mboxcache hcache check when create is 0
Brendan Cully [Mon, 2 Apr 2007 18:00:22 +0000 (11:00 -0700)]
Fix segfault in new mboxcache hcache check when create is 0

17 years agoAdd create flag to imap_mboxcache_get
Brendan Cully [Mon, 2 Apr 2007 17:48:47 +0000 (10:48 -0700)]
Add create flag to imap_mboxcache_get

17 years agoPush mbox cache header cache check into 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

17 years agoCache IMAP access checks
Brendan Cully [Mon, 2 Apr 2007 17:02:57 +0000 (10:02 -0700)]
Cache IMAP access checks

17 years agoAdjust context->size on IMAP load and expunge (closes #2749)
Brendan Cully [Mon, 2 Apr 2007 06:12:45 +0000 (23:12 -0700)]
Adjust context->size on IMAP load and expunge (closes #2749)

17 years agoUpdated Taiwanese translation
Ambrose Li [Mon, 2 Apr 2007 03:00:22 +0000 (20:00 -0700)]
Updated Taiwanese translation

17 years agogpgme: check result for signatures pointer (closes: #2199)
TAKAHASHI Tamotsu [Sun, 1 Apr 2007 22:40:02 +0000 (15:40 -0700)]
gpgme: check result for signatures pointer (closes: #2199)

17 years agoUpdate flea man page to current addresses
Brendan Cully [Sun, 1 Apr 2007 22:33:44 +0000 (15:33 -0700)]
Update flea man page to current addresses

17 years agoAdjust flea to use new submission address; check email for @
Brendan Cully [Sun, 1 Apr 2007 22:26:52 +0000 (15:26 -0700)]
Adjust flea to use new submission address; check email for @

17 years agoMerge flea restore
Brendan Cully [Sun, 1 Apr 2007 21:59:25 +0000 (14:59 -0700)]
Merge flea restore

17 years agoRestore muttbug
Brendan Cully [Sun, 1 Apr 2007 21:58:53 +0000 (14:58 -0700)]
Restore muttbug

17 years agoAdd tmp flag to bcache_put, create bcache_commit.
Brendan Cully [Sun, 1 Apr 2007 01:50:39 +0000 (18:50 -0700)]
Add tmp flag to bcache_put, create bcache_commit.

17 years agoAllow IMAP FCC to reconnect if append fails (closes: #890)
Brendan Cully [Sat, 31 Mar 2007 23:07:36 +0000 (16:07 -0700)]
Allow IMAP FCC to reconnect if append fails (closes: #890)

17 years agoAlways set up data pointer in mh_read_dir, not just when allocating context
Brendan Cully [Sat, 31 Mar 2007 21:10:35 +0000 (14:10 -0700)]
Always set up data pointer in mh_read_dir, not just when allocating context

17 years agoFix handling of DB4 hcache open failure. (closes: #2714)
Daniel Burrows [Sat, 31 Mar 2007 04:26:16 +0000 (21:26 -0700)]
Fix handling of DB4 hcache open failure. (closes: #2714)

17 years agoSet mode of new mh/maildir messages to match parent directory.
Brendan Cully [Sat, 31 Mar 2007 03:18:02 +0000 (20:18 -0700)]
Set mode of new mh/maildir messages to match parent directory.

17 years agoMove mtime_cur from CONTEXT to mh_data
Brendan Cully [Sat, 31 Mar 2007 02:51:44 +0000 (19:51 -0700)]
Move mtime_cur from CONTEXT to mh_data

17 years agoAdd close hook for mh/maildir.
Brendan Cully [Sat, 31 Mar 2007 02:41:27 +0000 (19:41 -0700)]
Add close hook for mh/maildir.
stat the directory on open.
Make IMAP close function match prototype.

17 years agoAdd function pointer for close hook in Context.
Brendan Cully [Sat, 31 Mar 2007 02:22:55 +0000 (19:22 -0700)]
Add function pointer for close hook in Context.
Slowly inch towards function pointers instead of switch statements.

17 years agoUse RECENT for first mailbox check if header cache check fails
Brendan Cully [Fri, 30 Mar 2007 21:12:58 +0000 (14:12 -0700)]
Use RECENT for first mailbox check if header cache check fails

17 years agoConsult header cache if available for last known new mail count.
Brendan Cully [Fri, 30 Mar 2007 07:21:02 +0000 (00:21 -0700)]
Consult header cache if available for last known new mail count.
This prevents mutt from announcing new mail in mailboxes that have
unseen, but not new, messages, if those mailboxes are in the header
cache.

17 years agoDo not page sendmail error in batch mode. (closes: #2800)
Brendan Cully [Fri, 30 Mar 2007 04:08:28 +0000 (21:08 -0700)]
Do not page sendmail error in batch mode. (closes: #2800)

17 years agof=f handler: Re-add space between quotes and text
Rocco Rutte [Thu, 29 Mar 2007 22:53:35 +0000 (15:53 -0700)]
f=f handler: Re-add space between quotes and text

17 years agoMake -j2 in doc work (closes: #2538)
Brendan Cully [Thu, 29 Mar 2007 22:47:51 +0000 (15:47 -0700)]
Make -j2 in doc work (closes: #2538)

17 years agoUse ~/.muttrc as the default alias_file if no user muttrc exists.
Christoph Berg [Thu, 29 Mar 2007 22:23:58 +0000 (15:23 -0700)]
Use ~/.muttrc as the default alias_file if no user muttrc exists.
Makes the code agree with the documentation. Document that default is
actually the used muttrc. (Closes Debian #226500.)

17 years agoMake message cache write to temporary location until file is complete.
Brendan Cully [Thu, 29 Mar 2007 17:30:15 +0000 (10:30 -0700)]
Make message cache write to temporary location until file is complete.
Previously mutt trusted the cache file even when it was incomplete,
causing permanently incorrect message display if the fetch was
interrupted for some reason.

17 years agoFix debug message for mutt_adr_is_user
Thomas Roessler [Wed, 28 Mar 2007 07:43:00 +0000 (09:43 +0200)]
Fix debug message for mutt_adr_is_user

17 years agoReset list.name before each list response in folder browser
Brendan Cully [Fri, 23 Mar 2007 17:32:29 +0000 (10:32 -0700)]
Reset list.name before each list response in folder browser

17 years agoFix update_index().
Thomas Roessler [Thu, 22 Mar 2007 13:36:53 +0000 (14:36 +0100)]
Fix update_index().

17 years agoMerge $umask backout
Brendan Cully [Wed, 21 Mar 2007 18:29:20 +0000 (11:29 -0700)]
Merge $umask backout