summaryrefslogtreecommitdiffstats
path: root/src/cmd/acme/mail/win.c
Commit message (Collapse)AuthorAgeFilesLines
* mailfs: allow spaces in box nameAkshat Kumar2013-09-061-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
* acme Mail: drop noscrollDavid du Colombier2011-06-011-1/+0
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/4539098
* fixedrsc2006-02-151-2/+23
|
* changesrsc2006-02-091-66/+13
|
* Add mail (John Cummings)rsc2005-10-291-0/+397