move all the parameter related functions into the lib-mime.
[apps/madmutt.git] / alias.c
2006-11-13 Pierre Habouzitremove most of the debug code: often makes the code...
2006-11-13 Pierre Habouzitrework includes a bit
2006-11-13 Pierre Habouzitmove some global settings into alias.c where it belongs.
2006-11-13 Pierre Habouzitcopyright statements
2006-11-13 Pierre Habouzitmore rationalization.
2006-11-13 Pierre Habouzitrationalize list handling in mutt a bit.
2006-11-13 Pierre Habouzitsimplify alias expansion a lot.
2006-11-12 Pierre Habouzitmake some functions a bit shorter.
2006-11-12 Pierre Habouzitbegin to work on alias.[hc]
2006-11-12 Pierre Habouzitreimplement mutt_gecos_name.
2006-11-11 Pierre Habouzitmove rx.[hc].
2006-11-11 Pierre Habouzitmove debug.c
2006-11-09 Pierre Habouzitmove menu.[hc].
2006-11-09 Pierre Habouzitp_clear should not be used with sizeof but *countof*
2006-11-08 Pierre Habouzitmove more files.
2006-11-08 Pierre Habouzitbegin to move ui code into the lib-ui
2006-11-03 Pierre HabouzitPatch from Julien danjou: fix a couple of compilation...
2006-11-03 Pierre Habouzitmove rfc2047.c into lib-mime, reindent it.
2006-11-02 Pierre Habouzitmake address functions a lot better, and less error...
2006-11-02 Pierre Habouzituse my usual API's for allocation/deallocation right...
2006-11-02 Pierre HabouzitADDRESS -> address_t
2006-11-01 Pierre Habouzitmappings as standalone module
2006-10-30 Pierre Habouzitexit strfcpy, only use m_strcpy.
2006-10-30 Pierre Habouzitremove yet anoter round of str_* functions, replaced...
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 Habouzituse safer p_clear when possible.
2006-10-29 Pierre Habouzitmove ascii.* into the lib-lib.
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...
2006-10-27 Pierre Habouzitwarning fixes
2005-08-11 pdmefRocco Rutte:
2005-08-08 pdmefRocco Rutte:
2005-08-08 pdmefRocco Rutte:
2005-08-08 pdmefRocco Rutte:
2005-07-17 nionNico Golde:
2005-05-18 pdmefRocco Rutte:
2005-04-30 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-01-23 ak1Andreas Krennmair:
2005-01-07 ak1Initial import of mutt-ng.