mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 02:48:08 +01:00
e4d79bfddb
The definitions of Thread, output_with_separator, and print_view were between the main argparse and view-printing code. Group them together with our existing read_config at the top of the module, which makes for easier reading in the main section. I also: * Made 'headers' a print_view argument instead of a module-level global. The list -> tuple conversion avoids having a mutable default argument, which makes some people jumpy ;). * Made 'db' a print_view argument instead of relying on the global namespace to access it from print_view. |
||
---|---|---|
.. | ||
nmbug | ||
doxygen.cfg | ||
man-to-mdwn.pl | ||
news2wiki.pl | ||
printmimestructure | ||
release-checks.sh | ||
RELEASING | ||
schemata | ||
STYLE | ||
TODO | ||
uncrustify.cfg |