]> granicus.if.org Git - neomutt/log
neomutt
16 years agoUse stat() instead of dirent->d_type to test for directory. Closes #3089.
Vladimir Marek [Wed, 2 Jul 2008 16:26:17 +0000 (18:26 +0200)]
Use stat() instead of dirent->d_type to test for directory. Closes #3089.

16 years agoCalculate menu->max after a possible resort in index
Rocco Rutte [Wed, 2 Jul 2008 16:23:30 +0000 (18:23 +0200)]
Calculate menu->max after a possible resort in index
(maybe changing number of messages). Closes #3088.

16 years agoFix casts for progress update to prevent -ftrapv aborts to trigger. Closes #3018.
Rocco Rutte [Wed, 2 Jul 2008 16:08:07 +0000 (18:08 +0200)]
Fix casts for progress update to prevent -ftrapv aborts to trigger. Closes #3018.

16 years agoOnly make LC_MESSAGES conditional on NLS in GPGME locale support.
Brendan Cully [Wed, 2 Jul 2008 15:56:00 +0000 (08:56 -0700)]
Only make LC_MESSAGES conditional on NLS in GPGME locale support.

16 years agoUse realpath() in mutt_pretty_mailbox() for paths that may need it.
Rocco Rutte [Wed, 2 Jul 2008 09:19:14 +0000 (11:19 +0200)]
Use realpath() in mutt_pretty_mailbox() for paths that may need it.
This requires to add the buffer size as parameter since the result may
be longer than the original but still fit in the buffer. Closes #2948.

16 years agoUse casts to avoid triggering integer overflow detection in hash function
Rocco Rutte [Wed, 2 Jul 2008 08:06:10 +0000 (10:06 +0200)]
Use casts to avoid triggering integer overflow detection in hash function

16 years agoClamp timeval math to unsigned int to match progress timestamps.
Vincent Lefevre [Wed, 2 Jul 2008 03:06:03 +0000 (20:06 -0700)]
Clamp timeval math to unsigned int to match progress timestamps.
This is fine since only relative differences matter. Closes #3018.

16 years agoSet GPGME locale on first attempt to create context.
Brendan Cully [Wed, 2 Jul 2008 01:29:47 +0000 (18:29 -0700)]
Set GPGME locale on first attempt to create context.
Closes #2913.

16 years agoStub in a gpgme version of extract-keys. It doesn't currently work
Brendan Cully [Wed, 2 Jul 2008 00:57:37 +0000 (17:57 -0700)]
Stub in a gpgme version of extract-keys. It doesn't currently work
right because apparently while gpg on the command line can parse a
whole message, we'll have to do it for gpgme. I really wonder about
the 'ME' part of GPGME sometimes.

16 years agoSupport displaying application/pgp-keys with GPGME.
Brendan Cully [Wed, 2 Jul 2008 00:20:02 +0000 (17:20 -0700)]
Support displaying application/pgp-keys with GPGME.
This was pretty convoluted because GPGME provides no way to examine a
key block without importing it. This code creates a temporary GPG home
in which to import the key in order to display it.

16 years agoHandle DONTHANDLEPGPKEYS in handler instead of crypto modules.
Brendan Cully [Tue, 1 Jul 2008 21:49:21 +0000 (14:49 -0700)]
Handle DONTHANDLEPGPKEYS in handler instead of crypto modules.
This lets gpgme and classic pgp share a bit of logic, and unbreaks key
extraction at least for classic PGP.

16 years agoBail out of copy if decryption is requested but the desired engine is missing.
Brendan Cully [Tue, 1 Jul 2008 20:32:33 +0000 (13:32 -0700)]
Bail out of copy if decryption is requested but the desired engine is missing.
This closes #2684, but handling of mixed crypto in a single message
needs more investigation.

16 years agoWhen deleting attachments, always print newline separating header from body.
Unknown [Tue, 1 Jul 2008 08:10:24 +0000 (01:10 -0700)]
When deleting attachments, always print newline separating header from body.
Closes #3085.

16 years agoImprove gpgme SMIME uid display: align each line by the length of the first.
Brendan Cully [Sun, 29 Jun 2008 08:09:33 +0000 (01:09 -0700)]
Improve gpgme SMIME uid display: align each line by the length of the first.

16 years agoShow more information about problematic SMIME signatures under gpgme.
Brendan Cully [Sun, 29 Jun 2008 07:31:42 +0000 (00:31 -0700)]
Show more information about problematic SMIME signatures under gpgme.
Also warn if the key is not known to be good. For some reason expired
keys in my environment are not flagged as expired in sig->status or
sig->summary.

16 years agoExtract CN from client certificate in gnutls.
Brendan Cully [Sun, 29 Jun 2008 03:33:01 +0000 (20:33 -0700)]
Extract CN from client certificate in gnutls.
Nothing currently uses it, but I suspect we should be using it as the
external auth name in mutt_sasl_client_new.

16 years agoBasic support for $ssl_client_cert when compiled with gnutls.
Brendan Cully [Sun, 29 Jun 2008 01:44:10 +0000 (18:44 -0700)]
Basic support for $ssl_client_cert when compiled with gnutls.
The key must not be encrypted. Closes #2911.

16 years agoUpdated Czech translation.
Petr Písař [Fri, 27 Jun 2008 19:04:48 +0000 (12:04 -0700)]
Updated Czech translation.

16 years agoMark new error message for translation.
Brendan Cully [Thu, 26 Jun 2008 19:52:20 +0000 (12:52 -0700)]
Mark new error message for translation.

16 years agoForce a resize event after calling an external editor. Closes #2207
Brendan Cully [Thu, 26 Jun 2008 19:47:22 +0000 (12:47 -0700)]
Force a resize event after calling an external editor. Closes #2207

16 years agofflush before fsync and close. Closes #2962 again.
Brendan Cully [Thu, 26 Jun 2008 19:15:18 +0000 (12:15 -0700)]
fflush before fsync and close. Closes #2962 again.

16 years agofsync maildir/mh messages on commit. Closes #2962.
Brendan Cully [Thu, 26 Jun 2008 07:18:02 +0000 (00:18 -0700)]
fsync maildir/mh messages on commit. Closes #2962.

16 years agoCheck S/MIME signing ID exists before attempting to use it.
Brendan Cully [Thu, 26 Jun 2008 06:40:39 +0000 (23:40 -0700)]
Check S/MIME signing ID exists before attempting to use it.
Closes #3069. Also make (s)ign automatically ask for a key if no
default is defined.

16 years agoMake $move default to no instead of ask-no. Closes #2945.
Brendan Cully [Thu, 26 Jun 2008 06:13:33 +0000 (23:13 -0700)]
Make $move default to no instead of ask-no. Closes #2945.

16 years agoDocument difference between index and pager search. Closes #2886.
Brendan Cully [Thu, 26 Jun 2008 05:58:21 +0000 (22:58 -0700)]
Document difference between index and pager search. Closes #2886.

16 years agoMake mutt_copy_message distinguish between fatal and non-fatal errors.
Brendan Cully [Thu, 26 Jun 2008 05:43:32 +0000 (22:43 -0700)]
Make mutt_copy_message distinguish between fatal and non-fatal errors.
Non-fatal errors should prevent moving messages, since they indicate
data loss. But mutt should still attempt to display them, since being
able to see some attachments is better than nothing.
Also stop printing out non-PGP material in application/pgp
attachments. Closes #2545, #2912.

16 years agoMake multipart decoding a little more forgiving.
Brendan Cully [Wed, 25 Jun 2008 06:12:02 +0000 (23:12 -0700)]
Make multipart decoding a little more forgiving.
First, ignore bad content-transfer-encoding in multipart sections.
Second, if an attachment fails to decode, print a warning and continue
instead of giving up on the entire message.

55 years agoTest that envelope from or from is set before attempting SMTP delivery.
Brendan Cully [Thu, 1 Jan 1970 00:00:00 +0000 (00:00 +0000)]
Test that envelope from or from is set before attempting SMTP delivery.
Closes #3079.

16 years agoDocument that From_ lines use asctime-style dates, not RFC2822 dates.
Christoph Berg [Sun, 15 Jun 2008 01:23:14 +0000 (18:23 -0700)]
Document that From_ lines use asctime-style dates, not RFC2822 dates.
Closes #3077.

16 years agoDo not attempt to close invalid descriptors. Closes #3075
Alexey I. Froloff [Thu, 12 Jun 2008 05:45:14 +0000 (22:45 -0700)]
Do not attempt to close invalid descriptors. Closes #3075

16 years agoWrap Fqdn in NONULL() to prevent crash with -d5 if Fqdn is NULL
Vladimir Marek [Thu, 5 Jun 2008 11:06:17 +0000 (13:06 +0200)]
Wrap Fqdn in NONULL() to prevent crash with -d5 if Fqdn is NULL

16 years agoAllow for printing variable values longer than 256 characters
Rocco Rutte [Mon, 2 Jun 2008 07:45:19 +0000 (09:45 +0200)]
Allow for printing variable values longer than 256 characters

16 years agoAllow for mail addresses longer than 256 characters (closes #3066).
Rocco Rutte [Mon, 2 Jun 2008 07:44:44 +0000 (09:44 +0200)]
Allow for mail addresses longer than 256 characters (closes #3066).

16 years agoDefine prototypes for compatibility functions in protos.h to silence compiler warnings
Rocco Rutte [Fri, 30 May 2008 14:14:57 +0000 (16:14 +0200)]
Define prototypes for compatibility functions in protos.h to silence compiler warnings

16 years agoRespect $wrap_search in generic menu search (e.g. for browser)
Rocco Rutte [Thu, 29 May 2008 12:18:25 +0000 (14:18 +0200)]
Respect $wrap_search in generic menu search (e.g. for browser)

16 years agoOnly install mutt_dotlock(1) if binary is installed, too (closes #1601).
Rocco Rutte [Thu, 29 May 2008 09:20:01 +0000 (11:20 +0200)]
Only install mutt_dotlock(1) if binary is installed, too (closes #1601).

16 years agoMake default muttrc header weeding tidier. Closes #286.
Paul Walker [Thu, 29 May 2008 05:22:20 +0000 (22:22 -0700)]
Make default muttrc header weeding tidier. Closes #286.

16 years agoCall mutt_need_hard_redraw() in pgp_decrypt_part().
Todd Zullinger [Fri, 23 May 2008 05:40:09 +0000 (01:40 -0400)]
Call mutt_need_hard_redraw() in pgp_decrypt_part().

This change ensures that the screen is redrawn when using gpg-agent.
Without this, mutt's navigation keybindings are lost after pinentry
curses prompts for a passphrase to descrypt a message.

16 years agoMake sure that the redrawing/reinitializing is done always, not only
Moritz Schulte [Thu, 29 May 2008 05:16:34 +0000 (22:16 -0700)]
Make sure that the redrawing/reinitializing is done always, not only
when the environment variable DISPLAY is not set.

16 years agoCosmetic fix to configure --help. Closes #3060.
Vladimir Marek [Thu, 29 May 2008 05:05:07 +0000 (22:05 -0700)]
Cosmetic fix to configure --help. Closes #3060.

16 years agoUpdated French translation
Vincent Lefevre [Thu, 29 May 2008 04:44:17 +0000 (21:44 -0700)]
Updated French translation

16 years agoUPDATING: fix 1.5.18 line as noted by Kyle Wheeler
Rocco Rutte [Fri, 23 May 2008 16:39:28 +0000 (18:39 +0200)]
UPDATING: fix 1.5.18 line as noted by Kyle Wheeler

16 years agoEscape LSUB mailbox names given to mutt_parse_rc_line.
Brendan Cully [Fri, 23 May 2008 03:22:46 +0000 (20:22 -0700)]
Escape LSUB mailbox names given to mutt_parse_rc_line.
Handle literals in STATUS responses for Notes compatibility.

16 years agoUse C99 macros "PRId64"/"PRId32" to format file sizes/offsets if available.
Rocco Rutte [Thu, 22 May 2008 15:01:56 +0000 (17:01 +0200)]
Use C99 macros "PRId64"/"PRId32" to format file sizes/offsets if available.
This fixes warning about mismatching int argument sizes on amd64.

16 years agoDocument that $check_mbox_size should be set before mailboxes commands
Rocco Rutte [Thu, 22 May 2008 14:34:05 +0000 (16:34 +0200)]
Document that $check_mbox_size should be set before mailboxes commands

16 years agoMention requirement to encode X-Label: headers in UPDATING
Rocco Rutte [Thu, 22 May 2008 12:06:00 +0000 (14:06 +0200)]
Mention requirement to encode X-Label: headers in UPDATING

16 years agoGuard idata->mailbox read in imap_mailbox_state. Closes #3057.
Rocco Rutte [Thu, 22 May 2008 06:20:23 +0000 (23:20 -0700)]
Guard idata->mailbox read in imap_mailbox_state. Closes #3057.

16 years agoUpdated Basque translation.
Piarres Beobide Egaña [Thu, 22 May 2008 05:59:22 +0000 (22:59 -0700)]
Updated Basque translation.

16 years agoUpdated Dutch translation
René Clerc [Thu, 22 May 2008 05:55:46 +0000 (22:55 -0700)]
Updated Dutch translation

16 years agoFix new mail detection for >2 GB mboxes with $check_mbox_size set
Rocco Rutte [Wed, 21 May 2008 18:36:33 +0000 (20:36 +0200)]
Fix new mail detection for >2 GB mboxes with $check_mbox_size set

16 years agoUse ftello() instead of ftell() in more places that need it (fixes
Rocco Rutte [Wed, 21 May 2008 17:23:43 +0000 (19:23 +0200)]
Use ftello() instead of ftell() in more places that need it (fixes
progress updates for >2 GB mbox files)

16 years agoImprove documentation for handling multiple folders and new mail detection
Rocco Rutte [Wed, 21 May 2008 16:30:43 +0000 (18:30 +0200)]
Improve documentation for handling multiple folders and new mail detection

16 years agoFix more compiler warnings on amd64 by use of %p instead of %x
Paul Walker [Tue, 20 May 2008 15:08:28 +0000 (17:08 +0200)]
Fix more compiler warnings on amd64 by use of %p instead of %x

16 years agoUpdated Catalan translation
Ivan Vilata i Balaguer [Mon, 19 May 2008 16:52:40 +0000 (09:52 -0700)]
Updated Catalan translation

16 years agoMerge with Rocco
Brendan Cully [Mon, 19 May 2008 16:50:52 +0000 (09:50 -0700)]
Merge with Rocco

16 years agoUnbreak build with included gettext by explicitly removing libs for mutt_md5
Vladimir Marek [Mon, 19 May 2008 16:49:00 +0000 (18:49 +0200)]
Unbreak build with included gettext by explicitly removing libs for mutt_md5

16 years agoUpdated Czech translation
Petr Pisar [Mon, 19 May 2008 16:48:09 +0000 (09:48 -0700)]
Updated Czech translation

16 years agoUpdated Russian translation
Vsevolod Volkov [Mon, 19 May 2008 16:47:06 +0000 (09:47 -0700)]
Updated Russian translation

16 years agoMention mime_lookup change in UPDATING
Rocco Rutte [Mon, 19 May 2008 09:14:03 +0000 (11:14 +0200)]
Mention mime_lookup change in UPDATING

16 years agoUse %p instead of %x to debug-print pointers (fixes warnings on 64bit platforms)
Paul Walker [Mon, 19 May 2008 08:59:23 +0000 (10:59 +0200)]
Use %p instead of %x to debug-print pointers (fixes warnings on 64bit platforms)

16 years agohcversion.h depends on new mutt_md5 tool
Rocco Rutte [Mon, 19 May 2008 08:56:46 +0000 (10:56 +0200)]
hcversion.h depends on new mutt_md5 tool

16 years agoUpdated German translation
Roland Rosenfeld [Sun, 18 May 2008 19:42:37 +0000 (12:42 -0700)]
Updated German translation

16 years agoFix GPGME S/MIME micalg generation, broken in [e6f958b093b6].
Andreas Jobs [Sun, 18 May 2008 02:31:18 +0000 (19:31 -0700)]
Fix GPGME S/MIME micalg generation, broken in [e6f958b093b6].
Closes #2994.

16 years agoAdd 'mime_lookup application/octet-stream' to the distributed Muttrc. Closes #2984.
Brendan Cully [Sun, 18 May 2008 01:34:49 +0000 (18:34 -0700)]
Add 'mime_lookup application/octet-stream' to the distributed Muttrc. Closes #2984.

16 years agoBuild local md5 tool for hcachever.sh. Closes #3025.
Brendan Cully [Sun, 18 May 2008 00:36:05 +0000 (17:36 -0700)]
Build local md5 tool for hcachever.sh. Closes #3025.

16 years agomutt-1.5.18 signed
Brendan Cully [Sat, 17 May 2008 19:39:02 +0000 (12:39 -0700)]
mutt-1.5.18 signed

16 years agoAdded tag mutt-1-5-18-rel for changeset ff9e4d0464b1
Brendan Cully [Sat, 17 May 2008 19:37:22 +0000 (12:37 -0700)]
Added tag mutt-1-5-18-rel for changeset ff9e4d0464b1

16 years agoautomatic post-release commit for mutt-1.5.18
Brendan Cully [Sat, 17 May 2008 19:37:21 +0000 (12:37 -0700)]
automatic post-release commit for mutt-1.5.18

16 years agoUpdate UPDATING.
Brendan Cully [Sat, 17 May 2008 19:31:31 +0000 (12:31 -0700)]
Update UPDATING.

16 years agoUse context to get IMAP new message count in mailbox browser if possible.
Brendan Cully [Sat, 17 May 2008 19:02:24 +0000 (12:02 -0700)]
Use context to get IMAP new message count in mailbox browser if possible.

16 years agoWhen necessary, convert strings to utf-8 in the header cache.
Rocco Rutte [Sat, 17 May 2008 18:08:09 +0000 (11:08 -0700)]
When necessary, convert strings to utf-8 in the header cache.
If iconv is unavailable, include the charset in effect as part of the
cache file name. Closes #3023.

16 years agoGlob paths derived from mutt -Q output in smime_keys.pl. Patch by
Rocco Rutte [Fri, 16 May 2008 07:24:27 +0000 (09:24 +0200)]
Glob paths derived from mutt -Q output in smime_keys.pl. Patch by
Fabrice Bellet and Miroslav Lichvar (closes #3020).

16 years agoMake mutt_check_alias_name() multibyte-aware (closes #2403).
Rocco Rutte [Thu, 15 May 2008 15:29:04 +0000 (17:29 +0200)]
Make mutt_check_alias_name() multibyte-aware (closes #2403).

16 years agoDocument exact address in the manual (closes #3050)
Rocco Rutte [Thu, 15 May 2008 14:01:30 +0000 (16:01 +0200)]
Document exact address in the manual (closes #3050)

16 years agoEnsure alias file ends with \n before appending new aliases.
Brendan Cully [Wed, 14 May 2008 23:23:52 +0000 (16:23 -0700)]
Ensure alias file ends with \n before appending new aliases.
Closes #1580.

16 years agoAlways update status bar after sorting method changes (closes #2120).
Samuel Tardieu [Wed, 14 May 2008 13:19:14 +0000 (15:19 +0200)]
Always update status bar after sorting method changes (closes #2120).

16 years agoTerminate open IMAP message sets at end of mailbox even if the last message is inactive.
Brendan Cully [Tue, 13 May 2008 06:15:07 +0000 (23:15 -0700)]
Terminate open IMAP message sets at end of mailbox even if the last message is inactive.
Closes #3002.

16 years agoIn debug output, cast size_t arguments to long for consistency with
Matthias Andree [Sun, 11 May 2008 08:52:43 +0000 (10:52 +0200)]
In debug output, cast size_t arguments to long for consistency with
printf %ld argument.

16 years agoUpdate copyright in -vv output. Closes #3042.
Brendan Cully [Sun, 11 May 2008 07:50:31 +0000 (00:50 -0700)]
Update copyright in -vv output. Closes #3042.

16 years agoMake SASL support conn_poll method. Make SASL IP lookup failure
Brendan Cully [Wed, 7 May 2008 18:54:27 +0000 (11:54 -0700)]
Make SASL support conn_poll method. Make SASL IP lookup failure
non-fatal. Both are for tunnel support.

16 years agoFix some compiler warnings if compiling without system wide character functions
Rocco Rutte [Mon, 5 May 2008 17:32:23 +0000 (19:32 +0200)]
Fix some compiler warnings if compiling without system wide character functions

16 years agoPass buffer size to mutt_wctoutf8() to prevent crashes if MB_LEN_MAX<6
Rocco Rutte [Mon, 5 May 2008 17:26:35 +0000 (19:26 +0200)]
Pass buffer size to mutt_wctoutf8() to prevent crashes if MB_LEN_MAX<6
as pointed out by exg on #mutt.

16 years ago[9414b9dd36db] broke softfill. (closes #3035)
David Champion [Tue, 29 Apr 2008 17:44:43 +0000 (10:44 -0700)]
[9414b9dd36db] broke softfill. (closes #3035)

16 years agoPrint GSSAPI status messages to debug log on error.
Wilfried Goesgens [Tue, 29 Apr 2008 17:38:57 +0000 (10:38 -0700)]
Print GSSAPI status messages to debug log on error.

16 years agoFix sending long commands when using gnutls.
Miroslav Lichvar [Thu, 3 Apr 2008 15:08:13 +0000 (17:08 +0200)]
Fix sending long commands when using gnutls.

16 years agoReplace strtok_r when it's not available. The implementation comes
Dan Fandrich [Wed, 9 Apr 2008 22:57:51 +0000 (15:57 -0700)]
Replace strtok_r when it's not available. The implementation comes
from glibc 2.6.1 (like the strsep replacement) and uses the same
autoconf hooks.

16 years agomanual.xml.head: grammar correction
Christian Ebert [Wed, 9 Apr 2008 16:13:08 +0000 (18:13 +0200)]
manual.xml.head: grammar correction

16 years agoRespect ctx->quiet when initializing progress bar.
N.J. Mann [Wed, 12 Mar 2008 00:20:48 +0000 (17:20 -0700)]
Respect ctx->quiet when initializing progress bar.

16 years agoIgnore xcode files
Brendan Cully [Sun, 9 Mar 2008 21:03:21 +0000 (14:03 -0700)]
Ignore xcode files

16 years agoRemove pointless NULL checks against arrays.
Sébastien Hinderer [Sun, 9 Mar 2008 21:01:24 +0000 (14:01 -0700)]
Remove pointless NULL checks against arrays.
This silences a warning on newer GCCs.

16 years agoUpdated Czech translation
Petr Písař [Wed, 5 Mar 2008 06:00:31 +0000 (22:00 -0800)]
Updated Czech translation

16 years agoUpdated French translation.
Vincent Lefevre [Mon, 3 Mar 2008 05:45:53 +0000 (21:45 -0800)]
Updated French translation.

16 years agoUpdate copyright years in 'mutt -v' output and COPYRIGHT
Rocco Rutte [Wed, 27 Feb 2008 13:45:13 +0000 (14:45 +0100)]
Update copyright years in 'mutt -v' output and COPYRIGHT

16 years agoFix progress updates for large messages. Closes #3029.
Anders Helmersson [Wed, 27 Feb 2008 12:27:47 +0000 (13:27 +0100)]
Fix progress updates for large messages. Closes #3029.

16 years agoCleanup status_format_str()
N.J. Mann [Wed, 27 Feb 2008 08:30:23 +0000 (09:30 +0100)]
Cleanup status_format_str()

16 years agoFix truncation logic for soft-padding (Closes #3035).
Rocco Rutte [Wed, 20 Feb 2008 11:02:03 +0000 (12:02 +0100)]
Fix truncation logic for soft-padding (Closes #3035).

16 years agoFix typo in hg-commit
Brendan Cully [Wed, 30 Jan 2008 05:06:38 +0000 (21:06 -0800)]
Fix typo in hg-commit

16 years agoImprovements to the Dutch translation
Benno Schulenberg [Wed, 30 Jan 2008 05:05:08 +0000 (21:05 -0800)]
Improvements to the Dutch translation

16 years agoUse 'unsigned int' for file browser state to browse huge dirs (closes #3017).
Rocco Rutte [Thu, 17 Jan 2008 16:32:39 +0000 (17:32 +0100)]
Use 'unsigned int' for file browser state to browse huge dirs (closes #3017).

17 years agoFix logic error in b3cde588fe9a commit
Rocco Rutte [Tue, 15 Jan 2008 16:46:46 +0000 (17:46 +0100)]
Fix logic error in b3cde588fe9a commit