Re: Suggestions for mail client

From: Darius Rosotic <drosotic_at_gmx.com>
Date: Fri, 20 Sep 2024 15:42:54 UTC
On 2024-09-20 10:40:07, Hotaka Korenori wrote:
> I'm trying out mutt on my GhostBSD installation right at this
> moment.   I kind of like it.  It works, and is definitely faster
> than the Evolution on my set up.  Still trying to work out how to
> switch between multiple email accounts though... Anyway, my ten
> cent's worth (from a newbie).

Hello,

I have one file 'muttrc' per accounts:

	~/mutt/muttrc_alpha
	~/mutt/muttrc_beta
	~/mutt/muttrc_gamma

For instance if I want to lauch mutt for a specific account:

	mutt -F ~/mutt/muttrc_alpha

Within a mutt session if I want to switch to another account:

	:source ~/mutt/muttrc_beta

Hope it helps.

Regards,
Darius