sup-heliotrope / sup

A curses threads-with-tags style email client (mailing list: supmua@googlegroups.com)
http://sup-heliotrope.github.io
GNU General Public License v2.0
900 stars 97 forks source link

enhancement: sup should warn about non-continuous source-ids #492

Closed inktrap closed 8 years ago

inktrap commented 8 years ago

Just an idea for an improvement, so a bad config is easier and sooner to find:

sup should warn about non-continuous source-ids. Reason: sup will run fine without continuous source IDs, but issues like #491 might happen sooner or later. So let's do additional config-checks and throw a warning.


References: #491

gauteh commented 8 years ago

Valentin Heinz writes on October 20, 2015 20:17:

Just an idea for an improvement, so a bad config is easier and earlier to find:

sup should warn about non-continuous source-ids. Reason: sup will run fine without continuous source IDs, but issues like #491 might happen sooner or later. So let's do additional config-checks and throw a warning.

Would be nice.

To be specific: the ids need to be unique (not continuous). If you use sup-add to setup the sources sup will take care of it.

Regards, Gaute

inktrap commented 8 years ago

You are right. Should have a low prio. Thanks.

gauteh commented 8 years ago

Going to close this. This is not a problem if sup-add is used.