Update to latest madtty.
[apps/madmutt.git] / protos.h
2007-11-20 Pierre HabouzitMerge branch 'master' into nohook
2007-11-20 Pierre HabouzitMerge branch 'master' into nohook
2007-11-18 Pierre HabouzitMerge branch 'master' into nohook
2007-11-18 Pierre HabouzitWe don't need a function for mutt_make_version().
2007-11-18 Pierre HabouzitOP_VERSION is useless.
2007-11-18 Pierre Habouzitsimplifications
2007-11-18 Pierre HabouzitRemove most of the hooks
2007-11-13 Pierre Habouzitmove browser in the lib-ui
2007-08-16 Pierre HabouzitRewrite is_from efficiently, and put it in lib-mime...
2007-08-14 Pierre HabouzitDisable many "stupid" CLI options or some that will...
2007-08-11 Pierre HabouzitDrop mixmaster support. I don't like people caring...
2007-08-11 Pierre Habouzitleftovers
2007-08-11 Pierre HabouzitReal men don't need the stupid silly help on top/bottom...
2007-05-26 Pierre Habouzitmove gpg_check_traditionnal in crypt.cpkg
2007-05-26 Pierre HabouzitESMTP is utterly broken, and pulls OpenSSL.
2007-05-25 Pierre Habouzitremove the stupid macro, we are big kids enough to...
2007-05-25 Pierre Habouzitmerge send_smtp module into sendlib where it really...
2007-05-23 Pierre Habouzitbase64 implementation from madmutt--.
2007-05-23 Pierre Habouzitdrop account-hooks for now.
2007-05-19 Pierre HabouzitMove score_* to mod_score
2007-05-17 Pierre Habouzitfix warnings.
2007-04-14 Pierre HabouzitMerge branch 'master' of pan:/git/madmutt
2007-04-14 Pierre Habouzitremove useless setting (will be scriptable at some...
2007-04-09 Pierre Habouzitremove old lib.[hc]
2007-03-27 Pierre Habouzitconvert {charset,iconv}-hooks.
2007-03-27 Pierre Habouzitturn charset into a lua package as well.
2007-03-11 Pierre Habouzitmove OPT_QUIT into the lua registry
2007-03-11 Pierre HabouzitNow deal with EDITOR from lua as well.
2007-03-11 Pierre Habouzitvarious cleanups.
2007-03-10 Pierre HabouzitMove things around: more DT_SYS variables into the...
2006-12-25 Pierre Habouzitfix compilation warnings in hook.c
2006-12-06 Pierre Habouzitdo not make semicolons special in the config file anymore.
2006-12-03 Pierre Habouzitmove some string functions in lib-lib !
2006-12-03 Pierre Habouzitrework m_strformat so that it takes the cols number...
2006-12-02 Pierre Habouzitthe ‘kids don't do this at home’ commit.
2006-12-02 Pierre Habouzitmutt_FormatString -> m_strformat (will soon end up...
2006-12-02 Pierre Habouzitfully rework mutt_FormatString, fix a lot of issues...
2006-11-26 Pierre Habouzitlots of simplifications.
2006-11-26 Pierre Habouzitmake mutt_match_spam_list a generic rx function: rx_lis...
2006-11-26 Pierre Habouzitmove more functions in file.c
2006-11-26 Pierre Habouzitmutt_expand_file_fmt -> m_quotefile_fmt in file.c
2006-11-24 Pierre Habouzitput old m_snsubst into file.c as m_file_fmt.
2006-11-19 Pierre Habouzitexit SPAM_LIST, just extend rx_t with the needed inform...
2006-11-19 Pierre Habouzitmove functions around.
2006-11-19 Pierre Habouzitsimplify mutt_expand_path
2006-11-17 Pierre Habouzitmore moves and dead code
2006-11-17 Julien DanjouFix multiple compilation warnings
2006-11-17 Pierre Habouzitmore include simplifications
2006-11-16 Pierre Habouzitsort out some prototypes, put them where they belong.
2006-11-16 Pierre Habouzitmove more files.
2006-11-16 Pierre Habouzitmake charset_canonicalize set the answer to "us-ascii...
2006-11-16 Pierre Habouzitremove unused code, simplifications, missing include
2006-11-16 Pierre Habouzitmove more things in the lib-mime
2006-11-16 Pierre Habouzitctors/dtors for BODY's
2006-11-16 Pierre Habouzitmove all the parameter related functions into the lib...
2006-11-15 Pierre Habouzitmove mutt_get_parameter -> parameter_getval into mime.c
2006-11-15 Pierre Habouzitfinish the "read" of charset.c
2006-11-14 Pierre Habouzitsimplify charset and things in the sockets API.
2006-11-13 Pierre Habouzitcontinue the include dance
2006-11-13 Pierre Habouzita whole lot of size_t -> ssize_t.
2006-11-13 Pierre Habouzitnot having wide chars is soooo 90, please, I *really...
2006-11-13 Pierre Habouzitrationalize list handling in mutt a bit.
2006-11-12 Pierre Habouzitreimplement getdnsdomainname
2006-11-12 Pierre Habouzitexit system.c, mutt_system goes into lib-sys/
2006-11-12 Pierre Habouzitmove signal.c into lib/sys
2006-11-12 Pierre Habouzitreimplement mutt_gecos_name.
2006-11-08 Pierre Habouzitlast rewrite in rfc822parse.c
2006-11-07 Julien DanjouFix compilation warnings in muttlib.c
2006-11-07 Pierre HabouzitSimplications go on.
2006-11-06 Pierre Habouzitreplace the pathetic mutt_parse_rfc822_line function...
2006-11-06 Pierre Habouzitmore simplifications and header moves
2006-11-05 Pierre Habouzituse my own APIS for headers, parameters and so on
2006-11-05 Pierre Habouzitsimplify mutt_parse_references
2006-11-05 Pierre Habouzitrewrite mutt_read_rfc822_header to have a more consiste...
2006-11-05 Pierre Habouzitpush some date functions in the lib-lib.
2006-11-05 Pierre Habouzitdrop the builtin so called editor and the mailx feature...
2006-11-05 Pierre Habouzitfix regression. make the hook types be ints.
2006-11-04 Pierre Habouzitalways build POP support, we do a /mail/ client, right ?
2006-11-04 Pierre Habouzitand even less very old hacks.
2006-11-04 Julien Danjou[PATCH] Fix multiple compilation warnings
2006-11-02 Pierre HabouzitADDRESS -> address_t
2006-11-01 Pierre Habouzitmappings as standalone module
2006-10-29 Pierre Habouzitmove buffer.[hc] into lib-lib/
2006-10-29 Pierre Habouzitreindent and optimizations in BUFFER* struct.
2006-10-28 Pierre Habouzitmem_calloc -> p_new
2006-10-28 Pierre Habouzitwe're grownups now. don't care about stupid OS'es that...
2006-10-28 Pierre Habouzituse a proper "hack" for iconv functions:
2006-10-27 Pierre Habouzitwarning fixes
2006-10-27 Pierre Habouzitremove patchlist things, and more generated and commite...
2005-10-23 pdmefRocco Rutte:
2005-10-09 pdmefRocco Rutte:
2005-09-07 pdmefRocco Rutte:
2005-08-30 pdmefRocco Rutte:
2005-08-27 pdmefRocco Rutte:
2005-08-25 pdmefRocco Rutte:
2005-08-22 pdmefRocco Rutte:
2005-08-21 pdmefRocco Rutte:
2005-08-13 pdmefRocco Rutte:
2005-08-11 pdmefRocco Rutte:
2005-08-08 pdmefRocco Rutte:
next