]>
granicus.if.org Git - neomutt/log
Rocco Rutte [Tue, 12 May 2009 13:21:16 +0000 (15:21 +0200)]
Fix description for <save-message>
Rocco Rutte [Wed, 29 Apr 2009 12:49:09 +0000 (14:49 +0200)]
Fix maildir times in mailboxes browser. Closes #626.
Instead of using the (pointless) mtime of the top-level maildir folder,
use the latest mtime of the "new" and "cur" subdirectories. Maildir
folders in the mailboxes list can now be properly sorted by date. This
does not affect the directory browser. Also see #2421.
Rocco Rutte [Wed, 29 Apr 2009 09:53:01 +0000 (11:53 +0200)]
Move Maildir/MH folder detection from mx.c to mh.c
Rocco Rutte [Tue, 28 Apr 2009 13:12:25 +0000 (15:12 +0200)]
Fold References: header so we never run into line length problems
Rocco Rutte [Tue, 28 Apr 2009 12:27:26 +0000 (14:27 +0200)]
Fix comment typo
Bertram Felgenhauer [Tue, 28 Apr 2009 12:18:33 +0000 (14:18 +0200)]
Drop References header if In-Reply-To is modified by user. Closes #3221.
Rocco Rutte [Tue, 28 Apr 2009 11:05:40 +0000 (13:05 +0200)]
Don't generate References: for reply to multiple messages
All parent Message-Ids are present in In-Reply-To already.
Also, RfC2822, section 3.6.4 discourages its generation.
Rocco Rutte [Tue, 28 Apr 2009 11:03:57 +0000 (13:03 +0200)]
Don't trim In-Reply-To with $edit_headers set
In case of a tagged reply to several messages, we
want In-Reply-To to contain all parent Message-Ids.
Rocco Rutte [Tue, 28 Apr 2009 09:17:32 +0000 (11:17 +0200)]
Only sync changed messages back to hcache on mailbox sync
Rocco Rutte [Tue, 28 Apr 2009 09:15:24 +0000 (11:15 +0200)]
For spam detection, mention $imap_headers. Closes #3223.
Rocco Rutte [Tue, 28 Apr 2009 09:01:57 +0000 (11:01 +0200)]
Manual: Fix typo and reword paragraph
Rocco Rutte [Sun, 26 Apr 2009 19:09:53 +0000 (21:09 +0200)]
POP: Support hcache updating, too.
This also allows us to use hcache to manage
"flagged" and "replied" message flags.
Rocco Rutte [Sun, 26 Apr 2009 18:44:15 +0000 (20:44 +0200)]
Sync header to hcache when synching MH/Maildir/IMAP folders. Closes #2942.
Rocco Rutte [Sun, 26 Apr 2009 10:00:42 +0000 (12:00 +0200)]
Use dynamic buffer for displaying pager lines. Closes #3162.
With too small fixed-size buffers we can't color/find certain words
that span buffers. This needs to duplicate mutt_read_line with the
adjustment to leave line termination in and not support breaking
long lines using \ at EOL. Other callers may want to use this one
instead, too as we support \-escaping in too many places.
Rocco Rutte [Sun, 26 Apr 2009 07:52:56 +0000 (09:52 +0200)]
Document suffixes for %f in $folder_format
Bertram Felgenhauer [Wed, 22 Apr 2009 21:29:23 +0000 (23:29 +0200)]
Fix memory leak in mutt_edit_headers(). Closes #3220.
Thomas Wiegner [Sat, 25 Apr 2009 08:51:03 +0000 (10:51 +0200)]
Add mkdtemp() from xfce to unbreak gpgme build on Solaris. Closes #3217.
Rocco Rutte [Sat, 25 Apr 2009 08:35:42 +0000 (10:35 +0200)]
Add strcasestr() from uclibc to unbreak (Open)Solaris build. Closes #3222.
Aron Griffis [Tue, 21 Apr 2009 19:10:28 +0000 (15:10 -0400)]
Equivalent mutt_buffy, but readable code
Signed-off-by: Aron Griffis <agriffis@n01se.net>
Aron Griffis [Tue, 21 Apr 2009 19:06:59 +0000 (15:06 -0400)]
Call mutt_expand_path() from mutt_buffy to fix imap separator.
Closes #3208 and #3218
Signed-off-by: Aron Griffis <agriffis@n01se.net>
Aron Griffis [Tue, 21 Apr 2009 18:09:55 +0000 (14:09 -0400)]
Use slen instead of assuming _POSIX_PATH_MAX
Signed-off-by: Aron Griffis <agriffis@n01se.net>
Vincent Lefevre [Thu, 23 Apr 2009 19:51:53 +0000 (12:51 -0700)]
Updated French translation.
Christoph Berg [Mon, 20 Apr 2009 16:36:36 +0000 (18:36 +0200)]
Better document that some send-hooks can't work with $autoedit. Closes #1834.
Rocco Rutte [Mon, 20 Apr 2009 16:26:03 +0000 (18:26 +0200)]
Fix typo for $imap_pass
Rocco Rutte [Fri, 17 Apr 2009 16:05:25 +0000 (18:05 +0200)]
Support the Charset: armor header for inline PGP. Closes #3039.
The header is defined as optional by RfC4880.
This is based on patch-1.5.9.tamo.pgp_charsetchack.1. We only support
reading this header and, if present, recode the PGP output from the
given charset to $charset if we find it valid; otherwise fall back to
UTF-8. Certain clients make use of the header when sending mail, so mutt
should respect it because some messages are otherwise unreadable.
The sending side is not touched, we unconditionally send UTF-8.
Michael Elkins [Fri, 17 Apr 2009 13:45:23 +0000 (15:45 +0200)]
Make sure Recent-From: consults $realname. Closes #1721.
Rocco Rutte [Fri, 17 Apr 2009 13:37:07 +0000 (15:37 +0200)]
Make <set-flag> and <clear-flag> work in the pager, too. Closes #3212.
Rocco Rutte [Fri, 17 Apr 2009 11:20:04 +0000 (13:20 +0200)]
Don't consider \n part of a line for body coloring. Closes #2363.
Rocco Rutte [Fri, 17 Apr 2009 10:47:41 +0000 (12:47 +0200)]
Enlarge buffer size for parsing mailcap files
We really need code for dynamic buffers which would solve a few other
bugs, too. Closes #2205.
Rocco Rutte [Thu, 16 Apr 2009 17:23:32 +0000 (19:23 +0200)]
POP: Default to using getservbyname() as we do for IMAP and SMTP
Rocco Rutte [Thu, 16 Apr 2009 17:14:58 +0000 (19:14 +0200)]
Manual: Improve docs on URL syntax, add examples
Rocco Rutte [Thu, 16 Apr 2009 14:17:26 +0000 (16:17 +0200)]
Manual: Add user-defined variables to variable types
Rocco Rutte [Sat, 11 Apr 2009 08:35:52 +0000 (10:35 +0200)]
Don't raise new mail flag on mbox/mmdf Fcc mailboxes. Closes #1896.
Rocco Rutte [Wed, 8 Apr 2009 14:25:38 +0000 (16:25 +0200)]
For %F, display Bcc recipient if no other recipients found. Closes #3157.
Rocco Rutte [Wed, 8 Apr 2009 13:46:06 +0000 (15:46 +0200)]
Make ~x match In-Reply-To, too. Closes #771.
Rocco Rutte [Tue, 7 Apr 2009 17:57:30 +0000 (19:57 +0200)]
Fix
b5cbd0dab863 , closes #3215.
Still valgrind reports 'fromcode' as leaking.
Erik Hovland [Tue, 7 Apr 2009 09:32:20 +0000 (11:32 +0200)]
Try to correct usage of tempfile and *tempfile
Since tempfile is a double pointer checking for tempfile and then
dereferencing with *tempfile is not correct.
Rocco Rutte [Mon, 6 Apr 2009 20:05:25 +0000 (22:05 +0200)]
Manual: Fix typo
Erik Hovland [Mon, 6 Apr 2009 17:10:35 +0000 (19:10 +0200)]
mutt_message_to_7bit(): Only close file pointer if we opened it
The pointer is to be managed outside the function and provided.
Only close it we opened it ourself using fopen().
Erik Hovland [Mon, 6 Apr 2009 17:07:53 +0000 (19:07 +0200)]
Plug memory leaks in sendlib.c
Rocco Rutte [Sun, 5 Apr 2009 11:42:43 +0000 (13:42 +0200)]
Merge backout
Rocco Rutte [Sun, 5 Apr 2009 11:41:15 +0000 (13:41 +0200)]
Backed out changeset
23c7b469ff20
This requires more thought: if the user has -- in $sendmail,
we need to add our arguments for 8BITMIME/DSN/etc. before it
and not after. See #3168.
Erik Hovland [Sun, 5 Apr 2009 11:16:47 +0000 (13:16 +0200)]
q is never used
Steve Kemp [Thu, 2 Apr 2009 11:11:58 +0000 (13:11 +0200)]
Only append -- to $sendmail if not present. Closes #3168.
This allows users to add custom recipients via $sendmail.
Rocco Rutte [Thu, 2 Apr 2009 10:57:50 +0000 (12:57 +0200)]
Clarify what $attach_charset does, closes #3165.
Rocco Rutte [Thu, 2 Apr 2009 09:49:47 +0000 (11:49 +0200)]
Add 'sortcheck' target to doc/Makefile.am
This should be used from time to time to check if vars are sorted.
Closes #3191.
Rocco Rutte [Thu, 2 Apr 2009 09:47:27 +0000 (11:47 +0200)]
Sort $pgp_* and $crypt_* vars, see #3191.
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
Erik Hovland [Wed, 25 Mar 2009 22:22:11 +0000 (15:22 -0700)]
Make sure childout string is valid before giving to unlink
Rocco Rutte [Sun, 5 Apr 2009 10:26:00 +0000 (12:26 +0200)]
Manual: Put 'alias' and 'unalias' synopsis together
...so that every rc command lists synopsis first in their section.
Rocco Rutte [Sun, 5 Apr 2009 10:21:12 +0000 (12:21 +0200)]
mutt.css: Minor tweaks for <cmdsynopsis/>
Draw left border for <cmdsynopsis/> to highlight them a bit and render
arguments in monospace, too.
Rocco Rutte [Sun, 5 Apr 2009 09:55:37 +0000 (11:55 +0200)]
Manual: Make sure every rc command has a synopsis in its describing section
Rocco Rutte [Sun, 5 Apr 2009 09:54:32 +0000 (11:54 +0200)]
Manual: Fold consecutive <cmdsynopsis/> into just one
This make it visually easier to spot what belongs together.
Rocco Rutte [Sun, 5 Apr 2009 07:09:32 +0000 (09:09 +0200)]
Manual: More entities and <quotes/> as appropriate
Rocco Rutte [Sat, 4 Apr 2009 14:23:29 +0000 (16:23 +0200)]
Manual: Improve 'sortcheck' target
Don't call up diff+pager if all is sorted and
remove the temp files for diffing we created.
Rocco Rutte [Sat, 4 Apr 2009 13:37:08 +0000 (15:37 +0200)]
Manual: Capitalize headlines
Rocco Rutte [Sat, 4 Apr 2009 13:08:20 +0000 (15:08 +0200)]
Manual: Move section on mixmaster support to Optional Features
Rocco Rutte [Sat, 4 Apr 2009 13:02:06 +0000 (15:02 +0200)]
Manual: Remove duplicate section on mailcap use from security chapter
We already have a more detailed section on secure mailcap usage, so link
to it.
Rocco Rutte [Sat, 4 Apr 2009 12:43:33 +0000 (14:43 +0200)]
Manual: Minor improvements and fixes
Rocco Rutte [Sat, 4 Apr 2009 12:28:58 +0000 (14:28 +0200)]
Manual: Add a short chapter summarizing security considerations
Rocco Rutte [Sat, 4 Apr 2009 11:54:47 +0000 (13:54 +0200)]
Manual: Use — in text rather than --
Rocco Rutte [Sat, 4 Apr 2009 11:46:04 +0000 (13:46 +0200)]
Manual: Add section on padding for format strings
Rocco Rutte [Sat, 4 Apr 2009 11:21:52 +0000 (13:21 +0200)]
Manual: Mention reply types in "Sending Mail" section
Rocco Rutte [Sat, 4 Apr 2009 10:38:09 +0000 (12:38 +0200)]
Manual: Add table with navigation keys for page-based menus
Rocco Rutte [Sat, 4 Apr 2009 10:25:58 +0000 (12:25 +0200)]
mutt.css: Add left+right margins to screen, note and examples
Rocco Rutte [Sat, 4 Apr 2009 10:21:44 +0000 (12:21 +0200)]
Manual: Add section on screens and menus with short descriptions.
Mostly stolen from old mutt-ng docs with adjustments.
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