]>
granicus.if.org Git - neomutt/log
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.
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.
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.
Brendan Cully [Wed, 2 Jul 2008 15:56:00 +0000 (08:56 -0700)]
Only make LC_MESSAGES conditional on NLS in GPGME locale support.
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.
Rocco Rutte [Wed, 2 Jul 2008 08:06:10 +0000 (10:06 +0200)]
Use casts to avoid triggering integer overflow detection in hash function
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.
Brendan Cully [Wed, 2 Jul 2008 01:29:47 +0000 (18:29 -0700)]
Set GPGME locale on first attempt to create context.
Closes #2913.
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.
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.
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.
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.
Unknown [Tue, 1 Jul 2008 08:10:24 +0000 (01:10 -0700)]
When deleting attachments, always print newline separating header from body.
Closes #3085.
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.
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.
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.
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.
Petr Písař [Fri, 27 Jun 2008 19:04:48 +0000 (12:04 -0700)]
Updated Czech translation.
Brendan Cully [Thu, 26 Jun 2008 19:52:20 +0000 (12:52 -0700)]
Mark new error message for translation.
Brendan Cully [Thu, 26 Jun 2008 19:47:22 +0000 (12:47 -0700)]
Force a resize event after calling an external editor. Closes #2207
Brendan Cully [Thu, 26 Jun 2008 19:15:18 +0000 (12:15 -0700)]
fflush before fsync and close. Closes #2962 again.
Brendan Cully [Thu, 26 Jun 2008 07:18:02 +0000 (00:18 -0700)]
fsync maildir/mh messages on commit. Closes #2962.
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.
Brendan Cully [Thu, 26 Jun 2008 06:13:33 +0000 (23:13 -0700)]
Make $move default to no instead of ask-no. Closes #2945.
Brendan Cully [Thu, 26 Jun 2008 05:58:21 +0000 (22:58 -0700)]
Document difference between index and pager search. Closes #2886.
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.
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.
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.
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.
Alexey I. Froloff [Thu, 12 Jun 2008 05:45:14 +0000 (22:45 -0700)]
Do not attempt to close invalid descriptors. Closes #3075
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
Rocco Rutte [Mon, 2 Jun 2008 07:45:19 +0000 (09:45 +0200)]
Allow for printing variable values longer than 256 characters
Rocco Rutte [Mon, 2 Jun 2008 07:44:44 +0000 (09:44 +0200)]
Allow for mail addresses longer than 256 characters (closes #3066).
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
Rocco Rutte [Thu, 29 May 2008 12:18:25 +0000 (14:18 +0200)]
Respect $wrap_search in generic menu search (e.g. for browser)
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).
Paul Walker [Thu, 29 May 2008 05:22:20 +0000 (22:22 -0700)]
Make default muttrc header weeding tidier. Closes #286.
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.
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.
Vladimir Marek [Thu, 29 May 2008 05:05:07 +0000 (22:05 -0700)]
Cosmetic fix to configure --help. Closes #3060.
Vincent Lefevre [Thu, 29 May 2008 04:44:17 +0000 (21:44 -0700)]
Updated French translation
Rocco Rutte [Fri, 23 May 2008 16:39:28 +0000 (18:39 +0200)]
UPDATING: fix 1.5.18 line as noted by Kyle Wheeler
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.
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.
Rocco Rutte [Thu, 22 May 2008 14:34:05 +0000 (16:34 +0200)]
Document that $check_mbox_size should be set before mailboxes commands
Rocco Rutte [Thu, 22 May 2008 12:06:00 +0000 (14:06 +0200)]
Mention requirement to encode X-Label: headers in UPDATING
Rocco Rutte [Thu, 22 May 2008 06:20:23 +0000 (23:20 -0700)]
Guard idata->mailbox read in imap_mailbox_state. Closes #3057.
Piarres Beobide Egaña [Thu, 22 May 2008 05:59:22 +0000 (22:59 -0700)]
Updated Basque translation.
René Clerc [Thu, 22 May 2008 05:55:46 +0000 (22:55 -0700)]
Updated Dutch translation
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
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)
Rocco Rutte [Wed, 21 May 2008 16:30:43 +0000 (18:30 +0200)]
Improve documentation for handling multiple folders and new mail detection
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
Ivan Vilata i Balaguer [Mon, 19 May 2008 16:52:40 +0000 (09:52 -0700)]
Updated Catalan translation
Brendan Cully [Mon, 19 May 2008 16:50:52 +0000 (09:50 -0700)]
Merge with Rocco
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
Petr Pisar [Mon, 19 May 2008 16:48:09 +0000 (09:48 -0700)]
Updated Czech translation
Vsevolod Volkov [Mon, 19 May 2008 16:47:06 +0000 (09:47 -0700)]
Updated Russian translation
Rocco Rutte [Mon, 19 May 2008 09:14:03 +0000 (11:14 +0200)]
Mention mime_lookup change in UPDATING
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)
Rocco Rutte [Mon, 19 May 2008 08:56:46 +0000 (10:56 +0200)]
hcversion.h depends on new mutt_md5 tool
Roland Rosenfeld [Sun, 18 May 2008 19:42:37 +0000 (12:42 -0700)]
Updated German translation
Andreas Jobs [Sun, 18 May 2008 02:31:18 +0000 (19:31 -0700)]
Fix GPGME S/MIME micalg generation, broken in [
e6f958b093b6 ].
Closes #2994.
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.
Brendan Cully [Sun, 18 May 2008 00:36:05 +0000 (17:36 -0700)]
Build local md5 tool for hcachever.sh. Closes #3025.
Brendan Cully [Sat, 17 May 2008 19:39:02 +0000 (12:39 -0700)]
mutt-1.5.18 signed
Brendan Cully [Sat, 17 May 2008 19:37:22 +0000 (12:37 -0700)]
Added tag mutt-1-5-18-rel for changeset
ff9e4d0464b1
Brendan Cully [Sat, 17 May 2008 19:37:21 +0000 (12:37 -0700)]
automatic post-release commit for mutt-1.5.18
Brendan Cully [Sat, 17 May 2008 19:31:31 +0000 (12:31 -0700)]
Update UPDATING.
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.
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.
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).
Rocco Rutte [Thu, 15 May 2008 15:29:04 +0000 (17:29 +0200)]
Make mutt_check_alias_name() multibyte-aware (closes #2403).
Rocco Rutte [Thu, 15 May 2008 14:01:30 +0000 (16:01 +0200)]
Document exact address in the manual (closes #3050)
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.
Samuel Tardieu [Wed, 14 May 2008 13:19:14 +0000 (15:19 +0200)]
Always update status bar after sorting method changes (closes #2120).
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.
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.
Brendan Cully [Sun, 11 May 2008 07:50:31 +0000 (00:50 -0700)]
Update copyright in -vv output. Closes #3042.
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.
Rocco Rutte [Mon, 5 May 2008 17:32:23 +0000 (19:32 +0200)]
Fix some compiler warnings if compiling without system wide character functions
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.
David Champion [Tue, 29 Apr 2008 17:44:43 +0000 (10:44 -0700)]
[
9414b9dd36db ] broke softfill. (closes #3035)
Wilfried Goesgens [Tue, 29 Apr 2008 17:38:57 +0000 (10:38 -0700)]
Print GSSAPI status messages to debug log on error.
Miroslav Lichvar [Thu, 3 Apr 2008 15:08:13 +0000 (17:08 +0200)]
Fix sending long commands when using gnutls.
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.
Christian Ebert [Wed, 9 Apr 2008 16:13:08 +0000 (18:13 +0200)]
manual.xml.head: grammar correction
N.J. Mann [Wed, 12 Mar 2008 00:20:48 +0000 (17:20 -0700)]
Respect ctx->quiet when initializing progress bar.
Brendan Cully [Sun, 9 Mar 2008 21:03:21 +0000 (14:03 -0700)]
Ignore xcode files
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.
Petr Písař [Wed, 5 Mar 2008 06:00:31 +0000 (22:00 -0800)]
Updated Czech translation
Vincent Lefevre [Mon, 3 Mar 2008 05:45:53 +0000 (21:45 -0800)]
Updated French translation.
Rocco Rutte [Wed, 27 Feb 2008 13:45:13 +0000 (14:45 +0100)]
Update copyright years in 'mutt -v' output and COPYRIGHT
Anders Helmersson [Wed, 27 Feb 2008 12:27:47 +0000 (13:27 +0100)]
Fix progress updates for large messages. Closes #3029.
N.J. Mann [Wed, 27 Feb 2008 08:30:23 +0000 (09:30 +0100)]
Cleanup status_format_str()
Rocco Rutte [Wed, 20 Feb 2008 11:02:03 +0000 (12:02 +0100)]
Fix truncation logic for soft-padding (Closes #3035).
Brendan Cully [Wed, 30 Jan 2008 05:06:38 +0000 (21:06 -0800)]
Fix typo in hg-commit
Benno Schulenberg [Wed, 30 Jan 2008 05:05:08 +0000 (21:05 -0800)]
Improvements to the Dutch translation
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).
Rocco Rutte [Tue, 15 Jan 2008 16:46:46 +0000 (17:46 +0100)]
Fix logic error in
b3cde588fe9a commit