apps/madmutt.git
17 years agofix sidebar counters.
Pierre Habouzit [Mon, 30 Oct 2006 16:56:27 +0000 (17:56 +0100)]
fix sidebar counters.

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
17 years agomake m_dupstr return NULL if the string was empty.
Pierre Habouzit [Mon, 30 Oct 2006 16:48:38 +0000 (17:48 +0100)]
make m_dupstr return NULL if the string was empty.

17 years agomake code more readable.
Pierre Habouzit [Mon, 30 Oct 2006 16:19:45 +0000 (17:19 +0100)]
make code more readable.
fix a bug with uninitialized values.

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
17 years agodrop str_[n]cat.
Pierre Habouzit [Mon, 30 Oct 2006 16:04:16 +0000 (17:04 +0100)]
drop str_[n]cat.
write mutt_get_localpart more efficiently avoiding the use of a local
buffer.

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
17 years agoless horrible strncpy's
Pierre Habouzit [Mon, 30 Oct 2006 11:50:19 +0000 (12:50 +0100)]
less horrible strncpy's
fix Makefile.am

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
17 years agofix regression, propably due to some changes in the string API
Pierre Habouzit [Mon, 30 Oct 2006 11:11:32 +0000 (12:11 +0100)]
fix regression, propably due to some changes in the string API

17 years agomissing file
Pierre Habouzit [Mon, 30 Oct 2006 09:38:20 +0000 (10:38 +0100)]
missing file

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
17 years agorevamp lib.[hc] functions into lib-lib/file.[hc].
Pierre Habouzit [Sun, 29 Oct 2006 23:32:31 +0000 (00:32 +0100)]
revamp lib.[hc] functions into lib-lib/file.[hc].
also add some useful and safe m_str* functions

17 years agoFOREVER is of very bad taste, use for (;;)
Pierre Habouzit [Sun, 29 Oct 2006 21:46:37 +0000 (22:46 +0100)]
FOREVER is of very bad taste, use for (;;)

17 years agocreate a lib-hash.a with sha1 and md5.
Pierre Habouzit [Sun, 29 Oct 2006 20:13:50 +0000 (21:13 +0100)]
create a lib-hash.a with sha1 and md5.

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
17 years agomove list.[hc] into lib-lib.
Pierre Habouzit [Sun, 29 Oct 2006 19:38:59 +0000 (20:38 +0100)]
move list.[hc] into lib-lib.

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
17 years agoexit str_cmp enters m_strcmp
Pierre Habouzit [Sun, 29 Oct 2006 19:20:02 +0000 (20:20 +0100)]
exit str_cmp enters m_strcmp

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
17 years agomove hash.[hc] into lib-lib/
Pierre Habouzit [Sun, 29 Oct 2006 18:42:37 +0000 (19:42 +0100)]
move hash.[hc] into lib-lib/

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
17 years agomove buffer.[hc] into lib-lib/
Pierre Habouzit [Sun, 29 Oct 2006 15:36:11 +0000 (16:36 +0100)]
move buffer.[hc] into lib-lib/

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
17 years agoreindent and optimizations in BUFFER* struct.
Pierre Habouzit [Sun, 29 Oct 2006 15:19:40 +0000 (16:19 +0100)]
reindent and optimizations in BUFFER* struct.
put the BUFFER type decl in buffer.h where it belongs.

17 years agouse safer p_clear when possible.
Pierre Habouzit [Sun, 29 Oct 2006 14:48:45 +0000 (15:48 +0100)]
use safer p_clear when possible.

17 years agoxterm.c was absurd, no need to put trivial functions like this in a
Pierre Habouzit [Sun, 29 Oct 2006 14:07:39 +0000 (15:07 +0100)]
xterm.c was absurd, no need to put trivial functions like this in a
separate C module.

17 years agolicense statements.
Pierre Habouzit [Sun, 29 Oct 2006 14:01:48 +0000 (15:01 +0100)]
license statements.

17 years agomove ascii.* into the lib-lib.
Pierre Habouzit [Sun, 29 Oct 2006 13:57:36 +0000 (14:57 +0100)]
move ascii.* into the lib-lib.
inline some functions.

17 years agouse m_strdup and m_strlen that are inlined for efficiency
Pierre Habouzit [Sun, 29 Oct 2006 13:40:43 +0000 (14:40 +0100)]
use m_strdup and m_strlen that are inlined for efficiency

17 years agosmall fix
Pierre Habouzit [Sun, 29 Oct 2006 12:48:08 +0000 (13:48 +0100)]
small fix

17 years agomore updates in the build system, gettext related.
Pierre Habouzit [Sun, 29 Oct 2006 12:36:41 +0000 (13:36 +0100)]
more updates in the build system, gettext related.

17 years agoupdate gettext
Pierre Habouzit [Sun, 29 Oct 2006 11:53:22 +0000 (12:53 +0100)]
update gettext

17 years agomove intl.h into lib-lib/macros.h
Pierre Habouzit [Sun, 29 Oct 2006 11:40:01 +0000 (12:40 +0100)]
move intl.h into lib-lib/macros.h

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
17 years agooops, makedoc is used in the build process.
Pierre Habouzit [Sun, 29 Oct 2006 01:45:56 +0000 (02:45 +0100)]
oops, makedoc is used in the build process.

17 years agowe don't use strdup in mutt sources anymore, remove that compat file
Pierre Habouzit [Sun, 29 Oct 2006 01:42:08 +0000 (02:42 +0100)]
we don't use strdup in mutt sources anymore, remove that compat file

17 years agoupdate gettext copy.
Pierre Habouzit [Sun, 29 Oct 2006 01:37:30 +0000 (02:37 +0100)]
update gettext copy.
we don't care about OSes that do not have a snprintf

17 years agoexit mem_realloc, enters p_realloc/xrealloc.
Pierre Habouzit [Sun, 29 Oct 2006 01:09:23 +0000 (02:09 +0100)]
exit mem_realloc, enters p_realloc/xrealloc.

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
17 years agofix regressions
Pierre Habouzit [Sun, 29 Oct 2006 00:17:43 +0000 (02:17 +0200)]
fix regressions

17 years agofix segfault
Pierre Habouzit [Sat, 28 Oct 2006 23:03:25 +0000 (01:03 +0200)]
fix segfault

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
17 years agomem_calloc -> p_new
Pierre Habouzit [Sat, 28 Oct 2006 22:55:24 +0000 (00:55 +0200)]
mem_calloc -> p_new

17 years agodrop mem_alloc and mem_free, use my own hand crafted optmized macros that
Pierre Habouzit [Sat, 28 Oct 2006 21:56:10 +0000 (23:56 +0200)]
drop mem_alloc and mem_free, use my own hand crafted optmized macros that
are *WAY* better to find allocation bugs.

found 5 or 6 of'em (mostly will generate crashes)

17 years agomissing includes, intializers, consts
Pierre Habouzit [Sat, 28 Oct 2006 19:22:45 +0000 (21:22 +0200)]
missing includes, intializers, consts

17 years agoforce our cflags in subdirs as well.
Pierre Habouzit [Sat, 28 Oct 2006 18:54:04 +0000 (20:54 +0200)]
force our cflags in subdirs as well.
more consts, less warnings.

17 years agoless warnings
Pierre Habouzit [Sat, 28 Oct 2006 14:23:53 +0000 (16:23 +0200)]
less warnings

17 years agofix a segfault introduced by some nasty const /o\
Pierre Habouzit [Sat, 28 Oct 2006 01:40:04 +0000 (03:40 +0200)]
fix a segfault introduced by some nasty const /o\

rewrites.

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
17 years agomore constness.
Pierre Habouzit [Sat, 28 Oct 2006 01:20:13 +0000 (03:20 +0200)]
more constness.
simplifications.

17 years agomissing 'WHERE' aka missing extern.
Pierre Habouzit [Sat, 28 Oct 2006 00:54:12 +0000 (02:54 +0200)]
missing 'WHERE' aka missing extern.

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
17 years agomore fixes
Pierre Habouzit [Sat, 28 Oct 2006 00:49:38 +0000 (02:49 +0200)]
more fixes

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
17 years agowe're grownups now. don't care about stupid OS'es that don't know what an
Pierre Habouzit [Sat, 28 Oct 2006 00:37:25 +0000 (02:37 +0200)]
we're grownups now. don't care about stupid OS'es that don't know what an
off_t is. we're in 2006 not 1980

also use %zd instead of ugly %lld

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
17 years agouse a proper "hack" for iconv functions:
Pierre Habouzit [Sat, 28 Oct 2006 00:25:32 +0000 (02:25 +0200)]
use a proper "hack" for iconv functions:
 - use macros instead of empty functions (WTF?) when we don't have iconv
   enabled.
 - use my_iconv (static inline) responsible of unconstifying some
   argument, so that we can work with constness correctly.

various fixes.

17 years agothe “I found my first real bug” commit.
Pierre Habouzit [Fri, 27 Oct 2006 23:39:39 +0000 (01:39 +0200)]
the “I found my first real bug” commit.
yes, compiler warning flags are useful you know ?

also remove the very bad ICONV_CONST idea. if your compiler is stupid
enough not to know about const, then compile with -Dconst and stop the
bullshit.

17 years agowarning fixes
Pierre Habouzit [Fri, 27 Oct 2006 23:13:16 +0000 (01:13 +0200)]
warning fixes

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
17 years agoupdates, use compiler warnings, we have a good one, do that.
Pierre Habouzit [Fri, 27 Oct 2006 22:44:00 +0000 (00:44 +0200)]
updates, use compiler warnings, we have a good one, do that.

17 years agomore and more cleansing
Pierre Habouzit [Fri, 27 Oct 2006 22:18:55 +0000 (00:18 +0200)]
more and more cleansing

17 years agoremove patchlist things, and more generated and commited things.
Pierre Habouzit [Fri, 27 Oct 2006 22:04:14 +0000 (00:04 +0200)]
remove patchlist things, and more generated and commited things.

17 years agoconfigure with almost all options set
Pierre Habouzit [Fri, 27 Oct 2006 21:52:45 +0000 (23:52 +0200)]
configure with almost all options set

17 years agoremove cruft from the repo.
Pierre Habouzit [Fri, 27 Oct 2006 21:44:15 +0000 (23:44 +0200)]
remove cruft from the repo.
don't use acconfig.h anymore.

17 years agoclean repo
Pierre Habouzit [Fri, 27 Oct 2006 21:08:57 +0000 (23:08 +0200)]
clean repo

17 years agoNico Golde: git-svn
nion [Sat, 29 Apr 2006 11:26:43 +0000 (11:26 +0000)]
Nico Golde:
- corrected missing tag

git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@804 e385b8ad-14ed-0310-8656-cc95a2468c6d

17 years agoNico Golde:
nion [Thu, 27 Apr 2006 18:36:02 +0000 (18:36 +0000)]
Nico Golde:
- fixed Error: no ID for constraint linkend: smtp-envelope. caused by missing xml link

git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@803 e385b8ad-14ed-0310-8656-cc95a2468c6d

18 years agoRocco Rutte:
pdmef [Wed, 5 Apr 2006 19:01:06 +0000 (19:01 +0000)]
Rocco Rutte:
- fix build on cygwin if struct dirent doesn't define d_ino

git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@802 e385b8ad-14ed-0310-8656-cc95a2468c6d

18 years agoFrom: Arnaud Lacombe <al@sigfpe.info>
pdmef [Tue, 4 Apr 2006 07:53:49 +0000 (07:53 +0000)]
From: Arnaud Lacombe <al@sigfpe.info>
Rocco Rutte:
- remove useless debug printing of user/password in IMAP code since we're logging full socket traffic at $debug_level==5 already

git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@801 e385b8ad-14ed-0310-8656-cc95a2468c6d

18 years agoFrom: Arnaud Lacombe <al@sigfpe.info>
pdmef [Tue, 4 Apr 2006 07:51:11 +0000 (07:51 +0000)]
From: Arnaud Lacombe <al@sigfpe.info>
Rocco Rutte:
- fix the underlying problem of the str_dup()-issue for IMAP
- fix imap_login overwriting imap_user as documented

git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@800 e385b8ad-14ed-0310-8656-cc95a2468c6d

18 years agoFrom: Arnaud Lacombe <al@sigfpe.info>
pdmef [Tue, 4 Apr 2006 07:44:47 +0000 (07:44 +0000)]
From: Arnaud Lacombe <al@sigfpe.info>
Rocco Rutte:
- don't remove libgnuintl.h.in of included gettext but libgnuintl.h instead

git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@799 e385b8ad-14ed-0310-8656-cc95a2468c6d

18 years agoRocco Rutte:
pdmef [Mon, 3 Apr 2006 10:57:24 +0000 (10:57 +0000)]
Rocco Rutte:
- back out last str_dup() change as it breaks IMAP logins (and likely more places where '!s' tests are done but not '!*s') (reported on IRC and by Trey Sizemore <trey@fastmail.fm>); for the f=f crash, fix f=f handler instead

git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@798 e385b8ad-14ed-0310-8656-cc95a2468c6d

18 years agoFrom: Olivier Fredj <olivier@fredj.org>
pdmef [Fri, 31 Mar 2006 20:24:18 +0000 (20:24 +0000)]
From: Olivier Fredj <olivier@fredj.org>
Rocco Rutte:
- make our own str_dup() return copy of "" (=="\0") if called with "" (fixes at least one crash in f=f handler which assumes that a copy of "" returns !=NULL)

git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@797 e385b8ad-14ed-0310-8656-cc95a2468c6d

18 years agoRocco Rutte:
pdmef [Thu, 23 Mar 2006 10:22:45 +0000 (10:22 +0000)]
Rocco Rutte:
- include patch #938 to fix bug #6459

git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@796 e385b8ad-14ed-0310-8656-cc95a2468c6d

18 years agoRocco Rutte:
pdmef [Thu, 23 Mar 2006 10:21:28 +0000 (10:21 +0000)]
Rocco Rutte:
- Argh! Revert commit of auto-generated files

git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@795 e385b8ad-14ed-0310-8656-cc95a2468c6d

18 years agoRocco Rutte:
pdmef [Thu, 23 Mar 2006 10:16:22 +0000 (10:16 +0000)]
Rocco Rutte:
- include patch #936 to fix bug #6770

git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@794 e385b8ad-14ed-0310-8656-cc95a2468c6d

18 years agoRocco Rutte:
pdmef [Thu, 23 Mar 2006 10:14:02 +0000 (10:14 +0000)]
Rocco Rutte:
- include patch #937 to fix bug #6771

git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@793 e385b8ad-14ed-0310-8656-cc95a2468c6d

18 years agoFrom: Konstantin Sobolev <kos@supportwizard.com>
pdmef [Thu, 23 Mar 2006 10:01:00 +0000 (10:01 +0000)]
From: Konstantin Sobolev <kos@supportwizard.com>
Rocco Rutte:
- don't ignore ANSI colors with $allow_ansi under some circumstances

git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@792 e385b8ad-14ed-0310-8656-cc95a2468c6d

18 years agoFrom: Lars Noschinski <cebewee@gmx.de>
pdmef [Tue, 14 Mar 2006 10:36:31 +0000 (10:36 +0000)]
From: Lars Noschinski <cebewee@gmx.de>
Rocco Rutte:
- fix manual building if srcdir!=builddir

git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@791 e385b8ad-14ed-0310-8656-cc95a2468c6d

18 years agoRocco Rutte:
pdmef [Mon, 27 Feb 2006 12:39:19 +0000 (12:39 +0000)]
Rocco Rutte:
- align (hopefully ;-) all status and help lines to start next to sidebar (if visible)

git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@790 e385b8ad-14ed-0310-8656-cc95a2468c6d

18 years agoRocco Rutte:
pdmef [Sun, 26 Feb 2006 16:59:34 +0000 (16:59 +0000)]
Rocco Rutte:
- don't force buffy check when entering compose menu after edit; let it decide checks based on regular timeouts

git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@789 e385b8ad-14ed-0310-8656-cc95a2468c6d

18 years agoRocco Rutte:
pdmef [Sat, 25 Feb 2006 10:20:23 +0000 (10:20 +0000)]
Rocco Rutte:
- include bug fix for #5589

git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@788 e385b8ad-14ed-0310-8656-cc95a2468c6d

18 years agoRocco Rutte:
pdmef [Fri, 24 Feb 2006 13:08:17 +0000 (13:08 +0000)]
Rocco Rutte:
- fix a crash when calc_boundaries() is called too early (no info about terminal height yet)

git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@787 e385b8ad-14ed-0310-8656-cc95a2468c6d

18 years agoRocco Rutte:
pdmef [Thu, 23 Feb 2006 08:05:37 +0000 (08:05 +0000)]
Rocco Rutte:
- re-calculate sidebar boundaries upon non-interactive change of current folder

git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@786 e385b8ad-14ed-0310-8656-cc95a2468c6d

18 years agoRocco Rutte:
pdmef [Mon, 20 Feb 2006 16:38:10 +0000 (16:38 +0000)]
Rocco Rutte:
- yet another sidebar scrolling fix

git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@785 e385b8ad-14ed-0310-8656-cc95a2468c6d

18 years agoRocco Rutte:
pdmef [Mon, 20 Feb 2006 15:28:02 +0000 (15:28 +0000)]
Rocco Rutte:
- dirty fix compose screen's attachment where lines are too long (due to mutt_FormatString() ignoring sidebar) (reported by Michael Kjorling <michael@kjorling.com>)

git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@784 e385b8ad-14ed-0310-8656-cc95a2468c6d

18 years agoFrom: Lars Ellenberg <l.g.e@web.de>
pdmef [Mon, 20 Feb 2006 15:26:45 +0000 (15:26 +0000)]
From: Lars Ellenberg <l.g.e@web.de>
Rocco Rutte:
- fix sidebar scrolling/offset issue where pointer gets hidden by status line

git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@783 e385b8ad-14ed-0310-8656-cc95a2468c6d

18 years agoFrom: Konstantin Sobolev <kos@supportwizard.com>
pdmef [Sun, 12 Feb 2006 23:15:56 +0000 (23:15 +0000)]
From: Konstantin Sobolev <kos@supportwizard.com>
Rocco Rutte:
- respect terminal's colors instead of b/w for $allow_ansi

git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@782 e385b8ad-14ed-0310-8656-cc95a2468c6d

18 years ago- decrease file size when truncating it for editing so detecting changes works again...
pdmef [Sat, 11 Feb 2006 23:36:46 +0000 (23:36 +0000)]
- decrease file size when truncating it for editing so detecting changes works again (fixes bug #6000)

git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@781 e385b8ad-14ed-0310-8656-cc95a2468c6d

18 years ago- fix one more use of SidebarWidth without checking for visibility (reported by Trey...
pdmef [Sat, 11 Feb 2006 23:25:31 +0000 (23:25 +0000)]
- fix one more use of SidebarWidth without checking for visibility (reported by Trey Sizemore <trey@fastmail.fm>)

git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@780 e385b8ad-14ed-0310-8656-cc95a2468c6d

18 years ago- read $sysconfdir/mime.types in addition (fixes bug #6197 except not with an option)
pdmef [Sat, 11 Feb 2006 23:09:27 +0000 (23:09 +0000)]
- read $sysconfdir/mime.types in addition (fixes bug #6197 except not with an option)

git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@779 e385b8ad-14ed-0310-8656-cc95a2468c6d

18 years ago- try to fix sidebar issue screwing up display when interactively changing $sidebar_w...
pdmef [Sat, 11 Feb 2006 22:09:29 +0000 (22:09 +0000)]
- try to fix sidebar issue screwing up display when interactively changing $sidebar_width when $sidebar_visible is set (by not using saved width in sidebar.c any longer and using SidebarWidth conditionally in all other places) (fixes some more sidebar issues with curses)

git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@778 e385b8ad-14ed-0310-8656-cc95a2468c6d

18 years ago- remove trailing WS for empty header lines for $edit_headers (needed for f=f and...
pdmef [Sat, 11 Feb 2006 20:30:06 +0000 (20:30 +0000)]
- remove trailing WS for empty header lines for $edit_headers (needed for f=f and some editors)

git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@777 e385b8ad-14ed-0310-8656-cc95a2468c6d

18 years agoRocco Rutte:
pdmef [Fri, 13 Jan 2006 09:04:42 +0000 (09:04 +0000)]
Rocco Rutte:
- remove LISTGROUP support from NNTP (decreases network load for huge groups)

git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@774 e385b8ad-14ed-0310-8656-cc95a2468c6d

18 years agoFrom: Jean-Baptiste Quenot <jb.quenot@caraldi.com>
pdmef [Fri, 13 Jan 2006 08:51:23 +0000 (08:51 +0000)]
From: Jean-Baptiste Quenot <jb.quenot@caraldi.com>
Rocco Rutte:
- be more clever for $muttng_folder_name: strip $folder if present upon match

git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@773 e385b8ad-14ed-0310-8656-cc95a2468c6d

18 years agoRocco Rutte:
pdmef [Thu, 1 Dec 2005 18:57:43 +0000 (18:57 +0000)]
Rocco Rutte:
- fix typo of merging in changes to resolve scrolling issue (hopefully ;-)

git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@655 e385b8ad-14ed-0310-8656-cc95a2468c6d

18 years agoRocco Rutte:
pdmef [Sun, 27 Nov 2005 18:07:48 +0000 (18:07 +0000)]
Rocco Rutte:
- build fix for IMAP w/ GSS (reported by Graham Bennett <graham-mutt@simulcra.org>)

git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@635 e385b8ad-14ed-0310-8656-cc95a2468c6d

18 years agoRocco Rutte:
pdmef [Fri, 25 Nov 2005 09:12:27 +0000 (09:12 +0000)]
Rocco Rutte:
- merge in latest mutt changes

git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@622 e385b8ad-14ed-0310-8656-cc95a2468c6d

18 years agoRocco Rutte:
pdmef [Fri, 25 Nov 2005 07:02:01 +0000 (07:02 +0000)]
Rocco Rutte:
- make hcache dump/restore List-Post: information (fixes Debian #339737)

git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@621 e385b8ad-14ed-0310-8656-cc95a2468c6d

18 years agoRocco Rutte:
pdmef [Thu, 24 Nov 2005 07:19:22 +0000 (07:19 +0000)]
Rocco Rutte:
- fix sidebar counts one too high for maildir

git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@619 e385b8ad-14ed-0310-8656-cc95a2468c6d

18 years agoRocco Rutte:
pdmef [Fri, 11 Nov 2005 15:22:09 +0000 (15:22 +0000)]
Rocco Rutte:
- fix "Bad mailbox name" for IMAP which re-appeared (noted by Thorsten Gunkel)

git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@584 e385b8ad-14ed-0310-8656-cc95a2468c6d

18 years agoRocco Rutte:
pdmef [Fri, 11 Nov 2005 11:37:47 +0000 (11:37 +0000)]
Rocco Rutte:
- add early Screen and Motion abstraction, port muttng-conf to it
- move do-commit.sh again to trunk/ so that we don't have new revisions for trunk all the time
- add some more details to design overview

git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@582 e385b8ad-14ed-0310-8656-cc95a2468c6d

18 years agoRocco Rutte:
pdmef [Thu, 10 Nov 2005 14:21:57 +0000 (14:21 +0000)]
Rocco Rutte:
- oops, remove some symlinks

git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@581 e385b8ad-14ed-0310-8656-cc95a2468c6d

18 years agoRocco Rutte:
pdmef [Thu, 10 Nov 2005 14:15:23 +0000 (14:15 +0000)]
Rocco Rutte:
- in rewrite branch, move doc/*.zargo to srcdoc/design/

git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@580 e385b8ad-14ed-0310-8656-cc95a2468c6d

18 years agoRocco Rutte:
pdmef [Thu, 10 Nov 2005 14:12:35 +0000 (14:12 +0000)]
Rocco Rutte:
- experimental rewrite pt. I: add core/
- experimental rewrite pt. I: add libmuttng/ (still empty mostly)
- experimental rewrite pt. I: add muttng/ (multiple binaries, UI prototypes, etc.)

git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@579 e385b8ad-14ed-0310-8656-cc95a2468c6d

18 years agoAndreas Krennmair:
ak1 [Tue, 8 Nov 2005 11:26:38 +0000 (11:26 +0000)]
Andreas Krennmair:
added parts for sending mail

git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@578 e385b8ad-14ed-0310-8656-cc95a2468c6d

18 years agoAndreas Krennmair:
ak1 [Tue, 8 Nov 2005 11:15:52 +0000 (11:15 +0000)]
Andreas Krennmair:
simplified connection part (removed obsolete abstract superclass)

git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@577 e385b8ad-14ed-0310-8656-cc95a2468c6d

18 years agoRocco Rutte:
pdmef [Tue, 8 Nov 2005 10:56:07 +0000 (10:56 +0000)]
Rocco Rutte:
- add more early module documentation
- document relation between modules

git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@576 e385b8ad-14ed-0310-8656-cc95a2468c6d

18 years agoRocco Rutte:
pdmef [Tue, 8 Nov 2005 09:55:36 +0000 (09:55 +0000)]
Rocco Rutte:
- update re-design documentation: rename namespace to libmuttng

git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@575 e385b8ad-14ed-0310-8656-cc95a2468c6d

18 years agoRocco Rutte:
pdmef [Tue, 8 Nov 2005 09:54:44 +0000 (09:54 +0000)]
Rocco Rutte:
- update re-design documentation: add filter for local mailboxes
- update re-design documentation: cleanup MIME handling
- update re-design documentation: add connection encryption+authentication
- update re-design documentation: let caching be used abstract mailbox rather specific one

git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@574 e385b8ad-14ed-0310-8656-cc95a2468c6d

18 years agoRocco Rutte:
pdmef [Tue, 8 Nov 2005 08:16:19 +0000 (08:16 +0000)]
Rocco Rutte:
- as we have a branch now, move do-commit.sh up one level

git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@573 e385b8ad-14ed-0310-8656-cc95a2468c6d

18 years agoNico Golde:
nion [Thu, 3 Nov 2005 16:05:17 +0000 (16:05 +0000)]
Nico Golde:
- added news url (thanks Tim O'Callaghan)

git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@570 e385b8ad-14ed-0310-8656-cc95a2468c6d

18 years agoRocco Rutte:
pdmef [Wed, 2 Nov 2005 00:05:23 +0000 (00:05 +0000)]
Rocco Rutte:
- merge in latest mutt changes

git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@569 e385b8ad-14ed-0310-8656-cc95a2468c6d

18 years agoRocco Rutte:
pdmef [Sat, 29 Oct 2005 13:55:54 +0000 (13:55 +0000)]
Rocco Rutte:
- tweak <rebuild-cache> to highlight currently processed folder in sidebar

git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@568 e385b8ad-14ed-0310-8656-cc95a2468c6d

18 years agoRocco Rutte:
pdmef [Sat, 29 Oct 2005 07:57:09 +0000 (07:57 +0000)]
Rocco Rutte:
- fix crash in imap trying to write to not opened (I've seen a backtrace of it somewhere...)

git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@567 e385b8ad-14ed-0310-8656-cc95a2468c6d

18 years agoNico Golde:
nion [Fri, 28 Oct 2005 15:35:46 +0000 (15:35 +0000)]
Nico Golde:
- fixed fleang misbahviour

git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@566 e385b8ad-14ed-0310-8656-cc95a2468c6d