Home
last modified time | relevance | path

Searched refs:c_size_show_fractions (Results 1 – 1 of 1) sorted by relevance

/dports/mail/neomutt/neomutt-20211029/
H A Dmuttlib.c1686 const bool c_size_show_fractions = in mutt_str_pretty_size() local
1700 else if (c_size_show_fractions && (num < 10189)) /* 0.1K - 9.9K */ in mutt_str_pretty_size()
1710 else if (c_size_show_fractions && (num < 10433332)) /* 1.0M - 9.9M */ in mutt_str_pretty_size()