]> granicus.if.org Git - neomutt/log
neomutt
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

17 years agoBack out $umask.
Brendan Cully [Wed, 21 Mar 2007 18:26:38 +0000 (11:26 -0700)]
Back out $umask.

17 years agoUse execvp to call sendmail, useful for people trying sendmail="ssh host sendmail".
Christoph Berg [Fri, 16 Mar 2007 14:37:19 +0000 (15:37 +0100)]
Use execvp to call sendmail, useful for people trying sendmail="ssh host sendmail".

17 years agoPipe functions.h through cpp -C for the manual generation; factor out
Christoph Berg [Wed, 21 Mar 2007 17:08:56 +0000 (10:08 -0700)]
Pipe functions.h through cpp -C for the manual generation; factor out
makedoc-defs.h from init.h for use in functions.h.

17 years agoconfigure.ac: Make SSL tests for OpenSSL and gnutls behave the same
Rocco Rutte [Wed, 21 Mar 2007 16:29:00 +0000 (09:29 -0700)]
configure.ac: Make SSL tests for OpenSSL and gnutls behave the same
For both this now mentions SMTP as a possible SSL user and also turns
the error for configuring with gnutls without POP/IMAP/SMTP into a
warning as the OpenSSL part does.

17 years agoMake BUFFY_SIZE a runtime switch ($check_mbox_size)
Miroslav Lichvar [Tue, 20 Mar 2007 20:39:29 +0000 (13:39 -0700)]
Make BUFFY_SIZE a runtime switch ($check_mbox_size)

17 years agoEnlarge help string buffers
Rocco Rutte [Tue, 20 Mar 2007 20:17:28 +0000 (13:17 -0700)]
Enlarge help string buffers
Even on 80x25 terminals, SHORT_STRING (128 byte) may not be enough so use
LONG_STRING (1k) as STRING (256 byte) may well be too short for wider
terminals. Closes debian #4152777.

17 years agoRemove trailing slash from $folder in mutt_expand_path.
Antoine Reilles [Tue, 20 Mar 2007 16:45:04 +0000 (09:45 -0700)]
Remove trailing slash from $folder in mutt_expand_path.

17 years agoMake f=f handler behave like old f=f handler for quoted lines
Rocco Rutte [Tue, 20 Mar 2007 15:20:10 +0000 (08:20 -0700)]
Make f=f handler behave like old f=f handler for quoted lines
Now lines containing quote characters but no further content appear as
quoted lines again for making replies. Also, the spaces between quotes
and text are removed to make output look as it did for the old handler.

17 years agoManual: f=f messages are text/plain, not "plain ASCII"
Rocco Rutte [Mon, 19 Mar 2007 15:12:25 +0000 (08:12 -0700)]
Manual: f=f messages are text/plain, not "plain ASCII"

17 years agoFixed segfault when attempting to open an imaps mailbox when mutt is not configured...
Michael Elkins [Fri, 16 Mar 2007 18:21:59 +0000 (11:21 -0700)]
Fixed segfault when attempting to open an imaps mailbox when mutt is not configured with SSL support.

17 years agoMove configure.in to configure.ac
Brendan Cully [Fri, 16 Mar 2007 16:39:30 +0000 (09:39 -0700)]
Move configure.in to configure.ac

17 years agoAdd reldate.h to BUILT_SOURCES
Brendan Cully [Thu, 15 Mar 2007 23:29:42 +0000 (16:29 -0700)]
Add reldate.h to BUILT_SOURCES

17 years agoRemove reldate.h from EXTRADIST to fix out-of-tree builds from tarballs (and
Christoph Berg [Thu, 15 Mar 2007 15:10:48 +0000 (16:10 +0100)]
Remove reldate.h from EXTRADIST to fix out-of-tree builds from tarballs (and
remove some stray tabs).

17 years agoRemove absolute paths.
Christoph Berg [Thu, 15 Mar 2007 16:39:46 +0000 (17:39 +0100)]
Remove absolute paths.

17 years agoPull release date directly from Changelog.
Christoph Berg [Thu, 15 Mar 2007 16:21:05 +0000 (17:21 +0100)]
Pull release date directly from Changelog.

17 years agoRemove .cvsignores
Brendan Cully [Thu, 15 Mar 2007 16:23:47 +0000 (09:23 -0700)]
Remove .cvsignores

17 years agoDocument pattern groups in the manual
Rocco Rutte [Thu, 15 Mar 2007 15:48:04 +0000 (08:48 -0700)]
Document pattern groups in the manual
Sync with muttrc. Add some rationale for groups. Fix some style issues.
Fix quoting issue with $smtp_authenticators.

17 years agoImproved pattern documentation (group/ungroup)
Kyle Wheeler [Thu, 15 Mar 2007 06:03:37 +0000 (23:03 -0700)]
Improved pattern documentation (group/ungroup)

17 years agoUndefine mbyte macros before overriding them (#2820)
Brendan Cully [Thu, 15 Mar 2007 05:29:41 +0000 (22:29 -0700)]
Undefine mbyte macros before overriding them (#2820)