Hi Nick,

Nick Dokos wrote:
> =?utf-8?Q?S=C3=A9bastien_Vauban?= <wxhgmqzgw...@spammotel.com> wrote:
>
>> - (funcall nnimap-request-head "<871vbxzo6....@mundaneum.com>" "INBOX.mc"
>>   "mc") results... after 5 mins... in ("INBOX.mc" . 28606)
>> 
>> What does the jury thinks of that?
>
> You've got a few more layers of elisp to go through.
>
> You should edebug-defun the function nnimap-request-article-part in
> nnimap.el and keep going.

Just to keep you informed, elp-instrumented nnimap, and got this:

nnimap-request-head                      3           256.166102    85.388700666
nnimap-request-article-part              3           256.166004    85.388668
nnimap-request-group                     2           12.306432000 6.1532160000

Your function `nnimap-request-article-part' seems the culprit, then.


> You should also probably investigate what would happen if you set
> nnimap-debug to t, after reading its docstring.

FYI, this var is always set to t, for a long time... I disabled it, and rerun
everything, but that did not impact the times (or marginally). So, ouf, it's
not the logging that takes all that time.

Best regards,
  Seb

-- 
Sébastien Vauban


_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to