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

Kazu Yamamoto ( 山本和彦 ) kazu at example.com
Mon Dec 9 13:53:52 JST 2002


From: sen_ml at example.com
Subject: [mew-int 01174] mew-sinfo-get-case only returns nil...

> 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.

As you described in the followed message, this problem is being
discussed on mew-dist.

The follosing patch for "g", which resolves your problem, would be
merged if consensus is reached.

---
	 (case (if (string= proto mew-folder-local)
		   mew-case-input
		 (mew-sinfo-get-case)))
---

> I've also tried invoking `mew-sinfo-get-case' at various random times
> using M-:, but so far I've only seen it return nil.

Each remote folder has a case buffer-locally since the information is
essential for remote folders.

However, local folders do not have a case.

Read the section of "Folder convention" in info.

--Kazu



More information about the Mew-int mailing list