Merge branch 'master' into nohook
[apps/madmutt.git] / send.c
2007-11-18 Pierre HabouzitMerge branch 'master' into nohook
2007-11-18 Pierre Habouzitspurious "sleep"s
2007-11-18 Pierre Habouzitsimplifications
2007-11-11 Pierre Habouzitmutt_enter_string is only used for _mutt_get_field...
2007-11-07 Pierre HabouzitThe NNTP patch is a joke, let's drop it altogether.
2007-08-14 Pierre HabouzitRemove lots of useless stupid, and code greedy options.
2007-08-11 Pierre HabouzitHave a lib-ui/lib-ui.h
2007-08-11 Pierre HabouzitDrop mixmaster support. I don't like people caring...
2007-05-27 Pierre HabouzitDeep rework of nntp_data_t (ex-NNTP_DATA) to make it...
2007-05-27 Pierre Habouzitmerge all nntp code in nntp.c and move it toplevel
2007-05-24 Pierre Habouzitmore useless and cluttered things.
2007-05-24 Pierre Habouzitx-comment-to is useless in mutt, we can Cc: things...
2007-05-20 Pierre Habouzitrename a bunch of modules
2007-05-14 Pierre Habouzitmore setupts in cfg.lua
2007-05-13 Pierre HabouzitMove many things to the crypt module \o/
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-05 Pierre HabouzitDrop useless functions with gpgme (auto import is a...
2007-04-04 Pierre Habouzitmerge crypt back into $top_builddir :)
2007-04-02 Pierre Habouzittake more cruft to the bin
2007-04-02 Pierre HabouzitEven remove more code.
2007-04-02 Pierre Habouzit$from ...
2007-04-01 Pierre HabouzitMake MAlias public. migrate $signature, so that I can...
2007-03-31 Pierre HabouzitUsers don't know what they are doing most of the timeā€¦
2007-03-27 Pierre Habouzitturn charset into a lua package as well.
2007-03-26 Pierre HabouzitReinstate documentation, also migrate use_domain to...
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-04 Pierre Habouzitsmall regressions.
2006-12-03 Pierre Habouzitcode simplifications.
2006-12-01 Pierre Habouzitoops, small regresion
2006-11-30 Pierre Habouzitmore cosmetics.
2006-11-29 Pierre Habouzitvarious code simplifications.
2006-11-28 Julien DanjouUse good m_ functions, because it smell like a flower...
2006-11-26 Pierre Habouzitremove a mutt-ng thing that makes no sense at all.
2006-11-26 Pierre Habouzitalways build support for mixmaster.
2006-11-26 Pierre Habouzitmove more functions in file.c
2006-11-26 Julien DanjouUse better error msgs for tempfile
2006-11-26 Julien DanjouFix shadow declaration and tag unused attribute
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-18 Pierre Habouzitremove -Inntp
2006-11-18 Pierre Habouzitcreate the lib-mx now
2006-11-17 Pierre Habouzitremove a whole lot of #include mutt.h
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 Habouzitsome dead code, old things, fix idna *again*
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-14 Pierre Habouzitmove some files around.
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 Habouzitand less size_t's
2006-11-13 Pierre Habouzitrationalize list handling in mutt a bit.
2006-11-12 Pierre Habouzitmove url.[hc] into the lib-lib.
2006-11-11 Pierre Habouzitmove debug.c
2006-11-08 Pierre Habouzitmove more files.
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 Habouzitdrop the builtin so called editor and the mailx feature...
2006-11-05 Pierre Habouzitreorganize code a lot: create a lib-crypt with everythi...
2006-11-05 Pierre Habouzitalways build imap as well.
2006-11-04 Pierre Habouzitalways build mutt with pgp + smime support.
2006-11-03 Pierre Habouzitmove rfc2047.c into lib-mime, reindent it.
2006-11-03 Pierre Habouzitbegin to move rfc2047 into lib-mime.
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 Habouzitbegin to work on a lib-mime that will hold most of...
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-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 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...
2006-10-28 Pierre Habouzitmore fixes
2005-10-23 pdmefRocco Rutte:
2005-10-13 pdmefRocco Rutte:
2005-10-07 pdmefRocco Rutte:
2005-09-04 pdmefRocco Rutte:
2005-08-25 pdmefRocco Rutte:
2005-08-25 pdmefRocco Rutte:
2005-08-23 pdmefRocco Rutte:
2005-08-23 pdmefRocco Rutte:
2005-08-22 pdmefRocco Rutte:
2005-08-17 pdmefRocco Rutte:
2005-08-11 pdmefRocco Rutte:
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-04-30 pdmefRocco Rutte:
next