Re: Folders not in the sidebar list of folders

2013-08-05 Thread John Niendorf

On Mon, Aug 05, 2013 at 02:24:05PM -0400, staticsafe wrote:


You can also "subscribe" to the folder in IMAP terms and it will show up
in the sidebar since you have imap_check_subscribed set to yes.

[0] - http://www.lunar-linux.org/mutt-sidebar/
--


Thank you,  I just realized hitting s will subscribe me to a folder.  Once I 
did the folder showed up in the sidebar.
Problem solved - once again user error ;-)
--
John


Re: Folders not in the sidebar list of folders

2013-08-05 Thread Patrick Shanahan
* John Niendorf  [08-05-13 14:15]:
> On Mon, Aug 05, 2013 at 04:50:24PM +0200, Suvayu Ali wrote:
> 
> >I think it should be listed in mailboxes.  I use mutt-kz (a mutt fork
> >with sidebar patch applied), and that is what I have to do.
> 
> >Hope this helps,
> 
> Yeah that is the funny thing. I don't see anywhere in my .muttrc file
> where I explicitly tell mutt to display any particular folders by name.

look possibly for "mailboxes"

ps:  please wrap your lines ~76 chars.
-- 
(paka)Patrick Shanahan   Plainfield, Indiana, USA  HOG # US1244711
http://wahoo.no-ip.orgPhoto Album: http://wahoo.no-ip.org/gallery2
http://en.opensuse.org   openSUSE Community Member
Registered Linux User #207535@ http://linuxcounter.net


Re: Folders not in the sidebar list of folders

2013-08-05 Thread staticsafe
On Mon, Aug 05, 2013 at 08:11:14PM +0200, John Niendorf wrote:
> On Mon, Aug 05, 2013 at 04:50:24PM +0200, Suvayu Ali wrote:
> 
> >I think it should be listed in mailboxes.  I use mutt-kz (a mutt fork
> >with sidebar patch applied), and that is what I have to do.
> 
> >Hope this helps,
> 
> Yeah that is the funny thing. I don't see anywhere in my .muttrc file where I 
> explicitly tell mutt to display any particular folders by name.
> -- 
> John

According to the webpage for the mutt sidebar patch [0]:

# which mailboxes to list in the sidebar
mailboxes =inbox =ml

You can also "subscribe" to the folder in IMAP terms and it will show up
in the sidebar since you have imap_check_subscribed set to yes.

[0] - http://www.lunar-linux.org/mutt-sidebar/
-- 
staticsafe
O< ascii ribbon campaign - stop html mail - www.asciiribbon.org
Please don't top post.
Please don't CC! I'm subscribed to whatever list I just posted on.


Re: Folders not in the sidebar list of folders

2013-08-05 Thread John Niendorf

On Mon, Aug 05, 2013 at 04:50:24PM +0200, Suvayu Ali wrote:


I think it should be listed in mailboxes.  I use mutt-kz (a mutt fork
with sidebar patch applied), and that is what I have to do.



Hope this helps,


Yeah that is the funny thing. I don't see anywhere in my .muttrc file where I 
explicitly tell mutt to display any particular folders by name.
--
John


Re: Folders not in the sidebar list of folders

2013-08-05 Thread Suvayu Ali
On Mon, Aug 05, 2013 at 04:18:01PM +0200, John Niendorf wrote:
> Hi Guys,
> 
> I am running Mutt 1.5.21 with the sidebar patch. (Mutt-patched in the Ubuntu 
> repository)
> I'm using an IMAP account and all the mail is stored on the server.
> Today I noticed that some mail folders I made on the server are not showing 
> up in the list of folders in the sidebar.
> 
> For the life of me I can't remeber if I had to do anything special the last 
> time I made a folder in order to have that folder appear in the sidebar.

I think it should be listed in mailboxes.  I use mutt-kz (a mutt fork
with sidebar patch applied), and that is what I have to do.

Hope this helps,

-- 
Suvayu

Open source is the future. It sets us free.


Folders not in the sidebar list of folders

2013-08-05 Thread John Niendorf

Hi Guys,

I am running Mutt 1.5.21 with the sidebar patch. (Mutt-patched in the Ubuntu 
repository)
I'm using an IMAP account and all the mail is stored on the server.
Today I noticed that some mail folders I made on the server are not showing up 
in the list of folders in the sidebar.

For the life of me I can't remeber if I had to do anything special the last 
time I made a folder in order to have that folder appear in the sidebar.

In my .muttrc I have:

set imap_check_subscribed

set sidebar_width=30
set sidebar_visible=yes
set sidebar_delim='|'
set sidebar_sort=yes
color sidebar_new brightblue black# b toggles sidebar visibility
macro index b 'toggle sidebar_visible'
macro pager b 'toggle sidebar_visible'

bind index \CP sidebar-prev
bind index \CN sidebar-next
bind index \CO sidebar-open
bind pager \CP sidebar-prev
bind pager \CN sidebar-next
bind pager \CO sidebar-open

Pressing y brings up a list of all the folders in the sidebar that looks like 
this:

26   0 imaps://path-to-server/INBOX.mutt

The 26 is the number of this particular folder.  I don't know what the 0 means.
Only the folders that are visible in the sidebar are in this list.

I did notice that the folders that are not visible in the sidebar all have a . 
after their name, for example Amazon-UK.

Anyone have an idea what I am doing wrong?

Thank you,

--
John