Gnus development mailing list
 help / color / mirror / Atom feed
From: Torgny Nyblom <torgny@nyblom.org>
Cc: ding@gnus.org
Subject: Re: Suggestion for a view
Date: 04 Oct 2000 07:22:16 +0200	[thread overview]
Message-ID: <u7l7p6v07.fsf@nyblom.org> (raw)
In-Reply-To: <Pine.LNX.4.21.0010040015380.18033-100000@gfanrend.fishpool.fi>

Matti Koskimies <msk@fishpool.fi> writes:

> I would like to suggest an additional choice of view to Gnus which I think
> would provide a nice hierarchical selection. The view would consist of
> three windows, with the following layout:
> 
>  _____________________
> |          |          |
> | Headers  |  Groups  |
> |__________|__________|
> |                     |
> |                     |
> |    Selected mail    |
> |      contents       |
> |_____________________|
 
Try adding this to .gnus. I know there's a bug in this I just don't
remember were.

;;:*================================
;;:* Window layout
;;:*================================
;;:* Make gnus display it's windows in a Forté Agent
;;:* kind of way:
;;:*  ---------------------------
;;:*  |   G   |   Summary       |
;;:*  |   r   |-----------------|
;;:*  |   o   |                 |
;;:*  |   u   |    Article      |
;;:*  |   p   |                 |
;;:*  ---------------------------
;;:*======
;;:* There is some kind of bug in this..
(setq gnus-use-full-window t)			; Use the entire frame
(setq gnus-always-force-window-configuration t)	; Force the window conf I want
(gnus-add-configuration
 '(article					; Forté Agent like window style...
   (horizontal 0.20
	       (group 0.25)
	       (vertical 1.0
			 (summary 0.30 point)
			 (article 1.0))))
)
(gnus-add-configuration
 '(summary
   (horizontal 0.20
	       (group 0.25)
	       (vertical 1.0
			 (summary 0.30 point)
			 (article 1.0))))
)
(gnus-add-configuration
 '(group
   (horizontal 0.20
	       (group 0.25 point)
	       (vertical 1.0
			 (summary 0.30)
			 (article 1.0)))))


-- 
Torgny Nyblom | torgny@linux.nu | +46 (0)709 987246




  reply	other threads:[~2000-10-04  5:22 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-10-04  0:34 Matti Koskimies
2000-10-04  5:22 ` Torgny Nyblom [this message]
2000-10-04  6:54   ` Stein A. Strømme
2000-10-04 11:26     ` Torgny Nyblom
2000-10-04 18:44     ` Kai Großjohann
2000-10-05  7:22       ` Stein A. Strømme
2000-10-05 12:32         ` David S. Goldberg
2000-10-05 12:50         ` Kai Großjohann
2000-10-05 13:07         ` Stein A. Strømme
2000-10-10 11:26           ` Per Abrahamsen
2000-10-05 15:26     ` Kai Großjohann
2000-10-06  6:09       ` Stein A. Strømme
2000-10-13 12:33       ` Gerd Moellmann
2000-10-05 16:52     ` Kai Großjohann
2000-10-05 17:02       ` ShengHuo ZHU
2000-10-06 10:22         ` Kai Großjohann
2000-10-05 19:52       ` Dave Love

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=u7l7p6v07.fsf@nyblom.org \
    --to=torgny@nyblom.org \
    --cc=ding@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).