nnimap.el: Handle nil arg to nnimap-request-group
commit3fb7881a0e320f380203c0f2dd16dfc7189af1e9
authorEric Abrahamsen <eric@ericabrahamsen.net>
Sun, 6 Sep 2015 12:47:43 +0000 (6 12:47 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Sun, 6 Sep 2015 12:47:43 +0000 (6 12:47 +0000)
tree76b0646fc85e0ea5366010b82b17a80018924ef8
parentdbdc459a48091f5953faf14bcaaa7e6d37fbf024
nnimap.el:  Handle nil arg to nnimap-request-group

* lisp/gnus/nnimap.el (nnimap-request-group):  Handle nil "info" arg.
This arg isn't always passed in, check it's not nil before making it
into a list.  The active arg will also be nil if the group is new,
check for that.
lisp/gnus/nnimap.el