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

set up folder-specifc send mail options

2020-10-28 Thread Globe Trotter via Mutt-users
Hi, I don't know if this is possible but I want to be able to set up folder-specific send-mail. So, for e-mails in the mutt and other mailing list folders, when I send e-mail, I want to use this e-mail address (say send...@email.com). For e-mails in the family folder, when I send e-mail I wa

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