My experiences with Mutt to date: Suggestions for overcoming some issues

Angel M Alganza ama at ugr.es
Fri Feb 12 12:40:21 UTC 2021


On Mon, Feb 08, 2021 at 02:43:48PM -0600, boB Stepp wrote:

> killall mbsync &>/dev/null; /usr/bin/mbsync -a -qq

Maybe it's an stupid idea, but perhaps mbsync is starting to run so fast
that the killall kills it?  You could try replacing the semicolon wich a
couple of ampersand signs to make sure that mbsync is started only after
killall has exited?

	killall mbsync &>/dev/null && /usr/bin/mbsync -a -qq
	
Cheers.
Ángel


More information about the Mutt-users mailing list