aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/acme/mail
AgeCommit message (Collapse)AuthorFilesLines
2020-01-10Trivial changes: whitespace and modes.Dan Cross7-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-06acme Mail: add Search commandAkshat Kumar2-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-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
2009-09-12libplumb, Mail: fix crash on nil plumb fidsMathieu Lonjaret1-3/+6
http://codereview.appspot.com/116083
2007-06-23--chattyrsc1-1/+0
2007-06-23remove elsewhere-deleted messages from window; Refresh -> Getrsc2-16/+2
2007-06-23add Get, Refresh commands; refresh at startuprsc1-0/+20
2006-06-30use file names for attachmentsrsc1-0/+3
2006-05-27make srvname globalrsc1-1/+2
2006-05-24missing srvnamersc1-1/+1
2006-05-21multiple mail boxes (Lou Kamenov)rsc3-5/+10
2006-05-06show full name in fromrsc2-11/+21
2006-04-01Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc3-17/+17
2006-03-07seek to end of outgoingrsc1-0/+1
2006-03-03more updatesrsc3-0/+21
2006-02-28new delmesgrsc3-13/+18
2006-02-21events buffer need not end in NULrsc1-1/+1
2006-02-15fixedrsc4-4/+32
2006-02-14fixesrsc3-36/+47
2006-02-11more changesrsc4-48/+29
2006-02-09changesrsc7-499/+238
2005-10-29Add mail (John Cummings)rsc11-0/+3588