]> granicus.if.org Git - neomutt/commit
Add debug_level/debug_file options 448/head
authorMehdi Abaakouk <sileht@sileht.net>
Wed, 1 Mar 2017 22:02:10 +0000 (23:02 +0100)
committerRichard Russon <rich@flatcap.org>
Fri, 12 May 2017 13:05:59 +0000 (14:05 +0100)
commit40f81d19aa4f0c986d58092bfedf587040d2c32d
treeda6e319db14540212c0b17512d535ee8106d131d
parent744fe99a4dbdbc134d2a238ebbb2d0d682e5cb81
Add debug_level/debug_file options

This change allows to change debug_level and debug_file on the fly.

It adds the -l mutt arguments to pass the logging file on startup.

debug options passed as mutt arguments always override the configuration
file.

Closes #445
globals.h
init.c
init.h
lib.c
lib.h
main.c