]> granicus.if.org Git - neomutt/log
neomutt
23 years agoUse the EMAIL environment variable as the default for $from.
Thomas Roessler [Mon, 11 Jun 2001 16:55:57 +0000 (16:55 +0000)]
Use the EMAIL environment variable as the default for $from.

23 years agoupdate.
Thomas Roessler [Mon, 11 Jun 2001 16:55:35 +0000 (16:55 +0000)]
update.

23 years agoupdate.
Thomas Roessler [Mon, 11 Jun 2001 09:00:23 +0000 (09:00 +0000)]
update.

23 years agoupdates for 1.3.19.
Thomas Roessler [Thu, 7 Jun 2001 23:15:53 +0000 (23:15 +0000)]
updates for 1.3.19.

23 years agoA fixed version from EGE.
Thomas Roessler [Thu, 7 Jun 2001 20:16:54 +0000 (20:16 +0000)]
A fixed version from EGE.

23 years agoDon't try to upload to sigtrap.guug.de any more.
Thomas Roessler [Thu, 7 Jun 2001 20:14:27 +0000 (20:14 +0000)]
Don't try to upload to sigtrap.guug.de any more.

17 years agoupdate tags
convert-repo [Thu, 1 Mar 2007 19:18:18 +0000 (19:18 +0000)]
update tags

23 years agoautomatic post-release commit for mutt-1.3.19
Thomas Roessler [Thu, 7 Jun 2001 20:12:16 +0000 (20:12 +0000)]
automatic post-release commit for mutt-1.3.19

23 years agoDon't check in intl/
Thomas Roessler [Thu, 7 Jun 2001 20:09:54 +0000 (20:09 +0000)]
Don't check in intl/

23 years agoMore from the gettext munster patch from E.G.E.
Thomas Roessler [Thu, 7 Jun 2001 20:03:57 +0000 (20:03 +0000)]
More from the gettext munster patch from E.G.E.

23 years agoGettext update. (From E.G.E., of course.)
Thomas Roessler [Thu, 7 Jun 2001 20:02:36 +0000 (20:02 +0000)]
Gettext update. (From E.G.E., of course.)

23 years agoGettext update.
Thomas Roessler [Thu, 7 Jun 2001 20:02:28 +0000 (20:02 +0000)]
Gettext update.

23 years agoupdate.
Thomas Roessler [Thu, 7 Jun 2001 18:50:13 +0000 (18:50 +0000)]
update.

23 years agoALL_LINGUAS. I forgot to do this earlier today.
Thomas Roessler [Thu, 7 Jun 2001 18:50:00 +0000 (18:50 +0000)]
ALL_LINGUAS.  I forgot to do this earlier today.

23 years agoDocumentation update from Brendan Cully.
Thomas Roessler [Thu, 7 Jun 2001 18:49:38 +0000 (18:49 +0000)]
Documentation update from Brendan Cully.

23 years agoUpdating the gl translation, another update-po run.
Thomas Roessler [Thu, 7 Jun 2001 09:01:28 +0000 (09:01 +0000)]
Updating the gl translation, another update-po run.

23 years agoChanged to utf-8 in order to avoid problems with recent gettext
Thomas Roessler [Thu, 7 Jun 2001 08:58:05 +0000 (08:58 +0000)]
Changed to utf-8 in order to avoid problems with recent gettext
versions.  Thanks to EGE!

(BTW, the file name is lying now.  Is this a problem?)

23 years agoupdate-po; adding an Estonian translation.
Thomas Roessler [Thu, 7 Jun 2001 08:57:07 +0000 (08:57 +0000)]
update-po; adding an Estonian translation.

23 years agoFix a small bug.
Thomas Roessler [Thu, 7 Jun 2001 08:53:06 +0000 (08:53 +0000)]
Fix a small bug.

23 years agoThis patch ensures IMAP FLAGS aren't parsed twice when fetching the
Thomas Roessler [Thu, 7 Jun 2001 08:51:54 +0000 (08:51 +0000)]
This patch ensures IMAP FLAGS aren't parsed twice when fetching the
full message body. It really only amounts to a cosmetic error, but
may cause spurious "Mailbox externally modified" messages.

From Brendan Cully.

23 years agoDocumentation updates and a little bug fix. From Brendan Cully.
Thomas Roessler [Thu, 7 Jun 2001 08:51:31 +0000 (08:51 +0000)]
Documentation updates and a little bug fix.  From Brendan Cully.

23 years agoDon't add empty strings to lists. From Thomas Parmelan
Thomas Roessler [Thu, 7 Jun 2001 08:50:58 +0000 (08:50 +0000)]
Don't add empty strings to lists.  From Thomas Parmelan
<tom@proxad.net>.

23 years agoLeave slightly more margin with format=flowed.
Thomas Roessler [Tue, 5 Jun 2001 15:43:41 +0000 (15:43 +0000)]
Leave slightly more margin with format=flowed.

23 years agopatch-bac.sockets-20010605.1
Thomas Roessler [Tue, 5 Jun 2001 13:37:08 +0000 (13:37 +0000)]
patch-bac.sockets-20010605.1

23 years agoChange the delimiter for imap_authenticators to a colon.
Thomas Roessler [Tue, 5 Jun 2001 08:13:43 +0000 (08:13 +0000)]
Change the delimiter for imap_authenticators to a colon.

23 years agoThe attached patch should be the last feature I want to get in
Thomas Roessler [Tue, 5 Jun 2001 08:11:57 +0000 (08:11 +0000)]
The attached patch should be the last feature I want to get in
before 1.4. It creates a new config variable $imap_authenticators,
which is a comma-separated list of authentication methods for mutt
to try to use to authenticate to an IMAP server. If it is
unspecified you get the old behaviour - any method is tried, the
first to succeed or fail ends the auth loop.

(From Brendan Cully.)

23 years agoThe attached patch should be the last feature I want to get in
Thomas Roessler [Tue, 5 Jun 2001 08:11:48 +0000 (08:11 +0000)]
The attached patch should be the last feature I want to get in
before 1.4. It creates a new config variable $imap_authenticators,
which is a comma-separated list of authentication methods for mutt
to try to use to authenticate to an IMAP server. If it is
unspecified you get the old behaviour - any method is tried, the
first to succeed or fail ends the auth loop.

23 years agoCheck mutt_create_filter*'s return value for errors. This should
Thomas Roessler [Tue, 5 Jun 2001 07:55:55 +0000 (07:55 +0000)]
Check mutt_create_filter*'s return value  for errors.  This should
avoid a bunch of possible crashes.

23 years agoScore documentation fix.
Thomas Roessler [Mon, 4 Jun 2001 18:29:33 +0000 (18:29 +0000)]
Score documentation fix.

23 years agoUpdate.
Thomas Roessler [Mon, 4 Jun 2001 17:17:27 +0000 (17:17 +0000)]
Update.

23 years agoIgnore some more generated files. From Andrew Nosenko.
Thomas Roessler [Mon, 4 Jun 2001 17:16:59 +0000 (17:16 +0000)]
Ignore some more generated files.  From Andrew Nosenko.

23 years ago-I$(includedir) is moved from INCLUDES variable to the end of
Thomas Roessler [Mon, 4 Jun 2001 17:16:12 +0000 (17:16 +0000)]
-I$(includedir) is moved from INCLUDES variable to the end of
CPPFLAGS.  This allow build Mutt with Bruno's libiconv and
--prefix=/usr on glibc-2.1.2 systems.

From "Andrew W. Nosenko" <awn@bcs.zp.ua>.

23 years agoClean up the sharedir mess. From Lars Hecking.
Thomas Roessler [Mon, 4 Jun 2001 17:14:30 +0000 (17:14 +0000)]
Clean up the sharedir mess.  From Lars Hecking.

23 years agoMore concurrent IMAP modification handling from Brendan Cully.
Thomas Roessler [Fri, 1 Jun 2001 08:53:22 +0000 (08:53 +0000)]
More concurrent IMAP modification handling from Brendan Cully.

23 years agoUpdate.
Thomas Roessler [Fri, 1 Jun 2001 08:52:06 +0000 (08:52 +0000)]
Update.

23 years agoTunnel fixes.
Thomas Roessler [Thu, 31 May 2001 18:04:24 +0000 (18:04 +0000)]
Tunnel fixes.

23 years agoFix some typos.
Thomas Roessler [Thu, 31 May 2001 18:03:49 +0000 (18:03 +0000)]
Fix some typos.

23 years agoUtf-8 support with ncurses, by Sven Verdoolaege. Thomas E. Dickey
Thomas Roessler [Thu, 31 May 2001 15:35:09 +0000 (15:35 +0000)]
Utf-8 support with ncurses, by Sven Verdoolaege.  Thomas E. Dickey
says it looks reasonable, so I include it.

23 years agoSocket API clean-up from Brendan Cully.
Thomas Roessler [Wed, 30 May 2001 23:00:44 +0000 (23:00 +0000)]
Socket API clean-up from Brendan Cully.

23 years agoIf messages have no References header, fall back to using
Thomas Roessler [Wed, 30 May 2001 16:55:38 +0000 (16:55 +0000)]
If messages have no References header, fall back to using
In-Reply-To when constructing a reply's references header.  This may
not be strictly according to the book, but looks like a reasonable
suggestion (which came from Vincent Lefebvre).

23 years agoCheck whether any messages are visible.
Thomas Roessler [Wed, 30 May 2001 00:04:30 +0000 (00:04 +0000)]
Check whether any messages are visible.

23 years agoGSSAPI fixes, tunnel driver. From Brendan Cully.
Thomas Roessler [Tue, 29 May 2001 20:26:21 +0000 (20:26 +0000)]
GSSAPI fixes, tunnel driver.  From Brendan Cully.

23 years agoMore type-determination fixes from Lars Hecking.
Thomas Roessler [Tue, 29 May 2001 20:22:16 +0000 (20:22 +0000)]
More type-determination fixes from Lars Hecking.

23 years agoConsult /etc/services for imaps port. From Brendan Cully.
Thomas Roessler [Mon, 28 May 2001 19:14:47 +0000 (19:14 +0000)]
Consult /etc/services for imaps port.  From Brendan Cully.

23 years agoImprove checking for 32bit integers. From Brendan Cully and Lars
Thomas Roessler [Mon, 28 May 2001 19:14:30 +0000 (19:14 +0000)]
Improve checking for 32bit integers.  From Brendan Cully and Lars
Hecking.

23 years agoCosmetics. From Brendan Cully.
Thomas Roessler [Mon, 28 May 2001 15:34:41 +0000 (15:34 +0000)]
Cosmetics.  From Brendan Cully.

23 years agoDetect external modifications of IMAP folders. From Brendan Cully.
Thomas Roessler [Mon, 28 May 2001 15:34:28 +0000 (15:34 +0000)]
Detect external modifications of IMAP folders.  From Brendan Cully.

23 years agoFix attaching messages via IMAP. From Brendan Cully.
Thomas Roessler [Mon, 28 May 2001 15:33:21 +0000 (15:33 +0000)]
Fix attaching messages via IMAP.  From Brendan Cully.

23 years agoupdate.
Thomas Roessler [Thu, 24 May 2001 10:18:30 +0000 (10:18 +0000)]
update.

23 years agopatch-bac.chdir-20010523.2
Thomas Roessler [Thu, 24 May 2001 09:57:32 +0000 (09:57 +0000)]
patch-bac.chdir-20010523.2

23 years agopatch-bac.chdir-20010523.1
Thomas Roessler [Wed, 23 May 2001 14:19:16 +0000 (14:19 +0000)]
patch-bac.chdir-20010523.1

23 years agopatch-bac.createnull-20010522.1
Thomas Roessler [Wed, 23 May 2001 07:16:50 +0000 (07:16 +0000)]
patch-bac.createnull-20010522.1

23 years agoDocumentation nit from Björn Jacke.
Thomas Roessler [Tue, 22 May 2001 21:45:52 +0000 (21:45 +0000)]
Documentation nit from Björn Jacke.

23 years agoLet configure --help look prettier. From Brendan Cully.
Thomas Roessler [Tue, 22 May 2001 21:45:09 +0000 (21:45 +0000)]
Let configure --help look prettier.  From Brendan Cully.

23 years agoDocumentation fixes from Brendan Cully.
Thomas Roessler [Tue, 22 May 2001 21:44:44 +0000 (21:44 +0000)]
Documentation fixes from Brendan Cully.

23 years agoAttachment deletion on IMAP servers, take two.
Thomas Roessler [Tue, 22 May 2001 20:51:32 +0000 (20:51 +0000)]
Attachment deletion on IMAP servers, take two.

23 years agoAttachment deletion for IMAP folders. By Brendan Cully.
Thomas Roessler [Mon, 21 May 2001 08:42:06 +0000 (08:42 +0000)]
Attachment deletion for IMAP folders.  By Brendan Cully.

23 years agoFix character set conversion for non-plain text types with 8bit
Thomas Roessler [Sun, 20 May 2001 22:35:29 +0000 (22:35 +0000)]
Fix character set conversion for non-plain text types with 8bit
content-transfer-encodings.  Noted by Björn Jacke.

23 years ago\Seen for FCCs. From Brendan Cully.
Thomas Roessler [Sun, 20 May 2001 20:50:06 +0000 (20:50 +0000)]
\Seen for FCCs.  From Brendan Cully.

23 years agopatch-1.3.18.bj.segfault.1.
Thomas Roessler [Thu, 17 May 2001 18:37:21 +0000 (18:37 +0000)]
patch-1.3.18.bj.segfault.1.

23 years agoFix multibyte encodings with quoted-printable.
Thomas Roessler [Thu, 17 May 2001 04:16:02 +0000 (04:16 +0000)]
Fix multibyte encodings with quoted-printable.
(patch-1.3.18.tt.decode_quoted.1)
From TAKIZAWA Takashi <taki@luna.email.ne.jp>.

23 years agopatch-bac.notes-20010515.1
Thomas Roessler [Tue, 15 May 2001 20:41:54 +0000 (20:41 +0000)]
patch-bac.notes-20010515.1

23 years agoMake tests on an attachment's file name possible. Patch from Bob
Thomas Roessler [Tue, 15 May 2001 07:23:49 +0000 (07:23 +0000)]
Make tests on an attachment's file name possible.  Patch from Bob
Bell <bobbell@zk3.dec.com>.

23 years agoUpdate.
Thomas Roessler [Sun, 13 May 2001 15:43:48 +0000 (15:43 +0000)]
Update.

23 years agoUndo one of yesterday's aesthetical changes.
Thomas Roessler [Sat, 12 May 2001 05:49:31 +0000 (05:49 +0000)]
Undo one of yesterday's aesthetical changes.

23 years agoIMAP path canonification hack from Brendan Cully.
Thomas Roessler [Sat, 12 May 2001 05:01:54 +0000 (05:01 +0000)]
IMAP path canonification hack from Brendan Cully.

23 years agoAdding a hack to use format=flowed's quoting information in the
Thomas Roessler [Sat, 12 May 2001 04:55:24 +0000 (04:55 +0000)]
Adding a hack to use format=flowed's quoting information in the
pager, using ANSI color sequences to turn off quote coloring.

23 years agoDon't cut off the final part of ttachments with overlong lines.
Thomas Roessler [Fri, 11 May 2001 22:16:17 +0000 (22:16 +0000)]
Don't cut off the final part of ttachments with overlong lines.

23 years agoCorrectly handle extremely long lines.
Thomas Roessler [Fri, 11 May 2001 21:57:39 +0000 (21:57 +0000)]
Correctly handle extremely long lines.

23 years agoImprove handling of indented text when wrapping text/plain;
Thomas Roessler [Fri, 11 May 2001 16:37:27 +0000 (16:37 +0000)]
Improve handling of indented text when wrapping text/plain;
format=flowed.  This is, in particular, important when replying to
messages with indented text.  I hope this code does The Right Thing
most of the time now.

(Further note that we still try to avoid wrapping at places where
the user didn't do so.)

23 years agoSome more esthetical nits.
Thomas Roessler [Fri, 11 May 2001 15:52:14 +0000 (15:52 +0000)]
Some more esthetical nits.

23 years agoMore fixes.
Thomas Roessler [Fri, 11 May 2001 15:09:55 +0000 (15:09 +0000)]
More fixes.

23 years agoFix some nits with respect to text/plain; format=flowed.
Thomas Roessler [Fri, 11 May 2001 14:54:41 +0000 (14:54 +0000)]
Fix some nits with respect to text/plain; format=flowed.

23 years agoAdd experimental support for text/plain; format=flowed.
Thomas Roessler [Fri, 11 May 2001 14:43:19 +0000 (14:43 +0000)]
Add experimental support for text/plain; format=flowed.

23 years agoFix #590.
Thomas Roessler [Fri, 11 May 2001 11:42:53 +0000 (11:42 +0000)]
Fix #590.

23 years agoSome code simplifications.
Thomas Roessler [Fri, 11 May 2001 11:10:43 +0000 (11:10 +0000)]
Some code simplifications.

23 years agoFix a memory leak in mutt_free_envelope(); avoid dangling pointers
Thomas Roessler [Fri, 11 May 2001 11:04:55 +0000 (11:04 +0000)]
Fix a memory leak in mutt_free_envelope(); avoid dangling pointers
in header editing.

23 years agoupdate.
Thomas Roessler [Thu, 10 May 2001 13:15:45 +0000 (13:15 +0000)]
update.

23 years agoFix %D. From Len Lattanzi <Len.Lattanzi@migration.com>.
Thomas Roessler [Thu, 10 May 2001 13:11:59 +0000 (13:11 +0000)]
Fix %D.  From Len Lattanzi <Len.Lattanzi@migration.com>.

23 years agoFix header editing and references headers.
Thomas Roessler [Thu, 10 May 2001 09:20:10 +0000 (09:20 +0000)]
Fix header editing and references headers.

23 years agoA slightly extended version of Dave Ewart's sleeptime patch.
Thomas Roessler [Thu, 10 May 2001 08:02:18 +0000 (08:02 +0000)]
A slightly extended version of Dave Ewart's sleeptime patch.

23 years agoupdate.
Thomas Roessler [Thu, 10 May 2001 07:47:29 +0000 (07:47 +0000)]
update.

23 years agoAdding the Hungarian translation from Szabolcs Horvath
Thomas Roessler [Thu, 10 May 2001 07:47:16 +0000 (07:47 +0000)]
Adding the Hungarian translation from Szabolcs Horvath
<horvaths@fi.inf.elte.hu>.

23 years agoIMAP path canonicalization. From Brendan Cully.
Thomas Roessler [Mon, 7 May 2001 19:21:40 +0000 (19:21 +0000)]
IMAP path canonicalization.  From Brendan Cully.

23 years agoDocument some missing functions.
Thomas Roessler [Wed, 2 May 2001 20:49:46 +0000 (20:49 +0000)]
Document some missing functions.

23 years agomake update-po.
Thomas Roessler [Wed, 2 May 2001 08:31:24 +0000 (08:31 +0000)]
make update-po.

17 years agoupdate tags
convert-repo [Thu, 1 Mar 2007 19:18:04 +0000 (19:18 +0000)]
update tags

23 years agoautomatic post-release commit for mutt-1.3.18
Thomas Roessler [Tue, 1 May 2001 21:32:42 +0000 (21:32 +0000)]
automatic post-release commit for mutt-1.3.18

23 years ago#568: Out-of-band reporting for traditional signed+encrypted
Thomas Roessler [Tue, 1 May 2001 21:24:41 +0000 (21:24 +0000)]
#568:  Out-of-band reporting for traditional signed+encrypted
messages.

23 years agoReplace tabs by spaces.
Thomas Roessler [Thu, 26 Apr 2001 15:52:34 +0000 (15:52 +0000)]
Replace tabs by spaces.

23 years agoAdd a word of warning concerning the case problems.
Thomas Roessler [Thu, 26 Apr 2001 13:40:57 +0000 (13:40 +0000)]
Add a word of warning concerning the case problems.

23 years agoAdd ascii_strcasecmp() and ascii_strncasecmp() functions which do
Thomas Roessler [Thu, 26 Apr 2001 13:36:33 +0000 (13:36 +0000)]
Add ascii_strcasecmp() and ascii_strncasecmp() functions which do
locale-independent and case-insensitive string comparisons.  Needed
for mutt to work in iso-8859-9 environments, where tolower('I') !=
'i'.

23 years agoImplement RFC 2822's idea of the In-Reply-To header. In particular,
Thomas Roessler [Wed, 25 Apr 2001 22:08:41 +0000 (22:08 +0000)]
Implement RFC 2822's idea of the In-Reply-To header.  In particular,
we have to drop the $in_reply_to configuration variable.  Also, the
change in the specification makes some changes to the threading code
reasonable.

23 years agoUse RFC 2822's interpretation of two-digit years.
Thomas Roessler [Wed, 25 Apr 2001 21:37:13 +0000 (21:37 +0000)]
Use RFC 2822's interpretation of two-digit years.

23 years agoKluge around some problems with iso-8859-9 locales.
Thomas Roessler [Wed, 25 Apr 2001 18:44:25 +0000 (18:44 +0000)]
Kluge around some problems with iso-8859-9 locales.

23 years agoWhen the character set is changed, ask whether or not mutt should
Thomas Roessler [Tue, 24 Apr 2001 11:21:22 +0000 (11:21 +0000)]
When the character set is changed, ask whether or not mutt should
convert.

23 years agoDon't try to select the secret key from the public key ring.
Thomas Roessler [Thu, 19 Apr 2001 09:39:49 +0000 (09:39 +0000)]
Don't try to select the secret key from the public key ring.

23 years agoFix a segmentation fault. Bug reported by Björn Jacke and analyzed
Thomas Roessler [Wed, 18 Apr 2001 15:12:50 +0000 (15:12 +0000)]
Fix a segmentation fault.  Bug reported by Björn Jacke and analyzed
by Lars Hecking.

23 years agoFix KEY_ENTER. From EGE.
Thomas Roessler [Fri, 13 Apr 2001 23:20:15 +0000 (23:20 +0000)]
Fix KEY_ENTER.  From EGE.

23 years agoIntroducing trithemius.gnupg.org.
Thomas Roessler [Fri, 13 Apr 2001 22:52:48 +0000 (22:52 +0000)]
Introducing trithemius.gnupg.org.