]>
granicus.if.org Git - neomutt/log
Rocco Rutte [Thu, 2 Apr 2009 09:25:56 +0000 (11:25 +0200)]
Sort $smime_* vars, see #3191.
Miroslav Lichvar [Wed, 1 Apr 2009 12:33:35 +0000 (14:33 +0200)]
Use PATH_MAX for buffers passed to realpath(3) as we're supposed to
Rocco Rutte [Wed, 1 Apr 2009 11:16:35 +0000 (13:16 +0200)]
Manual: Fix openjade warnings
Rocco Rutte [Wed, 1 Apr 2009 09:39:26 +0000 (11:39 +0200)]
makedoc: Render description lists as <informaltable/>
This looks better and is more compact
(except missing column headers.)
Rocco Rutte [Tue, 31 Mar 2009 14:03:12 +0000 (16:03 +0200)]
Manual: Add an example of how to manage multiple accounts using folder-hook
Rocco Rutte [Tue, 31 Mar 2009 12:50:05 +0000 (14:50 +0200)]
Perform case insensitive string search if pattern is lower case
...since we do that for regex patterns already.
It doesn't work for IMAP server-side searches.
Rocco Rutte [Tue, 31 Mar 2009 11:19:56 +0000 (13:19 +0200)]
Manual: Fix markup of ".muttrc"
Rocco Rutte [Tue, 31 Mar 2009 11:11:58 +0000 (13:11 +0200)]
Manual: Always spell mutt as "Mutt"
Rocco Rutte [Tue, 31 Mar 2009 11:04:50 +0000 (13:04 +0200)]
Manual: Replace netscape with firefox
Rocco Rutte [Tue, 31 Mar 2009 11:01:22 +0000 (13:01 +0200)]
Manual: use <quote/> instead of " quotes
Rocco Rutte [Tue, 31 Mar 2009 10:58:15 +0000 (12:58 +0200)]
Manual: Lots of minor improvements (markup consistency, wording)
Rocco Rutte [Mon, 30 Mar 2009 12:58:29 +0000 (14:58 +0200)]
For mailbox formats, add some more verbose pros and cons
Rocco Rutte [Mon, 30 Mar 2009 11:18:26 +0000 (13:18 +0200)]
Manual: Add section about zeroprinting format strings to format string section
Thomas Roessler [Sat, 28 Mar 2009 21:37:22 +0000 (22:37 +0100)]
Make IDNA code more readable
Rocco Rutte [Sat, 28 Mar 2009 15:11:56 +0000 (16:11 +0100)]
Manual: Add section roughly explaining config option types
Rocco Rutte [Sat, 28 Mar 2009 15:01:40 +0000 (16:01 +0100)]
makedoc: make output slightly more readable
Add <?dhtml... processing instructions to render <variablelist/>
using HTML <table/> which save lots of vertical space. Also, drop
the newline before </screen> to save some space.
Rocco Rutte [Fri, 27 Mar 2009 17:02:21 +0000 (18:02 +0100)]
f=f: Fix debug messages
Rocco Rutte [Thu, 19 Mar 2009 16:19:44 +0000 (17:19 +0100)]
Improve section on patterns
Rocco Rutte [Thu, 19 Mar 2009 15:47:02 +0000 (16:47 +0100)]
Fix progress update debug message
Rocco Rutte [Thu, 19 Mar 2009 14:35:09 +0000 (15:35 +0100)]
Document kilo and mega suffixes for range patterns
Document it only for ~z (message size) as they don't make much sense for
other patterns like message score or number of attachments.
Rocco Rutte [Wed, 18 Mar 2009 16:40:50 +0000 (17:40 +0100)]
Properly initialize more structs
Erik Hovland [Thu, 19 Mar 2009 12:38:19 +0000 (13:38 +0100)]
Remove unused variable
Roman Kraevskiy [Thu, 19 Mar 2009 09:36:04 +0000 (10:36 +0100)]
Restore connection polling callback when closing SASL connection. Closes #3206.
Erik Hovland [Wed, 18 Mar 2009 13:48:07 +0000 (14:48 +0100)]
S/MIME: Don't leak intermediate cert key
Erik Hovland [Wed, 18 Mar 2009 13:43:48 +0000 (14:43 +0100)]
Properly initialize struct stats in buffy check
Rocco Rutte [Tue, 17 Mar 2009 19:04:56 +0000 (20:04 +0100)]
Fix some warnings with -W about missing initializers in structs
Todd Zullinger [Tue, 17 Mar 2009 15:44:47 +0000 (16:44 +0100)]
Ensure display is redrawn for application/pgp
When using gpg-agent, a hard redraw is needed after the pinentry program
is called. Otherwise, the screen is garbled and key bindings are
screwed up.
Closes #3196.
Rocco Rutte [Sun, 15 Mar 2009 15:44:11 +0000 (16:44 +0100)]
Add wcscasecmp() compatibility function (for OS X)
Rocco Rutte [Sun, 15 Mar 2009 15:39:21 +0000 (16:39 +0100)]
mutt.1: Mention that -a should be last in option list. Closes #3202
Rocco Rutte [Sun, 15 Mar 2009 15:38:43 +0000 (16:38 +0100)]
Only define min() if not present. Closes #3199
Erik Hovland [Sun, 15 Mar 2009 13:25:16 +0000 (14:25 +0100)]
The assigned value of dom is never used. Remove assignment
Erik Hovland [Sun, 15 Mar 2009 13:24:03 +0000 (14:24 +0100)]
The file handle will leak if fread fails
Erik Hovland [Thu, 12 Mar 2009 22:16:45 +0000 (15:16 -0700)]
resort_index will use menu->current as a index into an array.
If menu->current is negative, bad things can happen. So check
it before calling resort_index
Erik Hovland [Thu, 12 Mar 2009 23:12:52 +0000 (16:12 -0700)]
'last' is assigned but never used. Remove assignment.
Rocco Rutte [Sun, 15 Mar 2009 12:46:52 +0000 (13:46 +0100)]
Use safe_fclose() instead of fclose(), add fclose() to check_sec.sh
Rocco Rutte [Sun, 15 Mar 2009 11:40:14 +0000 (12:40 +0100)]
Merge
Rocco Rutte [Sun, 15 Mar 2009 11:33:29 +0000 (12:33 +0100)]
text/enriched: flush FILE buffer, too when flushing enriched text
Rocco Rutte [Sun, 15 Mar 2009 11:31:08 +0000 (12:31 +0100)]
text/enriched: drop encriched_cmp(), use wide character strings
NONAKA Kimihiro [Tue, 10 Mar 2009 17:39:38 +0000 (18:39 +0100)]
Fix crashes with 64bit time_t. Closes #3184.
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.
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.
Rocco Rutte [Mon, 9 Mar 2009 10:49:39 +0000 (11:49 +0100)]
Rocco Rutte [Mon, 9 Mar 2009 10:30:53 +0000 (11:30 +0100)]
Sort SSL-related variables, see #3191.
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.
Rocco Rutte [Sat, 7 Mar 2009 12:49:17 +0000 (13:49 +0100)]
Sort most variables (except crypto), see #3191.
Rocco Rutte [Sat, 7 Mar 2009 11:26:36 +0000 (12:26 +0100)]
Fix typo, see #2430.
Rocco Rutte [Fri, 20 Feb 2009 21:14:16 +0000 (22:14 +0100)]
Manual: verbosely document how the initial folder is determined, see #3189.
Rocco Rutte [Fri, 20 Feb 2009 17:27:07 +0000 (18:27 +0100)]
Document address normalization. Closes #2430.
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.
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)
Rocco Rutte [Fri, 20 Feb 2009 12:02:13 +0000 (13:02 +0100)]
Better document how the initial folder is determined. Closes #3189.
Rocco Rutte [Sun, 15 Feb 2009 15:09:50 +0000 (16:09 +0100)]
Support spaces in Attach: pseudoheader. Closes #3179.
Rocco Rutte [Tue, 10 Feb 2009 12:05:04 +0000 (13:05 +0100)]
Fix documentation typos. Closes #3178.
Brendan Cully [Tue, 27 Jan 2009 20:58:15 +0000 (12:58 -0800)]
Move socket close into imap_logout from imap_logout_all
Brendan Cully [Tue, 27 Jan 2009 20:17:23 +0000 (12:17 -0800)]
IMAP: only close socket when not already disconnected.
Rocco Rutte [Tue, 27 Jan 2009 17:48:59 +0000 (18:48 +0100)]
Update copyright years
Rocco Rutte [Tue, 27 Jan 2009 15:54:46 +0000 (16:54 +0100)]
Fix help alignment for escape sequences at screen boundary. Closes #3146.
Rocco Rutte [Tue, 27 Jan 2009 14:25:04 +0000 (15:25 +0100)]
Unconditionally inode-sort Maildir and MH folders. Closes #3166.
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.
René Clerc [Tue, 20 Jan 2009 20:34:18 +0000 (12:34 -0800)]
Updated Dutch translation
Ivan Vilata i Balaguer [Tue, 20 Jan 2009 04:39:57 +0000 (20:39 -0800)]
Updated Catalan translation
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.
Brendan Cully [Wed, 14 Jan 2009 19:45:36 +0000 (11:45 -0800)]
Add missing hooks to manual section 4
Brendan Cully [Tue, 13 Jan 2009 14:55:39 +0000 (06:55 -0800)]
Merge
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.
Brendan Cully [Mon, 12 Jan 2009 18:27:45 +0000 (10:27 -0800)]
Correct defaults for new ssl options (fixes manual generation)
Brendan Cully [Mon, 12 Jan 2009 05:47:22 +0000 (21:47 -0800)]
GNUTLS: check all available certs noninteractively before presenting any menus
Brendan Cully [Mon, 12 Jan 2009 00:04:13 +0000 (16:04 -0800)]
Add $ssl_verify_dates option to relax certificate date validation
Brendan Cully [Sun, 11 Jan 2009 23:44:28 +0000 (15:44 -0800)]
Add $ssl_verify_host to allow skipping host name validation
Brendan Cully [Sun, 11 Jan 2009 06:09:48 +0000 (22:09 -0800)]
Assume INBOX for ""/NULL in imap_mxcmp
Brendan Cully [Sun, 11 Jan 2009 05:44:41 +0000 (21:44 -0800)]
Use known connection delimiter in imap_expand_path
Brendan Cully [Sun, 11 Jan 2009 05:43:53 +0000 (21:43 -0800)]
Guard against NULL pointers in imap_mxcmp
Brendan Cully [Sun, 11 Jan 2009 02:32:00 +0000 (18:32 -0800)]
Canonicalize IMAP mailboxes before comparing them.
Brendan Cully [Sun, 11 Jan 2009 02:19:56 +0000 (18:19 -0800)]
Fix last commit
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.
Vsevolod Volkov [Wed, 7 Jan 2009 02:34:46 +0000 (18:34 -0800)]
Updated Russian translation
Brendan Cully [Tue, 6 Jan 2009 00:43:08 +0000 (16:43 -0800)]
Sign tagged revision, not the one after
Brendan Cully [Tue, 6 Jan 2009 00:41:11 +0000 (16:41 -0800)]
mutt-1.5.19 signed
Brendan Cully [Tue, 6 Jan 2009 00:37:27 +0000 (16:37 -0800)]
Added tag mutt-1-5-19-rel for changeset
a4b47ac32d32
Brendan Cully [Tue, 6 Jan 2009 00:37:27 +0000 (16:37 -0800)]
automatic post-release commit for mutt-1.5.19
Brendan Cully [Tue, 6 Jan 2009 00:35:21 +0000 (16:35 -0800)]
Fall back to vi if VISUAL is unset in build-release
Brendan Cully [Tue, 6 Jan 2009 00:31:55 +0000 (16:31 -0800)]
Update UPDATING
Brendan Cully [Mon, 5 Jan 2009 23:59:13 +0000 (15:59 -0800)]
Report CREATE failures
Brendan Cully [Mon, 5 Jan 2009 23:37:17 +0000 (15:37 -0800)]
Style fixes
Brendan Cully [Mon, 5 Jan 2009 23:34:43 +0000 (15:34 -0800)]
Leave error message on screen if imap_mailbox_create fails
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
Petr Písař [Mon, 5 Jan 2009 17:16:07 +0000 (09:16 -0800)]
Updated Czech translation
Vincent Lefevre [Mon, 5 Jan 2009 06:36:23 +0000 (22:36 -0800)]
Updated French translation
Emanuele Giaquinta [Mon, 5 Jan 2009 02:32:59 +0000 (18:32 -0800)]
Indentation fix
Brendan Cully [Mon, 5 Jan 2009 02:12:04 +0000 (18:12 -0800)]
Remove obsolete make target
Brendan Cully [Mon, 5 Jan 2009 02:04:06 +0000 (18:04 -0800)]
Update copyright in manual
Vincent Lefevre [Mon, 5 Jan 2009 01:07:59 +0000 (17:07 -0800)]
Updated French translation
Brendan Cully [Mon, 5 Jan 2009 01:04:51 +0000 (17:04 -0800)]
Remove dead code. Thanks to Ingo Schwarze.
Brendan Cully [Sun, 4 Jan 2009 23:20:26 +0000 (15:20 -0800)]
Update copyrights
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!
Brendan Cully [Sun, 4 Jan 2009 22:28:39 +0000 (14:28 -0800)]
IMAP copyright header updates
Brendan Cully [Sun, 4 Jan 2009 22:23:04 +0000 (14:23 -0800)]
Updated copyrights
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?
Brendan Cully [Sun, 4 Jan 2009 21:21:14 +0000 (13:21 -0800)]
Use ! instead of testing pointers against 0. Closes #3125.
Rocco Rutte [Sun, 4 Jan 2009 19:12:10 +0000 (20:12 +0100)]
Documentation: Minor fixes and improvements