[mew-int 01188] Re: mew-sinfo-get-case only returns nil...

sen_ml at example.com sen_ml at example.com
Thu Dec 5 11:34:33 JST 2002


From: sen_ml at example.com
Date: Wed, 04 Dec 2002 00:46:08 +0900 (JST)

> In Mew 3.1, after I set a case w/ "C" to something other than
> "default" and I use "g" (mew-summary-goto-folder) in Summary mode, I
> keep getting "+inbox" as the default in the prompt of the minibuffer.

Browsing the archives of mew-dist, I came across:

  [mew-dist 22379] mew-summary-goto-folder

I didn't get the feeling the poster had the same problem that I did,
but following the person's suggestion of replacing:

  (case (mew-sinfo-get-case)) ;; if in a remote folder

in mew-summary4.el's defun of mew-summary-goto-folder w/:

  (case mew-case-input)

appears to get me the behavior I expect.  That is, after I have
selected a case w/ a value defined for inbox-folder and I press "g" in
summary mode, I get the current (input?) case's corresponding
inbox-folder value in the prompt of the minibuffer instead of just
"+inbox".

Hmmm, I wonder why mew-sinfo-get-case returns nil for my
configuration...



More information about the Mew-int mailing list