Re: is it possible to go to the folders via the sidebar?

2020-10-29 Thread Cameron Simpson
On 29Oct2020 05:38, Globe Trotter via Mutt-users wrote: >On Thursday, October 29, 2020, 12:21:52 AM CDT, Cameron Simpson > wrote: >>  Might I suggest you put this shell command in a distinct shell >>script so that your muttrc has this: >    mailboxes `mutt-mailboxes` >What are mutt-mailboxes? Is

Re: is it possible to go to the folders via the sidebar?

2020-10-28 Thread Globe Trotter via Mutt-users
Sorry, I had a few questions: On Thursday, October 29, 2020, 12:21:52 AM CDT, Cameron Simpson wrote: >  Might I suggest you put this shell command in a distinct shell script so >that your muttrc has this:     mailboxes `mutt-mailboxes` What are mutt-mailboxes? Is it a keyword?Or is this

Re: is it possible to go to the folders via the sidebar?

2020-10-28 Thread Cameron Simpson
On 29Oct2020 16:21, Cameron Simpson wrote: >Also, being a shell script makes it easier to clean up the paths too: > >#!/bin/sh >cd "$HOME/Maildir" >find * -type d \( \( -name tmp -o -name new -o -name cur \) -prune \) -o > -exec ismaildir {} ';' -print > >No stripping, just cd to the

Re: is it possible to go to the folders via the sidebar?

2020-10-28 Thread Cameron Simpson
On 29Oct2020 03:05, Globe Trotter via Mutt-users wrote: >My apologies for answering my own question, but I have found the bug: there is >an extraneous \" and it should be the following: > >mailboxes `find ~/Maildir/* -type d | grep -v "tmp\|new\|cur" | sed >'s|~/Maildir/|=\"|g' | sed 's|$||g' |

Re: is it possible to go to the folders via the sidebar?

2020-10-28 Thread Globe Trotter via Mutt-users
My apologies for answering my own question, but I have found the bug: there is an extraneous \" and it should be the following: mailboxes `find ~/Maildir/* -type d | grep -v "tmp\|new\|cur" | sed 's|~/Maildir/|=\"|g' | sed 's|$||g' | tr '\n' ' '` It works now, and the problems have also been re

Re: is it possible to go to the folders via the sidebar?

2020-10-28 Thread Globe Trotter via Mutt-users
Thanks, I will top-post here, because I feel that there is something wrong with my setup and before answering your questions I have to get this right. So, I set folders using set mbox_type=Maildir set spoolfile="~/Maildir/inbox" set folder = "~/Maildir/" mailboxes `find ~/Maildir/* -type d | gr

Re: is it possible to go to the folders via the sidebar?

2020-10-28 Thread Cameron Simpson
On 26Oct2020 23:09, Globe Trotter via Mutt-users wrote: >On Monday, October 26, 2020, 5:19:58 PM CDT, Cameron Simpson >wrote: >>On 25Oct2020 23:43, Globe Trotter via Mutt-users >>wrote: I highlight on the folder user1 and I get: /home/gt/user1  is not a mailbox. >>>Hmm, me too. >> I

Re: is it possible to go to the folders via the sidebar?

2020-10-26 Thread Globe Trotter via Mutt-users
On Monday, October 26, 2020, 5:19:58 PM CDT, Cameron Simpson wrote: On 27Oct2020 08:56, Cameron Simpson wrote: >On 25Oct2020 23:43, Globe Trotter via Mutt-users wrote: >>> I highlight on the folder user1 and I get: /home/gt/user1  is not a mailbox. > >>Hmm, me too. > I withdraw this - I

Re: is it possible to go to the folders via the sidebar?

2020-10-26 Thread Cameron Simpson
On 27Oct2020 08:56, Cameron Simpson wrote: >On 25Oct2020 23:43, Globe Trotter via Mutt-users wrote: >>> I highlight on the folder user1 and I get: /home/maitra/gt/user1  is not a >>> mailbox. > >Hmm, me too. I withdraw this - I had a nonexistent name in my mailboxes list. With that fixed, the

Re: is it possible to go to the folders via the sidebar?

2020-10-26 Thread Cameron Simpson
On 25Oct2020 23:43, Globe Trotter via Mutt-users wrote: >On Sunday, October 25, 2020, 6:35:37 PM CDT, Kevin Shell >wrote: >On Sun, Oct 25, 2020 at 04:22:27PM +, Globe Trotter via Mutt-users wrote: >> What does it mean to exec the sidebar-* functions? For me, the last one >> (which I presume

Re: is it possible to go to the folders via the sidebar?

2020-10-25 Thread Globe Trotter via Mutt-users
On Sunday, October 25, 2020, 6:35:37 PM CDT, Kevin Shell wrote: On Sun, Oct 25, 2020 at 04:22:27PM +, Globe Trotter via Mutt-users wrote: > Thanks for your e-mail. > > On Sunday, October 25, 2020, 10:59:15 AM CDT, Kevin Shell > wrote: > > > > Welcom another newbie. :-) > > You

Re: is it possible to go to the folders via the sidebar?

2020-10-25 Thread Kevin Shell
On Sun, Oct 25, 2020 at 04:22:27PM +, Globe Trotter via Mutt-users wrote: > Thanks for your e-mail. > > On Sunday, October 25, 2020, 10:59:15 AM CDT, Kevin Shell > wrote: > > > > Welcom another newbie. :-) > > You're not using mutt to send to the list, what a pity. :-) > > Yes, I have to figu

Re: is it possible to go to the folders via the sidebar?

2020-10-25 Thread Globe Trotter via Mutt-users
Thanks for your e-mail. On Sunday, October 25, 2020, 10:59:15 AM CDT, Kevin Shell wrote: > Welcom another newbie. :-) > You're not using mutt to send to the list, what a pity. :-) Yes, I have to figure out how to get to Yahoo! Mail from IMAP/POP. > There is no key to got to the sidebar, y

Re: is it possible to go to the folders via the sidebar?

2020-10-25 Thread Kevin Shell
On Sun, Oct 25, 2020 at 03:45:32PM +, Globe Trotter via Mutt-users wrote: > I am new to mutt, and have sidebar enabled and a list of my folders to the > left. I can go down the list of the folders, using my keyboard. But I can not > figure out how to get into them directly (after highlighting

is it possible to go to the folders via the sidebar?

2020-10-25 Thread Globe Trotter via Mutt-users
I am new to mutt, and have sidebar enabled and a list of my folders to the left. I can go down the list of the folders, using my keyboard. But I can not figure out how to get into them directly (after highlighting them). Is there a way? Right now, I am reduced to typing c -> =foldername and then