Richard Russon

Results 317 comments of Richard Russon

@LMariachi There's a new version of Mutt-KZ (1.6.0.1) which includes the latest version of Sidebar. Please can you try that and see if you still have problems.

@suvayu @notfoss @noctuid @Dabsen There's a new version of Mutt-KZ (1.6.0.1) which contains the latest Sidebar. This should fix all the Sidebar-related drawing issues.

I've just given Gmail a try and I don't see any slowdown. Unfortunately, I don't have much email on Gmail (a few hundred spam), so it's hard to tell.

@angelus2014 @SingularisArt Please can you run NeoMutt with logging enabled: `neomutt -d6` will log to `~/.neomuttdebug0` **NOTE**: Logging at this level may reveal private information, so be careful before posting...

### Logging Top Tip I like to run `tail -F ~/.neomuttdebug0` in another window. That means I can watch the logs as they happen. (`-F` (big F) will follow newly...

Thanks for the logs -- it's going to take me a while to process them :-) I can see the repeated refreshes going on. There also seems to be a...

Ah! That's a relief. I was worried that Gmail was going something very strange :-) No, I don't think I need them.

@SingularisArt What's the value of these settings? ```sh neomutt -Q mail_check -Q mail_check_stats_interval -Q timeout ```

> I'm kicking the tires with mutt_oauth2.py Thanks, somebody needs to :-) > instructions require modifying the script to make it usable > `--encryption-pipe` and `--decryption-pipe` be added Yes please....

Very thorough, thanks. You're right. The `set` config tries to interpret `$my_dir` as a NeoMutt variable, failing that it tries an external environment variable. `source` only tries an external environment...