]> granicus.if.org Git - mutt/log
mutt
17 years agoThis patch implements the "%* " notation, which is analogous to "%> "
David Champion [Mon, 9 Jul 2007 01:27:35 +0000 (18:27 -0700)]
This patch implements the "%* " notation, which is analogous to "%> "
but gives precedence to the right side instead of to the left when the
fill length is zero. The default $pager_format is updated to use it so
that %P is always available at the edge of the screen.

17 years agoUpdated Esperanto translation.
Edmund GRIMLEY EVANS [Sun, 8 Jul 2007 22:34:10 +0000 (15:34 -0700)]
Updated Esperanto translation.

17 years agoFix some compiler warnings in GPGME. Closes #2919.
Brendan Cully [Thu, 5 Jul 2007 00:36:37 +0000 (17:36 -0700)]
Fix some compiler warnings in GPGME. Closes #2919.

17 years agoGPGME: Stop parsing message as soon as PGP header is found.
Brendan Cully [Thu, 5 Jul 2007 00:22:24 +0000 (17:22 -0700)]
GPGME: Stop parsing message as soon as PGP header is found.
Use file_to_data_object to build data for inline signature
verification instead of doing it by hand. This fixes inline
verification for me.

TODO: crypt-gpgme helper functions seem to return lots of pointers off
the stack in very dubious ways.

17 years agoFix %P in pager status for off_t variability.
Dan Fandrich [Wed, 27 Jun 2007 17:38:48 +0000 (10:38 -0700)]
Fix %P in pager status for off_t variability.

17 years agoremove a double inclusion of config.h
Dan Fandrich [Wed, 27 Jun 2007 17:35:59 +0000 (10:35 -0700)]
remove a double inclusion of config.h

17 years agoflowed: consider a single space as a hard line break. Closes #2906
Sertaç Ö. Yıldız [Fri, 15 Jun 2007 01:17:41 +0000 (18:17 -0700)]
flowed: consider a single space as a hard line break. Closes #2906

17 years agoUpdated Russian translation
Vsevolod Volkov [Wed, 13 Jun 2007 17:43:21 +0000 (10:43 -0700)]
Updated Russian translation

17 years agoUpdated Dutch translation
René Clerc [Mon, 11 Jun 2007 16:27:21 +0000 (09:27 -0700)]
Updated Dutch translation

17 years agoUpdated Czech translation.
Petr Pisar [Mon, 11 Jun 2007 16:19:36 +0000 (09:19 -0700)]
Updated Czech translation.

17 years agoUpdated Polish translation.
Pawel Dziekonski [Mon, 11 Jun 2007 04:30:58 +0000 (21:30 -0700)]
Updated Polish translation.

17 years agoUpdated French translation.
Vincent Lefevre [Mon, 11 Jun 2007 04:27:52 +0000 (21:27 -0700)]
Updated French translation.

17 years agoUpdated German translation
Roland Rosenfeld [Sun, 10 Jun 2007 16:55:07 +0000 (09:55 -0700)]
Updated German translation

17 years agoFix quoting for hg sign in build-release
Brendan Cully [Sun, 10 Jun 2007 04:08:38 +0000 (21:08 -0700)]
Fix quoting for hg sign in build-release

17 years agomutt-1.5.16 signed
Brendan Cully [Sun, 10 Jun 2007 04:03:12 +0000 (21:03 -0700)]
mutt-1.5.16 signed

17 years agoAdded tag mutt-1-5-16-rel for changeset aaf805734d24
Brendan Cully [Sun, 10 Jun 2007 03:32:22 +0000 (20:32 -0700)]
Added tag mutt-1-5-16-rel for changeset aaf805734d24

17 years agoautomatic post-release commit for mutt-1.5.16 mutt-1-5-16-rel
Brendan Cully [Sun, 10 Jun 2007 03:32:21 +0000 (20:32 -0700)]
automatic post-release commit for mutt-1.5.16

17 years agoIgnore hcachever.sh now that autoconf is creating it
Brendan Cully [Sun, 10 Jun 2007 03:26:27 +0000 (20:26 -0700)]
Ignore hcachever.sh now that autoconf is creating it

17 years agoMake GPGME backend generate a RFC3156-compliant micalg parameter
Brendan Cully [Sun, 10 Jun 2007 02:58:22 +0000 (19:58 -0700)]
Make GPGME backend generate a RFC3156-compliant micalg parameter
(blush). Based on a patch by Stefan Haun. Closes #2901.

17 years agoremove unnecessary dprints
Thomas Roessler [Fri, 8 Jun 2007 23:03:09 +0000 (01:03 +0200)]
remove unnecessary dprints

17 years agoFix header encoding corner case.
Thomas Roessler [Fri, 8 Jun 2007 22:47:26 +0000 (00:47 +0200)]
Fix header encoding corner case.

17 years agoMake sort by "To" stable (closes #2515).
pywatson [Tue, 5 Jun 2007 20:12:05 +0000 (13:12 -0700)]
Make sort by "To" stable (closes #2515).
compare_to() calls mutt_get_name(), which may return a static pointer
if it in turn calls mutt_addr_for_display(). If this static pointer is
used for a and b, the result is bad. The fix is to make a copy of the
first object.

17 years agoTemporarily set pipe_decode in the \cb urlview macro. (Debian #423640.)
Christoph Berg [Thu, 17 May 2007 12:40:07 +0000 (14:40 +0200)]
Temporarily set pipe_decode in the \cb urlview macro. (Debian #423640.)

17 years agoUse autoconf instead of "which" to discover MD5 tool
Brendan Cully [Mon, 28 May 2007 23:44:20 +0000 (16:44 -0700)]
Use autoconf instead of "which" to discover MD5 tool

17 years agoMerge with tlr
Brendan Cully [Sun, 20 May 2007 07:31:19 +0000 (00:31 -0700)]
Merge with tlr

17 years agoForget SMTP password if authentication fails.
Brendan Cully [Sun, 20 May 2007 07:29:19 +0000 (00:29 -0700)]
Forget SMTP password if authentication fails.
Thanks to Gregory Shapiro for the initial patch (I've moved the reset
from smtp_auth_sasl up to smtp_auth, and used the account API
instead of twiddling account bits by hand). Closes #2872.

17 years agoJump to the next *sub*-thread when tag-subthread is invoked,
Thomas Roessler [Tue, 15 May 2007 19:05:53 +0000 (21:05 +0200)]
Jump to the next *sub*-thread when tag-subthread is invoked,
not to the next thread.

17 years agof=f: flush buffer contents (if any) after reading input
Rocco Rutte [Tue, 8 May 2007 19:54:42 +0000 (12:54 -0700)]
f=f: flush buffer contents (if any) after reading input
Otherwise mutt maybe won't show the last line if it's supposed
to continue.

17 years agoRename next-folder to next-unread-mailbox. Remove default binding.
Brendan Cully [Mon, 7 May 2007 18:50:51 +0000 (11:50 -0700)]
Rename next-folder to next-unread-mailbox. Remove default binding.

17 years agoUse signed arithmetic in mutt_gecos_name to avoid an overflow.
Brendan Cully [Mon, 7 May 2007 18:19:15 +0000 (11:19 -0700)]
Use signed arithmetic in mutt_gecos_name to avoid an overflow.
Closes #2885.

18 years agoAdd next-folder command
N.J. Mann [Wed, 2 May 2007 17:50:07 +0000 (10:50 -0700)]
Add next-folder command

18 years agoMake IDN depend on iconv support
Brendan Cully [Tue, 1 May 2007 17:41:50 +0000 (10:41 -0700)]
Make IDN depend on iconv support

18 years agocontrib/smime.rc: $smime_verify_opaque_command fallback to -noverify
Alain Bench [Mon, 30 Apr 2007 02:10:20 +0000 (19:10 -0700)]
contrib/smime.rc: $smime_verify_opaque_command fallback to -noverify
to get signed text despite a failed -verify (but send only this first
failure notice to stderr).
smime.c: fflush() before rewind().
Closes #2428. Helps Debian Bug 420014

18 years agoUpdated French translation.
Vincent Lefevre [Wed, 25 Apr 2007 00:51:43 +0000 (17:51 -0700)]
Updated French translation.

18 years agofixup for mutt_FormatString() changes
Michael Elkins [Tue, 24 Apr 2007 21:08:58 +0000 (14:08 -0700)]
fixup for mutt_FormatString() changes

18 years agoFix compilation error related to change in mutt_FormatString()
Michael Elkins [Mon, 23 Apr 2007 19:12:29 +0000 (12:12 -0700)]
Fix compilation error related to change in mutt_FormatString()

18 years agoUse PGP_SECRING to find PGP signing keys. Closes #2878.
Brendan Cully [Sat, 21 Apr 2007 20:05:49 +0000 (13:05 -0700)]
Use PGP_SECRING to find PGP signing keys. Closes #2878.

18 years agoUpdated Basque translation.
Piarres Beobide Egaña [Sat, 21 Apr 2007 20:00:41 +0000 (13:00 -0700)]
Updated Basque translation.

18 years agoRemoved hardcoded pager progress indicator and add %P format code to $pager_status...
Michael Elkins [Sun, 15 Apr 2007 22:43:57 +0000 (15:43 -0700)]
Removed hardcoded pager progress indicator and add %P format code to $pager_status which contains the same information.

Append "%> -- (%P)" to $pager_status to emulate old behavior.

Closes #2087.

18 years agomerge with tip
Michael Elkins [Sun, 15 Apr 2007 21:54:07 +0000 (14:54 -0700)]
merge with tip

18 years agoStrip / from tail of LastDir when copying from Maildir (closes #1885)
Brendan Cully [Fri, 13 Apr 2007 21:14:07 +0000 (14:14 -0700)]
Strip / from tail of LastDir when copying from Maildir (closes #1885)

18 years agoAllow elinks for building manual.txt (closes #2876)
Brendan Cully [Fri, 13 Apr 2007 16:46:22 +0000 (09:46 -0700)]
Allow elinks for building manual.txt (closes #2876)

18 years agoEven simpler header wrapping fix
Brendan Cully [Fri, 13 Apr 2007 16:30:37 +0000 (09:30 -0700)]
Even simpler header wrapping fix

18 years agoFix header wrapping
Brendan Cully [Fri, 13 Apr 2007 16:21:20 +0000 (09:21 -0700)]
Fix header wrapping

18 years agoDifferentiate between first and second maildir passes in progress indicator
Brendan Cully [Fri, 13 Apr 2007 03:11:49 +0000 (20:11 -0700)]
Differentiate between first and second maildir passes in progress indicator

18 years agoOnly call mutt_set_flag when necessary when checking for maildir changes (fixes ...
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)

18 years agoOnly update header color in mutt_set_flag if flag has changed (see #1216, #1931)
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)

18 years agoMake $header_cache_compress default to set
Brendan Cully [Thu, 12 Apr 2007 18:54:05 +0000 (11:54 -0700)]
Make $header_cache_compress default to set

18 years agoSimplify IMAP message fetch loop slightly
Brendan Cully [Thu, 12 Apr 2007 16:42:01 +0000 (09:42 -0700)]
Simplify IMAP message fetch loop slightly

18 years agoHandle a missing or corrupted header cache entry (closes #2676)
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.

18 years agoPass column value recursively when expanding format strings (bug #2840).
Michael Elkins [Thu, 12 Apr 2007 05:36:24 +0000 (22:36 -0700)]
Pass column value recursively when expanding format strings (bug #2840).

18 years agoMake mutt more posixly-correct (closes #1615).
Paul Eggert [Wed, 11 Apr 2007 21:19:34 +0000 (14:19 -0700)]
Make mutt more posixly-correct (closes #1615).

18 years agoRemove un-POSIX TZ NOOP in mkchangelog.sh (see #1615)
Brendan Cully [Wed, 11 Apr 2007 21:06:49 +0000 (14:06 -0700)]
Remove un-POSIX TZ NOOP in mkchangelog.sh (see #1615)

18 years agoAdd $smtp_pass (closes #2116)
Brendan Cully [Wed, 11 Apr 2007 20:40:10 +0000 (13:40 -0700)]
Add $smtp_pass (closes #2116)

18 years agoExplicit -j1 breaks some versions of make (see #2538)
Brendan Cully [Wed, 11 Apr 2007 19:53:49 +0000 (12:53 -0700)]
Explicit -j1 breaks some versions of make (see #2538)

18 years agoMake imap_hcache_open robust against missing idata->ctx
Brendan Cully [Wed, 11 Apr 2007 16:25:56 +0000 (09:25 -0700)]
Make imap_hcache_open robust against missing idata->ctx

18 years agoDo not attempt to parse idata->ctx->path if an explicit path is given
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

18 years agoAdd $message_cache_clean option to prune message cache on sync
Brendan Cully [Wed, 11 Apr 2007 03:22:06 +0000 (20:22 -0700)]
Add $message_cache_clean option to prune message cache on sync

18 years agoTry to unlink old header cache if open fails
Brendan Cully [Wed, 11 Apr 2007 02:28:14 +0000 (19:28 -0700)]
Try to unlink old header cache if open fails

18 years agoFix some warnings
Brendan Cully [Wed, 11 Apr 2007 02:23:16 +0000 (19:23 -0700)]
Fix some warnings

18 years agoRefactor mutt_hcache_open to share more code
Brendan Cully [Wed, 11 Apr 2007 02:19:24 +0000 (19:19 -0700)]
Refactor mutt_hcache_open to share more code

18 years agoSave some stats when header cache already exists
Brendan Cully [Wed, 11 Apr 2007 01:10:18 +0000 (18:10 -0700)]
Save some stats when header cache already exists

18 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.

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

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

18 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

18 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

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

18 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).

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

18 years agoUpdated Czech translation
Petr Pisar [Tue, 10 Apr 2007 17:16:29 +0000 (10:16 -0700)]
Updated Czech translation

18 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

18 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).

18 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

18 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

18 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).

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

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

18 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.

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

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

18 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]

18 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

18 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)

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

18 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.

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

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

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

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

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

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

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

18 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

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

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

18 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

18 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.

18 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.

18 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.