Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-01-10 | Trivial changes: whitespace and modes. | Dan Cross | 7 | -24/+21 | |
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> | |||||
2013-09-06 | acme Mail: add Search command | Akshat Kumar | 2 | -1/+63 | |
Introduces the Search command for mailboxes. Arguments passed are treated as one space- separated string, passed on to mailfs' IMAP search interface. R=rsc, david.ducolombier CC=plan9port.codebot https://codereview.appspot.com/13238044 | |||||
2013-09-06 | mailfs: allow spaces in box name | Akshat Kumar | 1 | -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-01 | acme Mail: drop noscroll | David du Colombier | 1 | -1/+0 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/4539098 | |||||
2009-09-12 | libplumb, Mail: fix crash on nil plumb fids | Mathieu Lonjaret | 1 | -3/+6 | |
http://codereview.appspot.com/116083 | |||||
2007-06-23 | --chatty | rsc | 1 | -1/+0 | |
2007-06-23 | remove elsewhere-deleted messages from window; Refresh -> Get | rsc | 2 | -16/+2 | |
2007-06-23 | add Get, Refresh commands; refresh at startup | rsc | 1 | -0/+20 | |
2006-06-30 | use file names for attachments | rsc | 1 | -0/+3 | |
2006-05-27 | make srvname global | rsc | 1 | -1/+2 | |
2006-05-24 | missing srvname | rsc | 1 | -1/+1 | |
2006-05-21 | multiple mail boxes (Lou Kamenov) | rsc | 3 | -5/+10 | |
2006-05-06 | show full name in from | rsc | 2 | -11/+21 | |
2006-04-01 | Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms. | rsc | 3 | -17/+17 | |
2006-03-07 | seek to end of outgoing | rsc | 1 | -0/+1 | |
2006-03-03 | more updates | rsc | 3 | -0/+21 | |
2006-02-28 | new delmesg | rsc | 3 | -13/+18 | |
2006-02-21 | events buffer need not end in NUL | rsc | 1 | -1/+1 | |
2006-02-15 | fixed | rsc | 4 | -4/+32 | |
2006-02-14 | fixes | rsc | 3 | -36/+47 | |
2006-02-11 | more changes | rsc | 4 | -48/+29 | |
2006-02-09 | changes | rsc | 7 | -499/+238 | |
2005-10-29 | Add mail (John Cummings) | rsc | 11 | -0/+3588 | |