aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/acme/mail/win.c
AgeCommit message (Collapse)AuthorFilesLines
2013-09-06mailfs: allow spaces in box nameAkshat Kumar1-1/+16
Mail services (such as Google Mail) will often have directories with names that contain spaces. Acme does not support spaces in window names. So, replace spaces in mail directory names with the Unicode character for visible space. The code is a bit of an over-approximation and generally non-optimal. R=rsc, david.ducolombier, 0intro CC=plan9port.codebot https://codereview.appspot.com/13010048
2011-06-01acme Mail: drop noscrollDavid du Colombier1-1/+0
R=rsc CC=plan9port.codebot http://codereview.appspot.com/4539098
2006-02-15fixedrsc1-2/+23
2006-02-09changesrsc1-66/+13
2005-10-29Add mail (John Cummings)rsc1-0/+397