Re: How to remove the gap between the status bar and the INBOX

2023-04-03 Thread Kevin J. McCarthy

On Mon, Apr 03, 2023 at 12:03:12PM +0800, Sadeep Madurange wrote:

Yes, a minimum reproducing muttrc (see attached for the screenshot -
the gap between status bar and the word "INBOX" on the left):

set imap_user=x...@asciimx.com
set imap_pass=`pass show email`
set folder=imaps://imap.example.com:993
set from=sad...@asciimx.com
set spoolfile=+INBOX
mailboxes = +INBOX


The mailboxes command is not an assignment.  Change the above line to 
just:

mailboxes +INBOX

--
Kevin J. McCarthy
GPG Fingerprint: 8975 A9B3 3AA3 7910 385C  5308 ADEF 7684 8031 6BDA


signature.asc
Description: PGP signature


Re: How to remove the gap between the status bar and the INBOX

2023-04-03 Thread Sadeep Madurange
On 2023-04-03 09:42:35, Kevin J. McCarthy wrote:
> On Mon, Apr 03, 2023 at 12:03:12PM +0800, Sadeep Madurange wrote:
> > Yes, a minimum reproducing muttrc (see attached for the screenshot -
> > the gap between status bar and the word "INBOX" on the left):
> > 
> > set imap_user=x...@asciimx.com
> > set imap_pass=`pass show email`
> > set folder=imaps://imap.example.com:993
> > set from=sad...@asciimx.com
> > set spoolfile=+INBOX
> > mailboxes = +INBOX
> 
> The mailboxes command is not an assignment.  Change the above line to just:
> mailboxes +INBOX

That was it, thanks!

-- 
Regards,
Sadeep
PGP: 103BF9E3E750BF7E


signature.asc
Description: PGP signature