]> granicus.if.org Git - neomutt/shortlog
neomutt
2017-03-28 Kevin McCarthyFix (un)sidebar_whitelist to expand paths.
2017-03-28 Pietro CeruttiFix inbox-first functionality when using mutt_pretty_ma...
2017-03-22 Richard Russonmerge: Tidy the code - Part 2
2017-03-22 Richard Russonbuild: add missing newlines to mutt_debug 476/head
2017-03-22 Richard Russontidy: use snake_case for function names
2017-03-22 Richard Russonbuild: give the compress functions a unique name
2017-03-22 Richard Russontidy: limit the scope of some functions
2017-03-22 Richard Russontidy: rearrange code to avoid forward declarations
2017-03-22 Richard Russontidy: indent the docbook manual
2017-03-22 Richard Russonbuild: drop local copy of regex code
2017-03-22 Richard Russontidy: add argument names to function prototypes
2017-03-22 Richard Russonbuild: expand a few more alloc macros
2017-03-22 Richard Russontidy: be specific about void functions
2017-03-22 Richard Russonbuild: fix minor code warnings / style
2017-03-22 Richard Russonbuild: force OPS to be rebuild after a reconfigure
2017-03-21 Richard Russonbuild: don't look for lua libs unless asked for
2017-03-21 Richard Russonmerge: upstream fixes (mutt/default)
2017-03-21 Kevin McCarthyFix setenv overwriting to not truncate the envlist...
2017-03-21 Kevin McCarthyFix mutt_envlist_set() for the case that envlist is...
2017-03-21 Kevin McCarthyPass envlist to filter children too. (closes #3922)
2017-03-21 Kevin McCarthyFix conststrings type mismatches. (closes #3926)
2017-03-21 Kevin McCarthyChange OpenSSL to use SHA-256 for cert comparison....
2017-03-21 Dmitri VereshchaginAdd shortcuts for IMAP and POP mailboxes in the file...
2017-03-21 Kevin McCarthyAdd SNI support for GnuTLS. (closes #3923)
2017-03-21 Kevin McCarthyAdd SNI support for OpenSSL. (see #3923)
2017-03-17 Pietro Ceruttibuild: drop two more obsolete m4 scripts (#477)
2017-03-17 Kevin Decherfindex_format: add support of %K (#452)
2017-03-17 Pietro CeruttiMake iconv mandatory (no more --disable-iconv) 472/head
2017-03-17 Pietro CeruttiSwitch to using an external gettext runtime
2017-03-17 Richard Russonmerge: Tidy the code - Part 1
2017-03-16 Pietro CeruttiIMAP auth functions are stored by pointer cannot be...
2017-03-16 Richard Russondrop commented out source
2017-03-16 Richard Russonremove #if 0 code blocks
2017-03-16 Richard Russonuse #ifdef for potentially missing symbols
2017-03-16 Richard Russondrop #if HAVE_CONFIG_H
2017-03-16 Richard Russonreplace FOREVER with while (true)
2017-03-16 Richard Russondelete unused functions
2017-03-16 Richard Russonmark all local functions as static
2017-03-16 Richard Russondelete trailing whitespace
2017-03-16 Richard Russondrop vim modelines
2017-03-16 Richard Russondrop control characters from the source
2017-03-13 Richard Russonbuild: drop #pragma include guard
2017-03-12 Richard Russondocs: fix validation for lua
2017-03-12 Richard Russonbuild: reorder use of OPS
2017-03-12 Richard Russonfix: build warning
2017-03-12 Richard Russonfix typos and grammar in the comments
2017-03-11 Richard Russonmerge: upstream fixes (mutt/default)
2017-03-11 Kevin McCarthyOpenSSL: Don't offer (a)ccept always choice for hostnam... 459/head
2017-03-11 Kevin McCarthyPrevent skipped certs from showing a second time. ...
2017-03-11 Kevin McCarthyDon't allow storing duplicate certs for OpenSSL interac...
2017-03-11 Kevin McCarthyMove the OpenSSL partial chain support check inside...
2017-03-11 Matthias AndreeAdd $ssl_verify_partial_chains option for OpenSSL....
2017-03-11 Richard Russonmerge: add lua scripting 298/head
2017-03-11 GuyzmoLua API for Mutt's config and commandline
2017-03-11 GuyzmoAdded -B option for batch mode. exiting before any...
2017-03-11 GuyzmoAdded new headers mutt_commands.h and mutt_options.h
2017-03-11 GuyzmoRefactor of the regex parsing code into its own function
2017-03-11 GuyzmoAdding basic Lua scripting basics to mutt
2017-03-11 Richard Russonlua: add basic working example
2017-03-11 Richard Russonfix: Garbage in chdir prompt due to unescaped string
2017-03-07 Ian Zimmermanrefactor: Split out BUFFER-handling functions (#443)
2017-03-07 Richard Russonmerge: mx cleanups
2017-03-07 Damien Riegelmx: remove an `#ifdef USE_NNTP` block
2017-03-07 Damien Riegelmx: don't make MUTT_NNTP and MUTT_COMPRESSED conditional
2017-03-07 Damien Riegelmx: remove `#ifdef USE_COMPRESSED` in mx_fastclose_mailbox
2017-03-07 Mehdi ABAAKOUKFix uncollapse_new in pager (#447)
2017-03-07 Mehdi ABAAKOUKattachment/pager: Use mailcap for test/* except plain...
2017-03-06 Richard Russondocs: updates for 1.8.0
2017-03-06 Richard RussonNeoMutt 2017-03-06 (1.8.0) neomutt-20170306
2017-03-06 Pietro CeruttiGet the correct buffer size under fmemopen/torify ...
2017-03-06 Richard Russonmerge: sync to mutt/default
2017-03-06 Pietro CeruttiUse static inlines to make gcc 4.2.1 happy 456/head
2017-03-06 Mehdi Abaakoukgetdnsdomainname: cancel getaddrinfo_a if needed
2017-03-06 Richard Russonmerge: upstream fixes (mutt/default)
2017-03-06 Kevin McCarthyIncrease ACCOUNT.pass field size. (closes #3921)
2017-03-05 Kevin McCarthymerge stable
2017-03-05 Kevin McCarthyIncrease ACCOUNT.pass field size. (closes #3921)
2017-03-03 Matthias AndreeSSL: Fix memory leak in subject alternative name code...
2017-03-03 Kevin McCarthyClear out extraneous errors before SSL_connect() (see...
2017-03-02 Kevin McCarthymerge stable
2017-03-02 Matthias AndreeSSL: Fix memory leak in subject alternative name code...
2017-03-02 Kevin McCarthymerge stable
2017-03-02 Kevin McCarthyPrevent segv if open-appending to an mbox fails. (close...
2017-03-02 Kevin McCarthymerge stable
2017-03-02 Kevin McCarthyClear out extraneous errors before SSL_connect() (see...
2017-02-28 Tobias Angelefix github templates (#444)
2017-02-28 Tobias Angelegithub: added template for Pull Requests, issues and...
2017-02-28 Tobias Angeleeditorconfig: support for new files, fix whitespace...
2017-02-27 Tobias Angeleadd blocking fmemopen bug on debian to manual (#422)
2017-02-25 Tobias Angeleimap: remove useless code (#434)
2017-02-25 guyzmoFixes missing semi-colon compilation issue (#433)
2017-02-25 Richard RussonNeoMutt 2017-02-25 (1.8.0) neomutt-20170225
2017-02-25 Richard Russonupdate translation files
2017-02-25 Richard Russonmerge: sync to mutt/default
2017-02-25 Richard Russonmerge: upstream fixes (mutt/default)
2017-02-25 Kevin McCarthyautomatic post-release commit for mutt-1.8.0
2017-02-25 TAKAHASHI TamotsuUpdated Japanese translation.
2017-02-25 Benno SchulenbergUpdated Dutch translation.
2017-02-25 Benno SchulenbergUpdated Esperanto translation.
2017-02-24 Kevin McCarthyMinor touchups to documentation and UPDATING file.
next