aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/upas/nfs/fs.c
AgeCommit message (Collapse)AuthorFilesLines
2020-01-10Trivial changes: whitespace and modes.Dan Cross1-36/+35
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>
2017-10-13upas/nfs: fix warningsDavid du Colombier1-2/+1
decode.c:146:8: warning: variable ‘argv’ set but not used fs.c:953:47: warning: variable ‘reset’ set but not used imap.c:348:6: warning: variable ‘prefix’ set but not used Updates #114.
2011-11-22mailfs: small fixes and plan 9 supportDavid du Colombier1-3/+7
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5429044
2007-06-25mailfs: fix subject formattingrsc1-1/+1
2007-06-23bug fixes:rsc1-1/+5
list message 1. give correct contents for raw, rawheader, rawbody. provide filename and charset in mime attachments. only rename mailboxes named mbox* not mbox*.
2006-06-30use file names for attachmentsrsc1-3/+2
2006-05-24fix commentsrsc1-3/+3
2006-04-01Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc1-14/+14
2006-03-03cleanuprsc1-1/+0
2006-02-28cannot say isnumberrsc1-1/+1
2006-02-15imap-based new upas/fsrsc1-0/+1259