remove cruft
[apps/madmutt.git] / hook.c
2007-05-13 Pierre Habouzituseless options, cluttering the codebase that can be...
2007-04-05 Pierre Habouzitwibble
2007-04-04 Pierre Habouzitmerge crypt back into $top_builddir :)
2007-04-01 Pierre Habouzitmove record as well (yeah, I'm a selfish bitch, I migra...
2007-04-01 Pierre Habouzityes we know it's C ;)
2007-04-01 Pierre Habouzitimplement folder-hooks as a lua callback. yipeeeeeeeeeeeh
2007-03-30 Pierre HabouzitMove (un)?lists and (un)subscribe to MAlias.
2007-03-27 Pierre Habouzitconvert {charset,iconv}-hooks.
2007-03-11 Pierre Habouzitvarious cleanups.
2007-01-02 Pierre Habouzitsimplify hooks code a lot.
2006-12-25 Pierre Habouzitfix compilation warnings in hook.c
2006-11-26 Pierre Habouzitlots of simplifications.
2006-11-19 Pierre Habouzitsimplify mutt_expand_path
2006-11-18 Pierre Habouzitcreate the lib-mx now
2006-11-17 Pierre Habouzitrationnalize includes a lot:
2006-11-16 Pierre Habouzitsort out some prototypes, put them where they belong.
2006-11-15 Pierre Habouzitfinish the "read" of charset.c
2006-11-13 Pierre Habouzitrework includes a bit
2006-11-13 Pierre Habouzita whole lot of size_t -> ssize_t.
2006-11-11 Pierre Habouzitmove rx.[hc].
2006-11-05 Pierre Habouzitfix regression. make the hook types be ints.
2006-11-05 Pierre Habouzitreorganize code a lot: create a lib-crypt with everythi...
2006-11-04 Pierre Habouzitless and less cruft: always compile socket support in
2006-11-04 Pierre Habouzitalways use compressed mode.
2006-11-04 Pierre Habouzitalways build mutt with pgp + smime support.
2006-11-04 Julien Danjou[PATCH] Fix multiple compilation warnings
2006-11-02 Pierre HabouzitADDRESS -> address_t
2006-10-30 Pierre Habouzitreplace SKIPWS with a proper inline func with the right...
2006-10-30 Pierre Habouzitexit strfcpy, only use m_strcpy.
2006-10-29 Pierre Habouzitrevamp lib.[hc] functions into lib-lib/file.[hc].
2006-10-29 Pierre Habouzitexit str_cmp enters m_strcmp
2006-10-29 Pierre Habouzitmove buffer.[hc] into lib-lib/
2006-10-29 Pierre Habouzituse safer p_clear when possible.
2006-10-29 Pierre Habouzituse m_strdup and m_strlen that are inlined for efficiency
2006-10-29 Pierre Habouzitmove intl.h into lib-lib/macros.h
2006-10-29 Pierre Habouzitexit mem_realloc, enters p_realloc/xrealloc.
2006-10-28 Pierre Habouzitmem_calloc -> p_new
2006-10-28 Pierre Habouzitdrop mem_alloc and mem_free, use my own hand crafted...
2005-09-01 pdmefRocco Rutte:
2005-08-11 pdmefRocco Rutte:
2005-08-08 pdmefRocco Rutte:
2005-08-08 pdmefRocco Rutte:
2005-07-17 nionNico Golde:
2005-04-06 pdmefRocco Rutte:
2005-04-03 pdmefRocco Rutte:
2005-03-22 pdmefRocco Rutte:
2005-03-20 pdmefRocco Rutte:
2005-03-18 pdmefRocco Rutte:
2005-03-18 ak1Andreas Krennmair:
2005-02-13 ak1Andreas Krennmair:
2005-02-01 ak1Andreas Krennmair:
2005-01-17 ak1Andreas Krennmair:
2005-01-14 ak1Andreas Krennmair:
2005-01-07 ak1Initial import of mutt-ng.