メールを書きながら予定をみるときに
mhcにフレームを占領されるちょっと困るので
左右に分割して表示するためのアドバイスです。
(defadvice  mhc-scan-month (before split activate)
  (unless (mhc-summary-filename)
    (split-window-horizontally)))
上下分割なら
s/horizontally/vertically/
です。
#別フレームで予定を表示すれば済む話かもしれませんが
#emacs -nwでつかっているとフレームは不便なので
--
KOIE Hidetaka <hide@xxxxxxxx>