summaryrefslogtreecommitdiffstats
path: root/src/cmd/acme/mail/win.c
Commit message (Collapse)AuthorAgeFilesLines
* Trivial changes: whitespace and modes.Dan Cross2020-01-101-1/+1
| | | | | | | | | Remote whitespace at the ends of lines. Remove blank lines from the ends of files. Change modes on source files so that they are not executable. Signed-off-by: Dan Cross <cross@gajendra.net>
* 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