Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* New Gnus user: trouble configuring Group buffer
@ 2012-12-07 20:10 Bastre
  0 siblings, 0 replies; 2+ messages in thread
From: Bastre @ 2012-12-07 20:10 UTC (permalink / raw)
  To: info-gnus-english

All,

I'm brand new to Gnus but not new to Emacs.  
I'm having trouble configuring the Topic/Group buffer to 
display groups how "I" see them.

Desired outcome- see groups based upon the following hierarchy:
[Summary -- #messages]
  [All Email -- #emails]
    [Mail.Personal -- #]   <--- email split; based upon senders
    [Mail.Travel -- #]      <--- email split
    [Drafts -- #drafts]
    [Home -- #emails]
      [BR@GM  -- #emails]
        [Inbox]
        [Deleted]
      [B@PD -- #emails]
        [Inbox]
        [Deleted]
    [Work -- #emails]
      [B@MyCompany]
   [Lists -- #messages]
     [name.of.gmane.list1]

=========
Here's a layout of my .gnus:

(setq gnus-select-method
      '(nnimap "BR@GM"
              (nnimap-address "imap.server1.com")
               (nnimap-server-port 993)
               (nnimap-stream ssl)
               (nnimap-authinfo-file "./authinfo")))

(setq gnus-secondary-select-methods
    '((nnimap "BR@MyCompany"
              (nnimap-address "work.mail.server")
              (nnimap-server-port 993)
              (nnimap-stream ssl)
              (nnimap-authinfo-file "~/.authinfo"))
      (nnimap "B@MyDomain"
              (nnimap-address "imap.server2.com")
              (nnimap-server-port 993)
              (nnimap-stream ssl)
              (nnimap-authinfo-file "~/.authinfo"))))

(setq gnus-summary-display-arrow t)  

Thank in advance for your help!!

--Bastre

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: New Gnus user: trouble configuring Group buffer
       [not found] <mailman.14800.1354911310.855.info-gnus-english@gnu.org>
@ 2012-12-24 12:38 ` Lars Ingebrigtsen
  0 siblings, 0 replies; 2+ messages in thread
From: Lars Ingebrigtsen @ 2012-12-24 12:38 UTC (permalink / raw)
  To: Bastre; +Cc: info-gnus-english

Bastre <brinfo@me.com> writes:

> I'm brand new to Gnus but not new to Emacs.  
> I'm having trouble configuring the Topic/Group buffer to 
> display groups how "I" see them.
>
> Desired outcome- see groups based upon the following hierarchy:
> [Summary -- #messages]
>   [All Email -- #emails]
>     [Mail.Personal -- #]   <--- email split; based upon senders
>     [Mail.Travel -- #]      <--- email split

[...]

> (setq gnus-select-method

I'm not quite sure what you mean here.  You create the topics in the
group buffer with `T n' and stuff.  The select methods are kinda
orthogonal to how the group buffer looks...

-- 
(domestic pets only, the antidote for overdose, milk.)
  http://lars.ingebrigtsen.no  *  Lars Magne Ingebrigtsen

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-12-24 12:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-12-07 20:10 New Gnus user: trouble configuring Group buffer Bastre
     [not found] <mailman.14800.1354911310.855.info-gnus-english@gnu.org>
2012-12-24 12:38 ` Lars Ingebrigtsen

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