]> granicus.if.org Git - neomutt/log
neomutt
15 years agoMerge
Rocco Rutte [Sun, 15 Mar 2009 11:40:14 +0000 (12:40 +0100)]
Merge

15 years agotext/enriched: flush FILE buffer, too when flushing enriched text
Rocco Rutte [Sun, 15 Mar 2009 11:33:29 +0000 (12:33 +0100)]
text/enriched: flush FILE buffer, too when flushing enriched text

15 years agotext/enriched: drop encriched_cmp(), use wide character strings
Rocco Rutte [Sun, 15 Mar 2009 11:31:08 +0000 (12:31 +0100)]
text/enriched: drop encriched_cmp(), use wide character strings

15 years agoFix crashes with 64bit time_t. Closes #3184.
NONAKA Kimihiro [Tue, 10 Mar 2009 17:39:38 +0000 (18:39 +0100)]
Fix crashes with 64bit time_t. Closes #3184.

15 years agoUnbreak compilation on OS X with --with-regex/--without-wc-funcs. Closes #3149.
Vincent Lefevre [Mon, 9 Mar 2009 11:04:45 +0000 (12:04 +0100)]
Unbreak compilation on OS X with --with-regex/--without-wc-funcs. Closes #3149.

15 years agoUnbreak compilation with --without-wc-funcs on OS X 10.5.*, see #3149.
Rocco Rutte [Mon, 9 Mar 2009 10:58:58 +0000 (11:58 +0100)]
Unbreak compilation with --without-wc-funcs on OS X 10.5.*, see #3149.

15 years agoFix 11cd72da743a
Rocco Rutte [Mon, 9 Mar 2009 10:49:39 +0000 (11:49 +0100)]
Fix 11cd72da743a

15 years agoSort SSL-related variables, see #3191.
Rocco Rutte [Mon, 9 Mar 2009 10:30:53 +0000 (11:30 +0100)]
Sort SSL-related variables, see #3191.

15 years agoRestore $reverse_alias feature by using case-insensitive hash keys
Rocco Rutte [Mon, 9 Mar 2009 10:11:51 +0000 (11:11 +0100)]
Restore $reverse_alias feature by using case-insensitive hash keys

The fix is implemented as callbacks in the hash table so we can avoid
working with copies of the mailbox keys but work on the originals
instead and don't pollute the code with lower-case conversions all over
the place.

While I'm at it, turn int hashes into unsigned values since the hash
function returns unsigned values now, too.

Closes #3185.

15 years agoSort most variables (except crypto), see #3191.
Rocco Rutte [Sat, 7 Mar 2009 12:49:17 +0000 (13:49 +0100)]
Sort most variables (except crypto), see #3191.

15 years agoFix typo, see #2430.
Rocco Rutte [Sat, 7 Mar 2009 11:26:36 +0000 (12:26 +0100)]
Fix typo, see #2430.

15 years agoManual: verbosely document how the initial folder is determined, see #3189.
Rocco Rutte [Fri, 20 Feb 2009 21:14:16 +0000 (22:14 +0100)]
Manual: verbosely document how the initial folder is determined, see #3189.

15 years agoDocument address normalization. Closes #2430.
Rocco Rutte [Fri, 20 Feb 2009 17:27:07 +0000 (18:27 +0100)]
Document address normalization. Closes #2430.

15 years agoSimplify and fix Attach: header parsing
Rocco Rutte [Fri, 20 Feb 2009 12:23:59 +0000 (13:23 +0100)]
Simplify and fix Attach: header parsing

With ee5e696a9d08 we would skip beyond the filename to look for a
description. This changeset fixes it.

15 years agoSet magic from -m before processing queries (-Q) or dumping variables (-D)
Rocco Rutte [Fri, 20 Feb 2009 12:05:08 +0000 (13:05 +0100)]
Set magic from -m before processing queries (-Q) or dumping variables (-D)

15 years agoBetter document how the initial folder is determined. Closes #3189.
Rocco Rutte [Fri, 20 Feb 2009 12:02:13 +0000 (13:02 +0100)]
Better document how the initial folder is determined. Closes #3189.

15 years agoSupport spaces in Attach: pseudoheader. Closes #3179.
Rocco Rutte [Sun, 15 Feb 2009 15:09:50 +0000 (16:09 +0100)]
Support spaces in Attach: pseudoheader. Closes #3179.

15 years agoFix documentation typos. Closes #3178.
Rocco Rutte [Tue, 10 Feb 2009 12:05:04 +0000 (13:05 +0100)]
Fix documentation typos. Closes #3178.

15 years agoMove socket close into imap_logout from imap_logout_all
Brendan Cully [Tue, 27 Jan 2009 20:58:15 +0000 (12:58 -0800)]
Move socket close into imap_logout from imap_logout_all

15 years agoIMAP: only close socket when not already disconnected.
Brendan Cully [Tue, 27 Jan 2009 20:17:23 +0000 (12:17 -0800)]
IMAP: only close socket when not already disconnected.

15 years agoUpdate copyright years
Rocco Rutte [Tue, 27 Jan 2009 17:48:59 +0000 (18:48 +0100)]
Update copyright years

15 years agoFix help alignment for escape sequences at screen boundary. Closes #3146.
Rocco Rutte [Tue, 27 Jan 2009 15:54:46 +0000 (16:54 +0100)]
Fix help alignment for escape sequences at screen boundary. Closes #3146.

15 years agoUnconditionally inode-sort Maildir and MH folders. Closes #3166.
Rocco Rutte [Tue, 27 Jan 2009 14:25:04 +0000 (15:25 +0100)]
Unconditionally inode-sort Maildir and MH folders. Closes #3166.

15 years agoRemove old bcache tmpfile before trying to create new one. Closes #3163.
Brendan Cully [Mon, 26 Jan 2009 20:32:30 +0000 (12:32 -0800)]
Remove old bcache tmpfile before trying to create new one. Closes #3163.

15 years agoUpdated Dutch translation
René Clerc [Tue, 20 Jan 2009 20:34:18 +0000 (12:34 -0800)]
Updated Dutch translation

15 years agoUpdated Catalan translation
Ivan Vilata i Balaguer [Tue, 20 Jan 2009 04:39:57 +0000 (20:39 -0800)]
Updated Catalan translation

15 years agoUse imap_utf7_encode instead of imap_munge_mbox_name+imap_unquote_string.
Emanuele Giaquinta [Wed, 14 Jan 2009 20:04:15 +0000 (20:04 +0000)]
Use imap_utf7_encode instead of imap_munge_mbox_name+imap_unquote_string.

15 years agoAdd missing hooks to manual section 4
Brendan Cully [Wed, 14 Jan 2009 19:45:36 +0000 (11:45 -0800)]
Add missing hooks to manual section 4

15 years agoMerge
Brendan Cully [Tue, 13 Jan 2009 14:55:39 +0000 (06:55 -0800)]
Merge

15 years agoDo not allow a command in an account-hook to trigger another account-hook.
Brendan Cully [Tue, 13 Jan 2009 14:51:42 +0000 (06:51 -0800)]
Do not allow a command in an account-hook to trigger another account-hook.
Recent changes in the IMAP path canonifier mean that account-hooks
that set variables to URLs (eg folder, spoolfile) can trigger a
recursive account-hook. Now we just bail out of account-hook early if
we are called recursively, but perhaps we should warn the user to use
a folder-hook instead.
Thanks to Kyle Wheeler for finding this one.

16 years agoCorrect defaults for new ssl options (fixes manual generation)
Brendan Cully [Mon, 12 Jan 2009 18:27:45 +0000 (10:27 -0800)]
Correct defaults for new ssl options (fixes manual generation)

16 years agoGNUTLS: check all available certs noninteractively before presenting any menus
Brendan Cully [Mon, 12 Jan 2009 05:47:22 +0000 (21:47 -0800)]
GNUTLS: check all available certs noninteractively before presenting any menus

16 years agoAdd $ssl_verify_dates option to relax certificate date validation
Brendan Cully [Mon, 12 Jan 2009 00:04:13 +0000 (16:04 -0800)]
Add $ssl_verify_dates option to relax certificate date validation

16 years agoAdd $ssl_verify_host to allow skipping host name validation
Brendan Cully [Sun, 11 Jan 2009 23:44:28 +0000 (15:44 -0800)]
Add $ssl_verify_host to allow skipping host name validation

16 years agoAssume INBOX for ""/NULL in imap_mxcmp
Brendan Cully [Sun, 11 Jan 2009 06:09:48 +0000 (22:09 -0800)]
Assume INBOX for ""/NULL in imap_mxcmp

16 years agoUse known connection delimiter in imap_expand_path
Brendan Cully [Sun, 11 Jan 2009 05:44:41 +0000 (21:44 -0800)]
Use known connection delimiter in imap_expand_path

16 years agoGuard against NULL pointers in imap_mxcmp
Brendan Cully [Sun, 11 Jan 2009 05:43:53 +0000 (21:43 -0800)]
Guard against NULL pointers in imap_mxcmp

16 years agoCanonicalize IMAP mailboxes before comparing them.
Brendan Cully [Sun, 11 Jan 2009 02:32:00 +0000 (18:32 -0800)]
Canonicalize IMAP mailboxes before comparing them.

16 years agoFix last commit
Brendan Cully [Sun, 11 Jan 2009 02:19:56 +0000 (18:19 -0800)]
Fix last commit

16 years agoPrioritize the entered IMAP folder delimiter.
Brendan Cully [Sun, 11 Jan 2009 01:47:29 +0000 (17:47 -0800)]
Prioritize the entered IMAP folder delimiter.
First priority is the connection delimiter.
Second priority is the user's delimiter if it is in imap_delim_chars.
We no longer use the first character in imap_delim_chars.

16 years agoUpdated Russian translation
Vsevolod Volkov [Wed, 7 Jan 2009 02:34:46 +0000 (18:34 -0800)]
Updated Russian translation

16 years agoSign tagged revision, not the one after
Brendan Cully [Tue, 6 Jan 2009 00:43:08 +0000 (16:43 -0800)]
Sign tagged revision, not the one after

16 years agomutt-1.5.19 signed
Brendan Cully [Tue, 6 Jan 2009 00:41:11 +0000 (16:41 -0800)]
mutt-1.5.19 signed

16 years agoAdded tag mutt-1-5-19-rel for changeset a4b47ac32d32
Brendan Cully [Tue, 6 Jan 2009 00:37:27 +0000 (16:37 -0800)]
Added tag mutt-1-5-19-rel for changeset a4b47ac32d32

16 years agoautomatic post-release commit for mutt-1.5.19
Brendan Cully [Tue, 6 Jan 2009 00:37:27 +0000 (16:37 -0800)]
automatic post-release commit for mutt-1.5.19

16 years agoFall back to vi if VISUAL is unset in build-release
Brendan Cully [Tue, 6 Jan 2009 00:35:21 +0000 (16:35 -0800)]
Fall back to vi if VISUAL is unset in build-release

16 years agoUpdate UPDATING
Brendan Cully [Tue, 6 Jan 2009 00:31:55 +0000 (16:31 -0800)]
Update UPDATING

16 years agoReport CREATE failures
Brendan Cully [Mon, 5 Jan 2009 23:59:13 +0000 (15:59 -0800)]
Report CREATE failures

16 years agoStyle fixes
Brendan Cully [Mon, 5 Jan 2009 23:37:17 +0000 (15:37 -0800)]
Style fixes

16 years agoLeave error message on screen if imap_mailbox_create fails
Brendan Cully [Mon, 5 Jan 2009 23:34:43 +0000 (15:34 -0800)]
Leave error message on screen if imap_mailbox_create fails

16 years agoAdd pointer to the full manual to the front of mutt.1
Brendan Cully [Mon, 5 Jan 2009 20:19:32 +0000 (12:19 -0800)]
Add pointer to the full manual to the front of mutt.1

16 years agoUpdated Czech translation
Petr Písař [Mon, 5 Jan 2009 17:16:07 +0000 (09:16 -0800)]
Updated Czech translation

16 years agoUpdated French translation
Vincent Lefevre [Mon, 5 Jan 2009 06:36:23 +0000 (22:36 -0800)]
Updated French translation

16 years agoIndentation fix
Emanuele Giaquinta [Mon, 5 Jan 2009 02:32:59 +0000 (18:32 -0800)]
Indentation fix

16 years agoRemove obsolete make target
Brendan Cully [Mon, 5 Jan 2009 02:12:04 +0000 (18:12 -0800)]
Remove obsolete make target

16 years agoUpdate copyright in manual
Brendan Cully [Mon, 5 Jan 2009 02:04:06 +0000 (18:04 -0800)]
Update copyright in manual

16 years agoUpdated French translation
Vincent Lefevre [Mon, 5 Jan 2009 01:07:59 +0000 (17:07 -0800)]
Updated French translation

16 years agoRemove dead code. Thanks to Ingo Schwarze.
Brendan Cully [Mon, 5 Jan 2009 01:04:51 +0000 (17:04 -0800)]
Remove dead code. Thanks to Ingo Schwarze.

16 years agoUpdate copyrights
Brendan Cully [Sun, 4 Jan 2009 23:20:26 +0000 (15:20 -0800)]
Update copyrights

16 years agoUpdate copyrights. Closes #3016.
Brendan Cully [Sun, 4 Jan 2009 23:18:02 +0000 (15:18 -0800)]
Update copyrights. Closes #3016.
I went through the logs of each file with a copyright header and
updated the years for the authors in the headers for any non-comment
changes they introduced. What a pain!

16 years agoIMAP copyright header updates
Brendan Cully [Sun, 4 Jan 2009 22:28:39 +0000 (14:28 -0800)]
IMAP copyright header updates

16 years agoUpdated copyrights
Brendan Cully [Sun, 4 Jan 2009 22:23:04 +0000 (14:23 -0800)]
Updated copyrights

16 years agoSMTP: complain when authentication fails. Closes #2117.
Brendan Cully [Sun, 4 Jan 2009 21:46:47 +0000 (13:46 -0800)]
SMTP: complain when authentication fails. Closes #2117.
Now each failed attempt emits an error before mutt tries the next
method. Possibly we should just fail immediately?

16 years agoUse ! instead of testing pointers against 0. Closes #3125.
Brendan Cully [Sun, 4 Jan 2009 21:21:14 +0000 (13:21 -0800)]
Use ! instead of testing pointers against 0. Closes #3125.

16 years agoDocumentation: Minor fixes and improvements
Rocco Rutte [Sun, 4 Jan 2009 19:12:10 +0000 (20:12 +0100)]
Documentation: Minor fixes and improvements

16 years agoRaise debug level for several messages
Brendan Cully [Sun, 4 Jan 2009 05:02:59 +0000 (21:02 -0800)]
Raise debug level for several messages

16 years agoGuard against unused variable warning.
Brendan Cully [Sun, 4 Jan 2009 04:45:15 +0000 (20:45 -0800)]
Guard against unused variable warning.
Thanks to Ingo Schwarze.

16 years agoRemove obsolete reference to ChangeLog.old.
Brendan Cully [Sun, 4 Jan 2009 04:40:19 +0000 (20:40 -0800)]
Remove obsolete reference to ChangeLog.old.
Thanks to Ingo Schwarze.

16 years agoIgnore unexpected FETCH responses during imap_read_headers.
Brendan Cully [Sun, 4 Jan 2009 04:37:36 +0000 (20:37 -0800)]
Ignore unexpected FETCH responses during imap_read_headers.
Thanks to Chris Li for the excellent bug report in #3041.
See #2902, #2935, #2985, #3028, #3041, #3143.
With luck, this may close them. In truth, imap_read_headers
is still a horrible kludge of duct tape and chicken wire.

16 years agoMake hash_string work in unsigned domain
Brendan Cully [Sat, 3 Jan 2009 22:00:25 +0000 (14:00 -0800)]
Make hash_string work in unsigned domain

16 years agoAnother copyright update
Brendan Cully [Sat, 3 Jan 2009 20:04:59 +0000 (12:04 -0800)]
Another copyright update

16 years agoUpdate some copyrights
Brendan Cully [Sat, 3 Jan 2009 19:55:41 +0000 (11:55 -0800)]
Update some copyrights

16 years agoSMTP: Use Hostname if Fqdn is bogus. Closes #3142.
Brendan Cully [Sat, 3 Jan 2009 07:13:43 +0000 (23:13 -0800)]
SMTP: Use Hostname if Fqdn is bogus. Closes #3142.

16 years agoMore tyops
Brendan Cully [Sat, 3 Jan 2009 06:37:42 +0000 (22:37 -0800)]
More tyops

16 years agoTyops
Brendan Cully [Sat, 3 Jan 2009 06:35:33 +0000 (22:35 -0800)]
Tyops

16 years agoAdd SSL intermediate certificate support for gnutls
Brendan Cully [Sat, 3 Jan 2009 03:05:21 +0000 (19:05 -0800)]
Add SSL intermediate certificate support for gnutls

16 years agoSimplify intermediate certificate handling.
Brendan Cully [Fri, 2 Jan 2009 21:50:11 +0000 (13:50 -0800)]
Simplify intermediate certificate handling.
Return immediately if a certificate is interactively accepted.
Display index of current certificate in chain in menu title.

16 years agoAdd support for intermediate certificates to openssl code.
TAKAHASHI Tamotsu [Fri, 2 Jan 2009 20:46:22 +0000 (12:46 -0800)]
Add support for intermediate certificates to openssl code.
Gnutls support is not included in this patch.

16 years agoSMTP: Require SP after AUTH response (strict RFC conformance). Closes #3141.
Marcel Telka [Fri, 2 Jan 2009 01:02:00 +0000 (17:02 -0800)]
SMTP: Require SP after AUTH response (strict RFC conformance). Closes #3141.

16 years agoSMTP: guard against short server responses
Brendan Cully [Fri, 2 Jan 2009 00:55:32 +0000 (16:55 -0800)]
SMTP: guard against short server responses

16 years agoManual: Add missing maps to bind command docs
Rocco Rutte [Mon, 29 Dec 2008 23:58:03 +0000 (00:58 +0100)]
Manual: Add missing maps to bind command docs

16 years agoDocumentation: Update TODO
Rocco Rutte [Mon, 29 Dec 2008 23:53:47 +0000 (00:53 +0100)]
Documentation: Update TODO

16 years agoIgnore NULL/empty lines in rc parser, fixes mutt -e '' crashing
Rocco Rutte [Fri, 26 Dec 2008 13:36:50 +0000 (14:36 +0100)]
Ignore NULL/empty lines in rc parser, fixes mutt -e '' crashing

16 years agoUpdated Japanese translation.
TAKAHASHI Tamotsu [Sat, 20 Dec 2008 23:33:03 +0000 (15:33 -0800)]
Updated Japanese translation.

16 years agoCosmetics for mutt -v
Brendan Cully [Sat, 20 Dec 2008 23:31:46 +0000 (15:31 -0800)]
Cosmetics for mutt -v

16 years agoDisable line wrapping for Message-ID header
Peter Collingbourne [Wed, 26 Nov 2008 01:15:07 +0000 (01:15 +0000)]
Disable line wrapping for Message-ID header

16 years agoRemove unused #include directives
Erik Hovland [Wed, 17 Dec 2008 04:19:23 +0000 (20:19 -0800)]
Remove unused #include directives

16 years agoRemove unused #include directives
Erik Hovland [Wed, 17 Dec 2008 03:56:07 +0000 (19:56 -0800)]
Remove unused #include directives

16 years agomutt_gen_msgid() allocates the msgid off of the heap.
Erik Hovland [Tue, 16 Dec 2008 22:31:43 +0000 (14:31 -0800)]
mutt_gen_msgid() allocates the msgid off of the heap.

Since mutt_gen_msgid() allocates the msgid string with
strdup, it is getting it off of the heap.

When the fprintf writes the msgid, the string is no longer
tracked and that string is leaked.

16 years agoMatch variable type to getch return type
Erik Hovland [Tue, 16 Dec 2008 21:06:59 +0000 (13:06 -0800)]
Match variable type to getch return type

16 years agoFix fread rc check
Erik Hovland [Tue, 16 Dec 2008 21:00:32 +0000 (13:00 -0800)]
Fix fread rc check

16 years agoRemove redundant int clamping
Erik Hovland [Tue, 16 Dec 2008 20:53:19 +0000 (12:53 -0800)]
Remove redundant int clamping

16 years agoRemove check that always succeeds
Erik Hovland [Tue, 16 Dec 2008 20:49:41 +0000 (12:49 -0800)]
Remove check that always succeeds

16 years agofclose correct fp
Erik Hovland [Tue, 16 Dec 2008 20:46:44 +0000 (12:46 -0800)]
fclose correct fp

16 years agobuflen cannot be 0 here
Erik Hovland [Tue, 16 Dec 2008 20:42:22 +0000 (12:42 -0800)]
buflen cannot be 0 here

16 years agoRemove ChangeLog.old
Brendan Cully [Tue, 16 Dec 2008 20:36:32 +0000 (12:36 -0800)]
Remove ChangeLog.old

16 years agoRemove imap/BUGS from Makefile.am
Brendan Cully [Tue, 16 Dec 2008 18:47:07 +0000 (10:47 -0800)]
Remove imap/BUGS from Makefile.am

16 years agoFix bad parentheses in stat rc
Erik Hovland [Tue, 16 Dec 2008 07:45:37 +0000 (23:45 -0800)]
Fix bad parentheses in stat rc

16 years agosnprintf returns int, not size_t
Erik Hovland [Tue, 16 Dec 2008 07:42:13 +0000 (23:42 -0800)]
snprintf returns int, not size_t

16 years agoAlways va_end(ap_retry) in mutt_buffer_printf
Erik Hovland [Tue, 16 Dec 2008 07:36:15 +0000 (23:36 -0800)]
Always va_end(ap_retry) in mutt_buffer_printf