Allow to use nicer UI names
The previous ui names were pretty unwieldy. Is it TTYUI.TTY or TTY.TTYUI? Do I have to use capitals and where? Simplify the names by making them case insensitive and by dropping everything before the dot. So "Curses.Blinkenlights" can now be invoked as "blinkenlights" or "BLINKENLIGHTS". The old names will still work just fine so the transition should be smooth. We issue a warning that the long names are deprecated. Document in offlineimap.conf that we don't accept lists of fallback UIs, but only one UI option (this was already the case before this commit but still wrongly documented). The list of accepted ui names is: ttyui (default), basic, quiet, machineui, blinkenlights Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de> Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
This commit is contained in:
		 Sebastian Spaeth
					Sebastian Spaeth
				
			
				
					committed by
					
						 Nicolas Sebrecht
						Nicolas Sebrecht
					
				
			
			
				
	
			
			
			 Nicolas Sebrecht
						Nicolas Sebrecht
					
				
			
						parent
						
							3b8e1f91cd
						
					
				
				
					commit
					4e28c7c93f
				
			| @@ -23,6 +23,9 @@ Changes | ||||
|  | ||||
| * Makefile use magic to find the version number. | ||||
| * Rework the repository module | ||||
| * Change UI names to Blinkenlights,TTYUI,Basic,Quiet,MachineUI. | ||||
|   Old names will still work, but are deprecated. | ||||
|   Document that we don't accept a list of UIs anymore. | ||||
|  | ||||
| Bug Fixes | ||||
| --------- | ||||
|   | ||||
		Reference in New Issue
	
	Block a user