always use LISTGROUP if available.
[apps/madmutt.git] / attach.c
2007-05-20 Pierre Habouzitrename a bunch of modules
2007-05-13 Pierre Habouzitremove antiquated cruft: please, who use MMDF's nowadays ?!
2007-04-09 Pierre Habouzitdrop !builtin pager, sucks badly, and I plan to improve...
2007-04-04 Pierre Habouzitmerge crypt back into $top_builddir :)
2007-04-02 Pierre HabouzitEven remove more code.
2007-03-18 Pierre Habouzitpush username, homedir and tmpdir in lua too.
2007-03-11 Pierre HabouzitNow deal with EDITOR from lua as well.
2006-12-13 Pierre Habouzitfixes bad semantics (an invalid fd is -1 not 0).
2006-12-13 Julien DanjouUse m_tempfile instead of mktemp in attach/recvattach
2006-12-13 Pierre Habouzitsome fixes, make mutt_decode_save_attachment coherent...
2006-12-13 Julien DanjouUse file descriptor instead of path for mutt_decode_sav...
2006-12-03 Pierre Habouzitoops, I did it again: simplify a lot of code :]
2006-12-01 Pierre Habouzitmore documentation.
2006-11-30 Pierre Habouzitcosmetics
2006-11-29 Pierre Habouzitsimplifications around mutt_is_message_type
2006-11-28 Julien DanjouUse good m_ functions, because it smell like a flower...
2006-11-26 Pierre Habouzitwibble.
2006-11-26 Julien Danjoumutt_*mktemp--
2006-11-25 Pierre Habouzitfclose -> m_fclose
2006-11-24 Pierre Habouzitsafe_fclose -> m_fclose, and is now inlined.
2006-11-24 Pierre Habouzitremove some mutt_mktemp
2006-11-24 Pierre Habouzitmutt_mktemp--
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-16 Pierre Habouzitmove more things in the lib-mime
2006-11-16 Pierre Habouzitctors/dtors for BODY's
2006-11-14 Pierre Habouzitbegin to rework mailcap parsing a "bit".
2006-11-13 Pierre Habouzitremove most of the debug code: often makes the code...
2006-11-13 Pierre Habouzitrationalize list handling in mutt a bit.
2006-11-12 Pierre Habouzitexit system.c, mutt_system goes into lib-sys/
2006-11-11 Pierre Habouzitmove debug.c
2006-11-09 Pierre Habouzitmove menu.[hc].
2006-11-08 Pierre Habouzitbegin to move ui code into the lib-ui
2006-11-05 Pierre Habouzituse my own APIS for headers, parameters and so on
2006-11-05 Pierre Habouzitreorganize code a lot: create a lib-crypt with everythi...
2006-11-04 Pierre Habouzitalways build mutt with pgp + smime support.
2006-11-04 Pierre Habouzitfix small bug from julien
2006-11-04 Julien Danjou[PATCH] Fix compilations warnings
2006-11-03 Pierre Habouzitmove rfc2047.c into lib-mime, reindent it.
2006-11-01 Pierre Habouzitbegin to work on a lib-mime that will hold most of...
2006-10-30 Pierre Habouzitexit strfcpy, only use m_strcpy.
2006-10-30 Pierre Habouzitremove yet anoter round of str_* functions, replaced...
2006-10-30 Pierre Habouzitless horrible strncpy's
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 Habouzitdrop mem_alloc and mem_free, use my own hand crafted...
2005-10-23 pdmefRocco Rutte:
2005-09-04 pdmefRocco Rutte:
2005-08-25 pdmefRocco Rutte:
2005-08-21 pdmefRocco Rutte:
2005-08-17 pdmefRocco Rutte:
2005-08-11 pdmefRocco Rutte:
2005-08-08 pdmefRocco Rutte:
2005-08-08 pdmefRocco Rutte:
2005-07-17 nionNico Golde:
2005-04-30 pdmefRocco Rutte:
2005-04-06 pdmefRocco Rutte:
2005-04-06 pdmefRocco Rutte:
2005-04-03 pdmefRocco Rutte:
2005-03-20 pdmefRocco Rutte:
2005-03-18 pdmefRocco Rutte:
2005-03-18 ak1Andreas Krennmair:
2005-02-13 ak1Andreas Krennmair:
2005-02-03 ak1Andreas Krennmair:
2005-02-01 ak1Andreas Krennmair:
2005-01-23 ak1Andreas Krennmair:
2005-01-07 ak1Initial import of mutt-ng.