diff options
Diffstat (limited to 'src/config.h')
| -rw-r--r-- | src/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/config.h b/src/config.h index ba9b7f6..84f02df 100644 --- a/src/config.h +++ b/src/config.h @@ -41,8 +41,8 @@ struct Account QColor color; /// Text shown on the chip. Empty falls back to the key, which can be long: - /// "provider-work" is a lot of row for one bit of information. - /// This renames nothing in notmuch, only what the chip displays. + /// a provider-plus-mailbox key of 25 characters is a lot of row for one + /// bit of information. This renames nothing in notmuch, only the display. QString label; bool isValid() const { return !key.isEmpty() && !maildir.isEmpty(); } |
