apps/madmutt.git
16 years agoThe NNTP patch is a joke, let's drop it altogether.
Pierre Habouzit [Wed, 7 Nov 2007 21:27:27 +0000 (22:27 +0100)]
The NNTP patch is a joke, let's drop it altogether.

  Reason is that I believe it's not done properly, it has tons of issues,
clutters the code, and well, will be revieved, eventually (or maybe not).

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
16 years agoFix dereferencing for the mutt_hcache_close calls. Use hcache_t* instead of evil...
Cyril Brulebois [Wed, 7 Nov 2007 18:52:45 +0000 (19:52 +0100)]
Fix dereferencing for the mutt_hcache_close calls. Use hcache_t* instead of evil-ish void*

Hop, envoyé avec madmutt en plus o/

(Oué faut que j'apprenne à me servir du truc pour envoyer les patches. :p)

--
Cyril Brulebois

From da42d2d6850309997b209ffba4081da24463bb4f Mon Sep 17 00:00:00 2001
From: Cyril Brulebois <cyril.brulebois@enst-bretagne.fr>
Date: Wed, 7 Nov 2007 19:50:29 +0100
Subject: [PATCH] Fix dereferencing for the mutt_hcache_close calls. Use hcache_t* instead of evil-ish void*

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
16 years agoAdd proper dflags
Pierre Habouzit [Sun, 23 Sep 2007 13:33:11 +0000 (15:33 +0200)]
Add proper dflags

16 years agoImport cmaked
Pierre Habouzit [Sun, 23 Sep 2007 12:24:56 +0000 (14:24 +0200)]
Import cmaked

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
16 years agoThanks Julien :)
Pierre Habouzit [Mon, 27 Aug 2007 10:35:16 +0000 (12:35 +0200)]
Thanks Julien :)

  aka debian bug #439775.

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
16 years agoproper parameter
Pierre Habouzit [Sat, 18 Aug 2007 16:52:20 +0000 (18:52 +0200)]
proper parameter

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
16 years agoBetter way to wrap pkg-config (IMNSHO)
Pierre Habouzit [Sat, 18 Aug 2007 16:38:37 +0000 (18:38 +0200)]
Better way to wrap pkg-config (IMNSHO)

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
16 years agoRemove the time module alltogether.
Pierre Habouzit [Thu, 16 Aug 2007 08:54:48 +0000 (10:54 +0200)]
Remove the time module alltogether.

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
16 years agoget rid of Months.
Pierre Habouzit [Thu, 16 Aug 2007 08:12:11 +0000 (10:12 +0200)]
get rid of Months.

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
16 years agoRewrite is_from efficiently, and put it in lib-mime where it belongs.
Pierre Habouzit [Thu, 16 Aug 2007 07:55:40 +0000 (09:55 +0200)]
Rewrite is_from efficiently, and put it in lib-mime where it belongs.

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
16 years agoAlso support missing seconds.
Pierre Habouzit [Thu, 16 Aug 2007 07:18:11 +0000 (09:18 +0200)]
Also support missing seconds.

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
16 years agoUse str[pf]time.
Pierre Habouzit [Thu, 16 Aug 2007 00:03:48 +0000 (02:03 +0200)]
Use str[pf]time.

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
16 years agoHide useless public api
Pierre Habouzit [Wed, 15 Aug 2007 22:59:29 +0000 (00:59 +0200)]
Hide useless public api

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
16 years agosimplifications
Pierre Habouzit [Wed, 15 Aug 2007 22:56:52 +0000 (00:56 +0200)]
simplifications

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
16 years agofixes, cosmetics
Pierre Habouzit [Wed, 15 Aug 2007 22:45:28 +0000 (00:45 +0200)]
fixes, cosmetics

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
16 years agoSimplifications.
Pierre Habouzit [Wed, 15 Aug 2007 13:59:40 +0000 (15:59 +0200)]
Simplifications.

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
16 years agoMissing return.
Pierre Habouzit [Wed, 15 Aug 2007 12:04:32 +0000 (14:04 +0200)]
Missing return.

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
16 years agoUse liblockfile, no need for dotlock anymore.
Pierre Habouzit [Wed, 15 Aug 2007 12:03:31 +0000 (14:03 +0200)]
Use liblockfile, no need for dotlock anymore.

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
16 years agoSimplification
Pierre Habouzit [Wed, 15 Aug 2007 10:26:59 +0000 (12:26 +0200)]
Simplification

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
16 years agoAlways resort, redraw, ... whatever when we change settings.
Pierre Habouzit [Wed, 15 Aug 2007 09:33:13 +0000 (11:33 +0200)]
Always resort, redraw, ... whatever when we change settings.

  It's almost instantaneous, don't complicate the code for that.

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
16 years agowibble
Pierre Habouzit [Wed, 15 Aug 2007 09:22:57 +0000 (11:22 +0200)]
wibble

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
16 years agowibble.
Pierre Habouzit [Wed, 15 Aug 2007 09:20:32 +0000 (11:20 +0200)]
wibble.

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
16 years agoEven less options.
Pierre Habouzit [Wed, 15 Aug 2007 09:00:57 +0000 (11:00 +0200)]
Even less options.

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
16 years agoleftover
Pierre Habouzit [Wed, 15 Aug 2007 08:33:08 +0000 (10:33 +0200)]
leftover

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
16 years agosimplfications
Pierre Habouzit [Tue, 14 Aug 2007 22:16:21 +0000 (00:16 +0200)]
simplfications

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
16 years agoRemove lots of useless stupid, and code greedy options.
Pierre Habouzit [Tue, 14 Aug 2007 21:53:11 +0000 (23:53 +0200)]
Remove lots of useless stupid, and code greedy options.

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
16 years agoSimplify account.c a little
Julien Danjou [Mon, 13 Aug 2007 13:06:27 +0000 (15:06 +0200)]
Simplify account.c a little

* mutt_account_match(...)
  + remove login, never used (!)
  + use m_strisempty(...)

* mutt_account_getlogin(...)
  + rewrite condition in a simpler way

16 years agoSimplifications.
Pierre Habouzit [Tue, 14 Aug 2007 17:56:57 +0000 (19:56 +0200)]
Simplifications.

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
16 years agoDisable many "stupid" CLI options or some that will have better equivalents soon...
Pierre Habouzit [Tue, 14 Aug 2007 09:54:21 +0000 (11:54 +0200)]
Disable many "stupid" CLI options or some that will have better equivalents soon (I hope).

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
16 years agoMove the rest of mutt "things" into a window as well.
Pierre Habouzit [Mon, 13 Aug 2007 22:45:45 +0000 (00:45 +0200)]
Move the rest of mutt "things" into a window as well.

  Only the input line remains in stdscr ... for now.

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
16 years agogetmax[xy] do that, even if obsolete, I don't care, I'll use them.
Pierre Habouzit [Mon, 13 Aug 2007 14:11:55 +0000 (16:11 +0200)]
getmax[xy] do that, even if obsolete, I don't care, I'll use them.

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
16 years agoMake layout windows visible, makes the whole thing way simpler.
Pierre Habouzit [Mon, 13 Aug 2007 14:09:29 +0000 (16:09 +0200)]
Make layout windows visible, makes the whole thing way simpler.

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
16 years agoFinal simplifications of the sidebar module.
Pierre Habouzit [Mon, 13 Aug 2007 13:46:53 +0000 (15:46 +0200)]
Final simplifications of the sidebar module.

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
16 years agoFix sidebar to always show ^.
Pierre Habouzit [Sun, 12 Aug 2007 08:34:19 +0000 (10:34 +0200)]
Fix sidebar to always show ^.

  Also some minor fixes.

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
16 years agoCleanse po/* directory a bit
Pierre Habouzit [Sun, 12 Aug 2007 00:01:36 +0000 (02:01 +0200)]
Cleanse po/* directory a bit

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
16 years agoNow I know why : it causes flickering
Pierre Habouzit [Sat, 11 Aug 2007 23:41:18 +0000 (01:41 +0200)]
Now I know why : it causes flickering

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
16 years agoSimplify the sidebar patch.
Pierre Habouzit [Sat, 11 Aug 2007 23:26:47 +0000 (01:26 +0200)]
Simplify the sidebar patch.

  Still flaky when buffy changes IMHO.

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
16 years agoMake the sidebar live in a proper independent window.
Pierre Habouzit [Sat, 11 Aug 2007 22:20:39 +0000 (00:20 +0200)]
Make the sidebar live in a proper independent window.

  This is the first patch of many to come, cleansing the noodle horror the
UI code in mutt is (was ?).

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
16 years agoHave a lib-ui/lib-ui.h
Pierre Habouzit [Sat, 11 Aug 2007 15:42:24 +0000 (17:42 +0200)]
Have a lib-ui/lib-ui.h

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
16 years agoMove more things about stdscr in lib-ui.
Pierre Habouzit [Sat, 11 Aug 2007 14:25:49 +0000 (16:25 +0200)]
Move more things about stdscr in lib-ui.

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
16 years agouseless blanking
Pierre Habouzit [Sat, 11 Aug 2007 12:24:46 +0000 (14:24 +0200)]
useless blanking

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
16 years agoDrop mixmaster support. I don't like people caring about being anonymous that much.
Pierre Habouzit [Sat, 11 Aug 2007 11:10:24 +0000 (13:10 +0200)]
Drop mixmaster support. I don't like people caring about being anonymous that much.

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
16 years agoDo not use implicit ncurses functions, now we can grep for 'stdscr' to find them.
Pierre Habouzit [Sat, 11 Aug 2007 10:37:05 +0000 (12:37 +0200)]
Do not use implicit ncurses functions, now we can grep for 'stdscr' to find them.

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
16 years agoLet ncurses deal with that properly.
Pierre Habouzit [Sat, 11 Aug 2007 10:10:07 +0000 (12:10 +0200)]
Let ncurses deal with that properly.

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
16 years agoleftovers
Pierre Habouzit [Sat, 11 Aug 2007 09:56:28 +0000 (11:56 +0200)]
leftovers

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
16 years agoRemove useless options and tests.
Pierre Habouzit [Sat, 11 Aug 2007 09:52:22 +0000 (11:52 +0200)]
Remove useless options and tests.

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
16 years agominor fixes
Pierre Habouzit [Sat, 11 Aug 2007 09:45:49 +0000 (11:45 +0200)]
minor fixes

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
16 years agoleftovers
Pierre Habouzit [Sat, 11 Aug 2007 09:32:03 +0000 (11:32 +0200)]
leftovers

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
16 years agoReal men don't need the stupid silly help on top/bottom of the screen.
Pierre Habouzit [Sat, 11 Aug 2007 09:27:11 +0000 (11:27 +0200)]
Real men don't need the stupid silly help on top/bottom of the screen.

  Let's free that space to put anything useful.

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
16 years agoUse booleans, hide stupid private flag.
Pierre Habouzit [Sat, 11 Aug 2007 08:08:48 +0000 (10:08 +0200)]
Use booleans, hide stupid private flag.

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
16 years agoRemove support for antiquated ncurses libraries. Assume we have at least ncurses...
Pierre Habouzit [Sat, 11 Aug 2007 07:52:30 +0000 (09:52 +0200)]
Remove support for antiquated ncurses libraries. Assume we have at least ncurses 5.x.

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
16 years agoget rid of slang
Pierre Habouzit [Sat, 11 Aug 2007 07:36:24 +0000 (09:36 +0200)]
get rid of slang

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
16 years agoWe want to initialize shorthost before hostname.
Pierre Habouzit [Sun, 10 Jun 2007 13:57:57 +0000 (15:57 +0200)]
We want to initialize shorthost before hostname.

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
16 years agomany simplifications, cosmetics.
Pierre Habouzit [Mon, 28 May 2007 22:18:06 +0000 (00:18 +0200)]
many simplifications, cosmetics.

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
16 years agoregressions
Pierre Habouzit [Mon, 28 May 2007 20:08:59 +0000 (22:08 +0200)]
regressions

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
16 years agoleftover
Pierre Habouzit [Mon, 28 May 2007 17:27:26 +0000 (19:27 +0200)]
leftover

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
16 years agoremove dead strings.
Pierre Habouzit [Mon, 28 May 2007 17:23:14 +0000 (19:23 +0200)]
remove dead strings.

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
16 years agoUpdate po files and build system wrt it.
Pierre Habouzit [Mon, 28 May 2007 17:15:34 +0000 (19:15 +0200)]
Update po files and build system wrt it.

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
16 years agosimplifications.
Pierre Habouzit [Mon, 28 May 2007 13:59:10 +0000 (15:59 +0200)]
simplifications.

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
16 years agoconst, style
Pierre Habouzit [Mon, 28 May 2007 13:50:11 +0000 (15:50 +0200)]
const, style

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
16 years agostyle
Pierre Habouzit [Mon, 28 May 2007 13:20:52 +0000 (15:20 +0200)]
style

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
16 years agodon't resize the hash, 32k elements are way enough.
Pierre Habouzit [Mon, 28 May 2007 13:10:55 +0000 (15:10 +0200)]
don't resize the hash, 32k elements are way enough.

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
16 years agofix parsing issues in slurp_newsrc
Pierre Habouzit [Mon, 28 May 2007 12:00:22 +0000 (14:00 +0200)]
fix parsing issues in slurp_newsrc

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
16 years agoremove option OPTSAVEUNSUB. This sucks, writing 2Mo of file is easy.
Pierre Habouzit [Mon, 28 May 2007 11:37:59 +0000 (13:37 +0200)]
remove option OPTSAVEUNSUB. This sucks, writing 2Mo of file is easy.

  Also fix performance issue with tailing in newsgroup list.

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
16 years agocompletely stupid mistake.
Pierre Habouzit [Mon, 28 May 2007 11:37:25 +0000 (13:37 +0200)]
completely stupid mistake.

16 years agoremove OPTNEWSCACHE, style.
Pierre Habouzit [Mon, 28 May 2007 10:57:09 +0000 (12:57 +0200)]
remove OPTNEWSCACHE, style.

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
16 years agoHave a centralized cache directory.
Pierre Habouzit [Mon, 28 May 2007 09:52:52 +0000 (11:52 +0200)]
Have a centralized cache directory.

  No more header_cache and nntp_cache_dir and whatever else. Everything is
now in .cache/madmutt/.

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
16 years agoIgnoble trick to allow us to override _init with a macro.
Pierre Habouzit [Mon, 28 May 2007 09:44:49 +0000 (11:44 +0200)]
Ignoble trick to allow us to override _init with a macro.

  Will be changed in a (I hope) near future. Used in madmutt.cpkg

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
16 years agofixes and simplifications
Pierre Habouzit [Sun, 27 May 2007 21:20:48 +0000 (23:20 +0200)]
fixes and simplifications

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
16 years agoGetting rid of useless settings.
Pierre Habouzit [Sun, 27 May 2007 21:09:02 +0000 (23:09 +0200)]
Getting rid of useless settings.

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
16 years agostyle
Pierre Habouzit [Sun, 27 May 2007 20:29:47 +0000 (22:29 +0200)]
style

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
16 years agosimplify newsrc parsing
Pierre Habouzit [Sun, 27 May 2007 20:17:32 +0000 (22:17 +0200)]
simplify newsrc parsing

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
16 years agoSmall fixes.
Pierre Habouzit [Sun, 27 May 2007 20:10:48 +0000 (22:10 +0200)]
Small fixes.

16 years agopurge nonsensical code, and use buffers instead
Pierre Habouzit [Sun, 27 May 2007 17:08:04 +0000 (19:08 +0200)]
purge nonsensical code, and use buffers instead

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
16 years agoadd printf-like primitive to the buffers.
Pierre Habouzit [Sun, 27 May 2007 17:07:51 +0000 (19:07 +0200)]
add printf-like primitive to the buffers.

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
16 years agouse nntp_data_new and stop hiding the group in the struct, useless win.
Pierre Habouzit [Sun, 27 May 2007 12:00:50 +0000 (14:00 +0200)]
use nntp_data_new and stop hiding the group in the struct, useless win.

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
16 years agoUseless cast.
Pierre Habouzit [Sun, 27 May 2007 11:52:20 +0000 (13:52 +0200)]
Useless cast.

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
16 years agoDeep rework of nntp_data_t (ex-NNTP_DATA) to make it list-able.
Pierre Habouzit [Sun, 27 May 2007 11:51:04 +0000 (13:51 +0200)]
Deep rework of nntp_data_t (ex-NNTP_DATA) to make it list-able.

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
16 years agosimplifications
Pierre Habouzit [Sun, 27 May 2007 10:42:53 +0000 (12:42 +0200)]
simplifications

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
16 years agomerge all nntp code in nntp.c and move it toplevel
Pierre Habouzit [Sun, 27 May 2007 10:31:22 +0000 (12:31 +0200)]
merge all nntp code in nntp.c and move it toplevel

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
16 years agotail is always a list_item**.
Pierre Habouzit [Sat, 26 May 2007 17:41:08 +0000 (19:41 +0200)]
tail is always a list_item**.

  Because you don't need to special case the empty list *gee*.
  Fix code using tail.

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
16 years agostyle
Pierre Habouzit [Sat, 26 May 2007 17:28:23 +0000 (19:28 +0200)]
style

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
16 years agoLISTGROUP isn't as efficient as XOVER. Only use it if needed.
Pierre Habouzit [Sat, 26 May 2007 17:25:02 +0000 (19:25 +0200)]
LISTGROUP isn't as efficient as XOVER. Only use it if needed.

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
16 years agoUse more efficient bits_t rather than stupid short array.
Pierre Habouzit [Sat, 26 May 2007 17:13:07 +0000 (19:13 +0200)]
Use more efficient bits_t rather than stupid short array.

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
16 years agoAdd efficient bit-fields manipulations.
Pierre Habouzit [Sat, 26 May 2007 16:42:17 +0000 (18:42 +0200)]
Add efficient bit-fields manipulations.

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
16 years agonntp fixes: no more warnings.
Pierre Habouzit [Sat, 26 May 2007 16:13:09 +0000 (18:13 +0200)]
nntp fixes: no more warnings.

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
16 years agoalways use LISTGROUP if available.
Pierre Habouzit [Sat, 26 May 2007 15:45:34 +0000 (17:45 +0200)]
always use LISTGROUP if available.

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
16 years agostupid sleep
Pierre Habouzit [Sat, 26 May 2007 13:38:04 +0000 (15:38 +0200)]
stupid sleep

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
16 years agomove gpg_check_traditionnal in crypt.cpkg
Pierre Habouzit [Sat, 26 May 2007 13:03:17 +0000 (15:03 +0200)]
move gpg_check_traditionnal in crypt.cpkg

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
16 years agoput every nttp setting together
Pierre Habouzit [Sat, 26 May 2007 12:24:43 +0000 (14:24 +0200)]
put every nttp setting together

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
16 years agoalways check for traditionnal GPG.
Pierre Habouzit [Sat, 26 May 2007 12:08:33 +0000 (14:08 +0200)]
always check for traditionnal GPG.

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
16 years agoESMTP is utterly broken, and pulls OpenSSL.
Pierre Habouzit [Sat, 26 May 2007 11:24:09 +0000 (13:24 +0200)]
ESMTP is utterly broken, and pulls OpenSSL.

  Broken in the sense that it cannot use mutt certificate cache e.g. or
segfaults in the lib whereas I give correct parameters. I'm sure it's less
than a thousands of line to write with gnutls and sasl.

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
16 years agovarious fixes and simplifications wrt openssl.h
Pierre Habouzit [Sat, 26 May 2007 08:01:09 +0000 (10:01 +0200)]
various fixes and simplifications wrt openssl.h

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
16 years agoremove the stupid macro, we are big kids enough to write NULL, NULL.
Pierre Habouzit [Fri, 25 May 2007 22:03:58 +0000 (00:03 +0200)]
remove the stupid macro, we are big kids enough to write NULL, NULL.

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
16 years agomerge send_smtp module into sendlib where it really belongs.
Pierre Habouzit [Fri, 25 May 2007 21:44:31 +0000 (23:44 +0200)]
merge send_smtp module into sendlib where it really belongs.

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
16 years agosimplifications.
Pierre Habouzit [Fri, 25 May 2007 12:04:13 +0000 (14:04 +0200)]
simplifications.

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
16 years agomore useless and cluttered things.
Pierre Habouzit [Thu, 24 May 2007 22:56:34 +0000 (00:56 +0200)]
more useless and cluttered things.

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
16 years agobyebye OPTARROWCURSOR
Pierre Habouzit [Thu, 24 May 2007 22:20:40 +0000 (00:20 +0200)]
byebye OPTARROWCURSOR

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
16 years agopreprocess .li and .c in one pass.
Pierre Habouzit [Thu, 24 May 2007 21:54:13 +0000 (23:54 +0200)]
preprocess .li and .c in one pass.

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
16 years agox-comment-to is useless in mutt, we can Cc: things as it's a *mailer*.
Pierre Habouzit [Thu, 24 May 2007 21:47:13 +0000 (23:47 +0200)]
x-comment-to is useless in mutt, we can Cc: things as it's a *mailer*.

Signed-off-by: Pierre Habouzit <madcoder@debian.org>