with f:convertNumber , groupingUsed property can be used to remove comma or dot in numbers when numbers are greater than 1000.
#SelfNote
with f:convertNumber , groupingUsed property can be used to remove comma or dot in numbers when numbers are greater than 1000.
#SelfNote
Just go to Library/Mail/V2/RSS
do a find . -name “Info.plist” -exec grep -A 1 Feed {} \; | grep string | sed ‘s/^[^>]*>//’ | sed ‘s/]*>$//’
copy the list and use it somewhere else 🙂
( as stated here )