]> granicus.if.org Git - neomutt/log
neomutt
19 years agoRemove an unneeded cast, which introduces type-punning. Modified to use FREE
Mads Martin Joergensen [Tue, 9 Aug 2005 16:10:40 +0000 (16:10 +0000)]
Remove an unneeded cast, which introduces type-punning. Modified to use FREE
instead of safe_free, since that seems to be the convention. I personally
don't see the point.

19 years ago# changelog commit
Brendan Cully [Mon, 8 Aug 2005 19:01:08 +0000 (19:01 +0000)]
# changelog commit

19 years agoPause for a moment when a hostname fails to resolve. Closes #1942.
Brendan Cully [Mon, 8 Aug 2005 18:59:43 +0000 (18:59 +0000)]
Pause for a moment when a hostname fails to resolve. Closes #1942.
There are a number of cases where mutt cascades error messages. It might
be nice if there were an error stack so that low level functions could
push_error instead of displaying it right away, and the higher level ones
could eg mutt_message(_("Failed to write FCC: %s"), pop_error ())...

19 years ago# changelog commit
Brendan Cully [Mon, 8 Aug 2005 15:55:45 +0000 (15:55 +0000)]
# changelog commit

19 years agoDocument -d option in mutt -h output. Closes #2027.
Brendan Cully [Mon, 8 Aug 2005 15:54:01 +0000 (15:54 +0000)]
Document -d option in mutt -h output. Closes #2027.

19 years ago# changelog commit
Brendan Cully [Mon, 8 Aug 2005 15:42:40 +0000 (15:42 +0000)]
# changelog commit

19 years agoRemove undefined reference to unmailboxes command. Closes #2028.
Brendan Cully [Mon, 8 Aug 2005 15:36:00 +0000 (15:36 +0000)]
Remove undefined reference to unmailboxes command. Closes #2028.

19 years ago# changelog commit
Brendan Cully [Mon, 8 Aug 2005 15:32:22 +0000 (15:32 +0000)]
# changelog commit

19 years agoFix edge case where we might have to wait two timeouts to check for IMAP mail.
Brendan Cully [Mon, 8 Aug 2005 06:44:01 +0000 (06:44 +0000)]
Fix edge case where we might have to wait two timeouts to check for IMAP mail.

19 years ago# changelog commit
Brendan Cully [Mon, 8 Aug 2005 03:32:05 +0000 (03:32 +0000)]
# changelog commit

19 years agoFix bug just introduced in lsub parsing that could cause mutt to loop indefinitely.
Brendan Cully [Mon, 8 Aug 2005 03:30:59 +0000 (03:30 +0000)]
Fix bug just introduced in lsub parsing that could cause mutt to loop indefinitely.
Don't recheck subscriptions at every mailbox change, just the initial connection.

19 years ago# changelog commit
Brendan Cully [Mon, 8 Aug 2005 00:32:52 +0000 (00:32 +0000)]
# changelog commit

19 years agoIf imap_check_subscribed is set, mailbox or unmailbox folders in response
Brendan Cully [Mon, 8 Aug 2005 00:31:57 +0000 (00:31 +0000)]
If imap_check_subscribed is set, mailbox or unmailbox folders in response
to subscribe/unsubscribe commands in the browser.

19 years ago# changelog commit
Brendan Cully [Sun, 7 Aug 2005 23:53:32 +0000 (23:53 +0000)]
# changelog commit

19 years agoNew option: $imap_check_subscribed. If set, mutt will fetch the set of
Brendan Cully [Sun, 7 Aug 2005 23:52:07 +0000 (23:52 +0000)]
New option: $imap_check_subscribed. If set, mutt will fetch the set of
subscribed mailboxes from the server and add them to the buffy list.

19 years ago# changelog commit
Brendan Cully [Sun, 7 Aug 2005 22:17:25 +0000 (22:17 +0000)]
# changelog commit

19 years agoAvoid a segfault attempting to browse an invalid IMAP URL.
Brendan Cully [Sun, 7 Aug 2005 22:16:25 +0000 (22:16 +0000)]
Avoid a segfault attempting to browse an invalid IMAP URL.

19 years agoExtend IMAP host completion to complete over open connections. Next up:
Brendan Cully [Sun, 7 Aug 2005 21:56:25 +0000 (21:56 +0000)]
Extend IMAP host completion to complete over open connections. Next up:
account and folder hooks.

19 years ago# changelog commit
Brendan Cully [Sun, 7 Aug 2005 21:30:56 +0000 (21:30 +0000)]
# changelog commit

19 years agoAllow IMAP tab-completion to complete over defined mailboxes, saving a
Brendan Cully [Sun, 7 Aug 2005 21:29:23 +0000 (21:29 +0000)]
Allow IMAP tab-completion to complete over defined mailboxes, saving a
bunch of typing for the hostname part of the URL. Should probably be
extended to complete over open connections and possibly also folder/account
hooks.

19 years agoReuse mutt_get_field for mutt_get_field_unbuffered.
Brendan Cully [Sun, 7 Aug 2005 16:45:35 +0000 (16:45 +0000)]
Reuse mutt_get_field for mutt_get_field_unbuffered.

19 years ago# changelog commit
Brendan Cully [Sun, 7 Aug 2005 06:21:40 +0000 (06:21 +0000)]
# changelog commit

19 years agoCertain versions of libc may segfault during regex processing if given
Anders Helmersson [Sun, 7 Aug 2005 06:20:37 +0000 (06:20 +0000)]
Certain versions of libc may segfault during regex processing if given
incomplete multibyte characters. Work around this by manually trimming
the display buffer. I modified it somewhat to only check when the
situation is most likely to occur: fgets has read all the way to the
capacity of the buffer. Thanks also to Tamo for his comments.

19 years ago# changelog commit
Brendan Cully [Sun, 7 Aug 2005 04:59:15 +0000 (04:59 +0000)]
# changelog commit

19 years agoMake username prompts unbuffered like password prompts are (no more
Brendan Cully [Sun, 7 Aug 2005 04:58:12 +0000 (04:58 +0000)]
Make username prompts unbuffered like password prompts are (no more
folder-hook push garbage)

19 years ago# changelog commit
Brendan Cully [Sat, 6 Aug 2005 22:21:41 +0000 (22:21 +0000)]
# changelog commit

19 years agoReport non-zero exit status of tunnel command. Closes: #1749.
Brendan Cully [Sat, 6 Aug 2005 22:20:55 +0000 (22:20 +0000)]
Report non-zero exit status of tunnel command. Closes: #1749.

19 years ago# changelog commit
Brendan Cully [Sat, 6 Aug 2005 21:21:40 +0000 (21:21 +0000)]
# changelog commit

19 years agoReplace pointless imap_force_ssl option with ssl_force_tls, which requires
Brendan Cully [Sat, 6 Aug 2005 21:19:39 +0000 (21:19 +0000)]
Replace pointless imap_force_ssl option with ssl_force_tls, which requires
any connection (POP or IMAP) to a remote server to be encrypted, and attempts
to negotiate encryption even if the capability isn't advertised (this last
bit is of dubious utility, but essentially harmless since the connection
would otherwise fail anyway). Closes: #1284.

19 years agoKill a warning.
Brendan Cully [Sat, 6 Aug 2005 20:03:30 +0000 (20:03 +0000)]
Kill a warning.

19 years ago# changelog commit
Brendan Cully [Sat, 6 Aug 2005 19:08:28 +0000 (19:08 +0000)]
# changelog commit

19 years agoUse isalnum instead of isalpha when parsing unbraced environment variable
Brendan Cully [Sat, 6 Aug 2005 19:06:36 +0000 (19:06 +0000)]
Use isalnum instead of isalpha when parsing unbraced environment variable
names, per tamo's suggestion. Closes #2022.

19 years agoMove some attachment-related prototypes and structures into attach.h
Brendan Cully [Fri, 5 Aug 2005 02:16:46 +0000 (02:16 +0000)]
Move some attachment-related prototypes and structures into attach.h
from the global headers. A small step towards sane dependency tracking
and code cleanliness.

19 years ago# changelog commit
Brendan Cully [Thu, 4 Aug 2005 01:18:47 +0000 (01:18 +0000)]
# changelog commit

19 years agoDon't unlink non-mutt files that would have been unlinked on send if the
Brendan Cully [Thu, 4 Aug 2005 01:15:52 +0000 (01:15 +0000)]
Don't unlink non-mutt files that would have been unlinked on send if the
message is cancelled.

19 years agoFix C precedence buglet in getlogin preventing it from actually calling
Brendan Cully [Wed, 3 Aug 2005 15:34:14 +0000 (15:34 +0000)]
Fix C precedence buglet in getlogin preventing it from actually calling
getuser.

19 years ago# changelog commit
Brendan Cully [Wed, 3 Aug 2005 06:54:15 +0000 (06:54 +0000)]
# changelog commit

19 years agoDon't double-free X509 certificates. This patch looks wrong, but it isn't.
Brendan Cully [Wed, 3 Aug 2005 06:51:24 +0000 (06:51 +0000)]
Don't double-free X509 certificates. This patch looks wrong, but it isn't.

19 years agoRemove mutt_ssl_nss.c from POTFILES.in. Also hack the makefiles to
Brendan Cully [Tue, 2 Aug 2005 18:15:33 +0000 (18:15 +0000)]
Remove mutt_ssl_nss.c from POTFILES.in. Also hack the makefiles to
build keymap_alldefs.h in $(top_srcdir), since that's where xgettext
looks. Not super clean I guess - the other alternative is to sed
POTFILES.

19 years ago# changelog commit
Brendan Cully [Tue, 2 Aug 2005 16:13:49 +0000 (16:13 +0000)]
# changelog commit

19 years agoPut moribund NSS support out to pasture.
Brendan Cully [Tue, 2 Aug 2005 16:10:41 +0000 (16:10 +0000)]
Put moribund NSS support out to pasture.

19 years ago# changelog commit
Brendan Cully [Tue, 2 Aug 2005 14:41:44 +0000 (14:41 +0000)]
# changelog commit

19 years agoIn compose menu, detach should be able to unlink files generated by mutt,
Brendan Cully [Tue, 2 Aug 2005 14:39:56 +0000 (14:39 +0000)]
In compose menu, detach should be able to unlink files generated by mutt,
but not files that existed before.

19 years ago# changelog commit
Brendan Cully [Tue, 2 Aug 2005 06:00:20 +0000 (06:00 +0000)]
# changelog commit

19 years agoMore fiddling with PGP results. When rerunning PGP on a message, clear
Brendan Cully [Tue, 2 Aug 2005 05:58:18 +0000 (05:58 +0000)]
More fiddling with PGP results. When rerunning PGP on a message, clear
old security result bits to avoid confusing messages like 'decrypt failed;
PGP signature successfully verified'.

19 years ago# changelog commit
Brendan Cully [Tue, 2 Aug 2005 05:04:54 +0000 (05:04 +0000)]
# changelog commit

19 years agoForget passphrase on PGP/inline decryption error, and improve status line
Brendan Cully [Tue, 2 Aug 2005 05:03:43 +0000 (05:03 +0000)]
Forget passphrase on PGP/inline decryption error, and improve status line
messages.

19 years agoMake $docdir relative to $prefix, like the other prefixes.
Brendan Cully [Tue, 2 Aug 2005 03:56:54 +0000 (03:56 +0000)]
Make $docdir relative to $prefix, like the other prefixes.

19 years ago# changelog commit
Brendan Cully [Tue, 2 Aug 2005 03:47:13 +0000 (03:47 +0000)]
# changelog commit

19 years agoBe more selective about what to remove during uninstall. (closes #1625)
Brendan Cully [Tue, 2 Aug 2005 03:46:06 +0000 (03:46 +0000)]
Be more selective about what to remove during uninstall. (closes #1625)

19 years ago# changelog commit
Brendan Cully [Tue, 2 Aug 2005 02:18:03 +0000 (02:18 +0000)]
# changelog commit

19 years agoAlso forget passphrase when encrypt fails, if signing. (closes #1025 again)
Brendan Cully [Tue, 2 Aug 2005 02:17:09 +0000 (02:17 +0000)]
Also forget passphrase when encrypt fails, if signing. (closes #1025 again)

19 years ago# changelog commit
Brendan Cully [Tue, 2 Aug 2005 02:02:54 +0000 (02:02 +0000)]
# changelog commit

19 years agoCheck that the entire message downloaded successfully on fetch, and don't
Brendan Cully [Tue, 2 Aug 2005 02:01:46 +0000 (02:01 +0000)]
Check that the entire message downloaded successfully on fetch, and don't
treat a disappearing cache file as fatal. (closes #1483)

19 years ago# changelog commit
Brendan Cully [Tue, 2 Aug 2005 01:14:45 +0000 (01:14 +0000)]
# changelog commit

19 years agoDon't unlink attachments that you've decided not to send. (closes #1328)
Brendan Cully [Tue, 2 Aug 2005 01:13:25 +0000 (01:13 +0000)]
Don't unlink attachments that you've decided not to send. (closes #1328)

19 years ago# changelog commit
Brendan Cully [Tue, 2 Aug 2005 00:53:16 +0000 (00:53 +0000)]
# changelog commit

19 years agoBump up size of PgpPass to 1024 from 256. Seems crazy, but it's harmless and
Brendan Cully [Tue, 2 Aug 2005 00:52:28 +0000 (00:52 +0000)]
Bump up size of PgpPass to 1024 from 256. Seems crazy, but it's harmless and
it (closes #1207).

19 years ago# changelog commit
Brendan Cully [Tue, 2 Aug 2005 00:39:42 +0000 (00:39 +0000)]
# changelog commit

19 years agoFix password prompt for POP (more authentication ID fallout).
Brendan Cully [Tue, 2 Aug 2005 00:37:41 +0000 (00:37 +0000)]
Fix password prompt for POP (more authentication ID fallout).

19 years agoDocument <backtab> key.
Brendan Cully [Mon, 1 Aug 2005 22:37:22 +0000 (22:37 +0000)]
Document <backtab> key.

19 years ago# changelog commit
Brendan Cully [Mon, 1 Aug 2005 20:45:35 +0000 (20:45 +0000)]
# changelog commit

19 years agoAutomatically forget PGP passphrase on sign or decrypt error. (closes #1025)
Brendan Cully [Mon, 1 Aug 2005 20:43:51 +0000 (20:43 +0000)]
Automatically forget PGP passphrase on sign or decrypt error. (closes #1025)

19 years agoDisplay "successfully decrypted" message instead of nothing. Superseded by signature...
Brendan Cully [Mon, 1 Aug 2005 20:18:32 +0000 (20:18 +0000)]
Display "successfully decrypted" message instead of nothing. Superseded by signature verification.

19 years ago# changelog commit
Brendan Cully [Mon, 1 Aug 2005 20:08:20 +0000 (20:08 +0000)]
# changelog commit

19 years agoDon't report PGP signature could not be verified unless there really is
Brendan Cully [Mon, 1 Aug 2005 20:06:41 +0000 (20:06 +0000)]
Don't report PGP signature could not be verified unless there really is
a signature verification problem (not some other PGP error).

19 years ago# changelog commit
Brendan Cully [Mon, 1 Aug 2005 18:14:05 +0000 (18:14 +0000)]
# changelog commit

19 years agoInstall system muttrc from the build directory, not the source directory.
Brendan Cully [Mon, 1 Aug 2005 18:13:04 +0000 (18:13 +0000)]
Install system muttrc from the build directory, not the source directory.

19 years ago# changelog commit
Brendan Cully [Mon, 1 Aug 2005 18:06:57 +0000 (18:06 +0000)]
# changelog commit

19 years agoRestore Sort immediately after sorting by mailbox order in mbox_sync_mailbox.
Brendan Cully [Mon, 1 Aug 2005 18:05:12 +0000 (18:05 +0000)]
Restore Sort immediately after sorting by mailbox order in mbox_sync_mailbox.
(closes #972)

19 years ago# changelog commit
Brendan Cully [Mon, 1 Aug 2005 17:07:41 +0000 (17:07 +0000)]
# changelog commit

19 years agoInsert compile-time paths to system resources into mutt.man. (closes #854)
Brendan Cully [Mon, 1 Aug 2005 17:06:48 +0000 (17:06 +0000)]
Insert compile-time paths to system resources into mutt.man. (closes #854)

19 years ago# changelog commit
Brendan Cully [Mon, 1 Aug 2005 16:38:56 +0000 (16:38 +0000)]
# changelog commit

19 years agoReport errors occuring in _mutt_save_message. (closes #847)
Brendan Cully [Mon, 1 Aug 2005 16:38:00 +0000 (16:38 +0000)]
Report errors occuring in _mutt_save_message. (closes #847)

19 years ago# changelog commit
Brendan Cully [Mon, 1 Aug 2005 07:36:27 +0000 (07:36 +0000)]
# changelog commit

19 years agoCache SSL certificates that have been accepted but not saved until mutt
Brendan Cully [Mon, 1 Aug 2005 07:35:04 +0000 (07:35 +0000)]
Cache SSL certificates that have been accepted but not saved until mutt
exits. (closes #643).
Create mutt_add_list_n for adding non-character data to lists, have
mutt_add_list call it.

19 years ago# changelog commit
Brendan Cully [Mon, 1 Aug 2005 04:58:37 +0000 (04:58 +0000)]
# changelog commit

19 years agoReport error creating FCC when writing to IMAP server. Addresses #423.
Brendan Cully [Mon, 1 Aug 2005 04:57:04 +0000 (04:57 +0000)]
Report error creating FCC when writing to IMAP server. Addresses #423.

19 years ago# changelog commit
Brendan Cully [Mon, 1 Aug 2005 01:43:52 +0000 (01:43 +0000)]
# changelog commit

19 years agocomplete :set mbox_type=<tab>. (closes #1649)
Brendan Cully [Mon, 1 Aug 2005 01:43:06 +0000 (01:43 +0000)]
complete :set mbox_type=<tab>. (closes #1649)

19 years ago# changelog commit
Brendan Cully [Sat, 30 Jul 2005 04:42:36 +0000 (04:42 +0000)]
# changelog commit

19 years agoThe builtin pager tries to wrap a line for ever
TAKAHASHI Tamotsu [Sat, 30 Jul 2005 04:40:45 +0000 (04:40 +0000)]
The builtin pager tries to wrap a line for ever
if:
0) the line contains a space or a tab character
 followed by a very long word, and
1) M_PAGER_NSKIP flag is passed to it, and
2) $smart_wrap is set. (default)

19 years ago# changelog commit
Brendan Cully [Sat, 30 Jul 2005 04:14:33 +0000 (04:14 +0000)]
# changelog commit

19 years agoWhen using colors, the status line of the index is displayed in a
Vincent Lefevre [Sat, 30 Jul 2005 04:13:07 +0000 (04:13 +0000)]
When using colors, the status line of the index is displayed in a
>bright color, even when the prefix "bright" is *not* given in the
foreground color. The problem occurs when I have the following additional
line:
  color normal brightwhite black
The problem is that BKGDSET's are missing.

19 years ago# changelog commit
Brendan Cully [Sat, 30 Jul 2005 04:00:28 +0000 (04:00 +0000)]
# changelog commit

19 years agoDon't refuse to delete attachments just because a message has been checked
TAKAHASHI Tamotsu [Sat, 30 Jul 2005 03:59:04 +0000 (03:59 +0000)]
Don't refuse to delete attachments just because a message has been checked
for "traditional" PGP encoding. (closes #2013)

19 years ago# changelog commit
Brendan Cully [Fri, 29 Jul 2005 18:06:57 +0000 (18:06 +0000)]
# changelog commit

19 years ago"nospam foo" causes a segv if you have not set any "spam", because of
TAKAHASHI Tamotsu [Fri, 29 Jul 2005 18:05:50 +0000 (18:05 +0000)]
"nospam foo" causes a segv if you have not set any "spam", because of
a null pointer dereference.

19 years ago# changelog commit
Brendan Cully [Fri, 29 Jul 2005 06:46:32 +0000 (06:46 +0000)]
# changelog commit

19 years agoTweak a poorly-worded error message in the gnutls glue, pointed out by
Brendan Cully [Fri, 29 Jul 2005 06:45:14 +0000 (06:45 +0000)]
Tweak a poorly-worded error message in the gnutls glue, pointed out by
Vincent Lefevre.

19 years ago# changelog commit
Brendan Cully [Fri, 29 Jul 2005 01:52:59 +0000 (01:52 +0000)]
# changelog commit

19 years agoFix bug added in revision 3.26, where imap_sync_mailbox failed to check
Brendan Cully [Fri, 29 Jul 2005 01:51:36 +0000 (01:51 +0000)]
Fix bug added in revision 3.26, where imap_sync_mailbox failed to check
whether it was supposed to expunge before issuing a CLOSE.

19 years ago# changelog commit
Thomas Roessler [Thu, 28 Jul 2005 20:43:11 +0000 (20:43 +0000)]
# changelog commit

19 years agoFix mutt/2004; S/MIME user interface differences between GPGME and
TAKAHASHI Tamotsu [Thu, 28 Jul 2005 20:42:45 +0000 (20:42 +0000)]
Fix mutt/2004; S/MIME user interface differences between GPGME and
classic.

19 years ago# changelog commit
Brendan Cully [Thu, 28 Jul 2005 19:48:55 +0000 (19:48 +0000)]
# changelog commit

19 years agoUse mutt_account_getlogin instead of getuser for authentication methods that
Brendan Cully [Thu, 28 Jul 2005 19:47:40 +0000 (19:47 +0000)]
Use mutt_account_getlogin instead of getuser for authentication methods that
only support an authentication ID. As a side-effect, don't display a dangling
authentication name pointer in getpass.

19 years ago# changelog commit
Brendan Cully [Wed, 27 Jul 2005 15:09:40 +0000 (15:09 +0000)]
# changelog commit

19 years agoCorrect two typos in GPGME error messages.
Vincent Lefevre [Wed, 27 Jul 2005 15:08:43 +0000 (15:08 +0000)]
Correct two typos in GPGME error messages.

19 years ago# changelog commit
Brendan Cully [Wed, 27 Jul 2005 05:54:46 +0000 (05:54 +0000)]
# changelog commit

19 years agoUpdate Thomas' address in several out-of-date PO files. (closes #990)
Brendan Cully [Wed, 27 Jul 2005 05:53:26 +0000 (05:53 +0000)]
Update Thomas' address in several out-of-date PO files. (closes #990)