mirror of
				https://github.com/Foundry376/Mailspring.git
				synced 2025-10-31 08:26:12 +08:00 
			
		
		
		
	Summary: If less than 5 new unread notifications, then show notification for each new message. Each message is separated by 1 second Test Plan: Added test to make sure Notification is called multiple times Reviewers: bengotow Reviewed By: bengotow Maniphest Tasks: T1295 Differential Revision: https://phab.nylas.com/D1744
		
			
				
	
	
		
			10 lines
		
	
	
		
			No EOL
		
	
	
		
			321 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			No EOL
		
	
	
		
			321 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| {
 | |
|   "linters": {
 | |
|     "coffeescript-linter": {
 | |
|       "type": "script-and-regex",
 | |
|       "script-and-regex.script": "script/grunt coffeelint:target --target",
 | |
|       "script-and-regex.regex": "/^  ((?P<error>✖)|(?P<warning>⚠)) *line (?P<line>\\d+) +(?P<message>.*)$/m",
 | |
|       "include": "{\\.(e?coffee|cjsx)}"
 | |
|     }
 | |
|   }
 | |
| } |