]> granicus.if.org Git - neomutt/history - filter.c
Convert mutt_attach_reply() to use buffer pool
[neomutt] / filter.c
2019-07-17 Richard Russoniwyu: tidy more #includes
2019-05-16 Richard Russonmerge: minor tidying
2019-05-16 Richard Russonboolify: locals, params, args
2019-05-16 Richard Russonincrease buffer sizes to avoid truncation
2019-04-15 Richard Russonmerge: trivial fixes
2019-04-14 Richard Russontidy macros
2019-03-09 Richard Russonmerge: Use NUL or NULL rather than 0
2019-03-09 Richard RussonUse NUL or NULL rather than 0 when setting
2019-03-05 Richard Russonmerge: lots of tidying
2019-03-05 Richard Russonfp prefix
2019-03-03 Richard Russonmerge: trivial tidying
2019-03-03 Richard Russonrename variables: thepid -> pid
2019-02-08 Richard Russonmerge: trivial code fixes
2019-02-08 Richard Russondoxy: mark all out-params
2018-09-25 Richard Russonmerge: upstream fixes
2018-09-25 Kevin McCarthySend imap keepalives for interactive filters.
2018-07-21 Richard Russonmerge: tidy code
2018-07-20 Richard Russonboolify
2018-07-19 Richard Russonmerge: tidy code
2018-07-19 Bertram ScharpfRemove parentheses from all return statments
2018-07-16 Richard Russoniwyu
2018-04-19 Richard Russondoxygen: Add lots of new comment blocks
2018-04-19 Richard Russondoxygen: Fix, improve, tidy comment blocks
2018-04-01 Richard Russonsplit out window functions
2018-03-30 Richard Russonrefactor: move the envlist code to the library
2018-03-03 Richard Russonmerge: refactor to reduce variable scope
2018-03-03 Federico KircheisReduce variable scope - filter.c
2018-01-17 Richard Russonmerge: trivial improvements
2018-01-17 Richard Russoniwyu: remove unnecessary headers
2017-11-27 Richard Russonmerge: more additions to libmutt
2017-11-27 Richard Russonstandardise the naming of the signal functions
2017-10-14 Richard Russonsplit up 'if' statements that assign and test
2017-07-21 Richard Russondoxygen: tidy comments
2017-07-18 Steven! Ragnarökdocs: document some functions
2017-07-17 Richard Russonmerge: improve doxygen comments
2017-07-17 Richard Russondoxygen: convert existing comments
2017-07-17 Richard Russondoxygen: add file templates
2017-07-14 Richard Russonmerge: sync to mutt/default
2017-07-07 Richard RussonNeoMutt 2017-07-07 (1.8.3) neomutt-20170707
2017-07-07 Richard Russonmerge: sync to mutt/default
2017-07-07 Richard Russonclang-format
2017-06-10 Richard Russonmerge: drop obsolete options / docs
2017-06-10 Richard Russondrop configure option --with-exec-shell
2017-06-02 Richard Russonmerge: sync to mutt/stable
2017-05-17 Richard Russonbuild: split up mutt.h, protos.h 580/head
2017-04-21 Richard Russonmerge: upstream release 1.8.2
2017-04-18 Kevin McCarthyFix GPG_TTY to be added to envlist. (closes #3931)
2017-04-18 Kevin McCarthymerge stable
2017-04-18 Kevin McCarthyFix GPG_TTY to be added to envlist. (closes #3931)
2017-04-13 Richard Russonmerge: upstream release 1.8.1 neomutt-20170414
2017-04-13 Richard Russonapply clang-format to the source code
2017-03-30 Richard Russonmerge: Tidy the code - Part 3
2017-03-30 Richard Russontidy: remove ()s from return 488/head
2017-03-30 Richard Russontidy: license text
2017-03-21 Richard Russonmerge: upstream fixes (mutt/default)
2017-03-21 Kevin McCarthyPass envlist to filter children too. (closes #3922)
2017-03-18 Kevin McCarthymerge stable
2017-03-18 Kevin McCarthyPass envlist to filter children too. (closes #3922)
2017-03-17 Richard Russonmerge: Tidy the code - Part 1
2017-03-16 Richard Russondrop #if HAVE_CONFIG_H
2017-03-16 Richard Russondelete trailing whitespace
2017-03-07 Ian Zimmermanrefactor: Split out BUFFER-handling functions (#443)
2016-08-24 Richard Russonmerge: contrib/keybase
2016-08-18 Richard Russonmerge: contrib/keybase
2016-08-18 Richard Russonmerge: contrib/vim-keybindings
2016-08-18 Kevin McCarthymerge default into stable
2016-07-06 Kevin McCarthymerge stable
2016-07-01 Kevin McCarthymerge stable
2016-05-24 Kevin McCarthymerge stable
2016-05-10 Kevin McCarthySet COLUMNS to MuttIndexWindow->cols in mutt_create_fil...
2010-04-01 Simon Ruderichfix comment typos
2007-04-01 Brendan CullyMerge flea restore
2005-09-17 Brendan CullyGah, forgot the zip code when updating the FSF address...
2005-09-17 Brendan CullyUpdate FSF address (via sed, I hope nothing got mangled...
2005-02-03 Brendan CullyAdd config.h to the top of every C file that could...
2000-03-03 Thomas RoesslerThe FSF apparently has moved.
2000-01-06 Thomas RoesslerUpdate copyright notices for unstable.
1999-01-07 Thomas RoesslerGet rid of RCS ids in source files. They are getting...
1998-10-15 Thomas RoesslerChange "static char rcsid[]" to "static const char...
1998-10-13 Thomas RoesslerAdd RCS $Id$ strings to (hopefully) all source files.
1998-06-08 Thomas RoesslerInitial revision