[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Speed of Startup
Jake Colman <colman@ppllc.com> writes:
> >>>>> "Simon" == Simon Josefsson <jas@pdc.kth.se> writes:
>
>
> Simon> Disabling tracing/debugging will speed up things though.
>
> Is that configurable at this time? If would turn if off unless I had a
> problem and then turn it back on to debug the problem.
(require 'nnimap)
(setq nnimap-debug nil
imap-debug nil
imap-log nil
imap-last nil)
Would probably do.
/s