add optional 'ignore leading "The" word' function while sorting

This commit is contained in:
Andrzej Rybczak
2009-02-05 21:45:34 +01:00
parent d3b4be9c56
commit e637d8f627
4 changed files with 50 additions and 5 deletions

View File

@@ -151,6 +151,7 @@ struct ncmpcpp_config
bool search_in_db;
bool display_screens_numbers_on_start;
bool clock_display_seconds;
bool ignore_leading_the;
int mpd_port;
int mpd_connection_timeout;