summaryrefslogtreecommitdiffstats
path: root/src/cmd/upas/nfs/fs.c
Commit message (Collapse)AuthorAgeFilesLines
* Trivial changes: whitespace and modes.Dan Cross2020-01-101-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>
* upas/nfs: fix warningsDavid du Colombier2017-10-131-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.
* mailfs: small fixes and plan 9 supportDavid du Colombier2011-11-221-3/+7
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/5429044
* mailfs: fix subject formattingrsc2007-06-251-1/+1
|
* bug fixes:rsc2007-06-231-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*.
* use file names for attachmentsrsc2006-06-301-3/+2
|
* fix commentsrsc2006-05-241-3/+3
|
* Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc2006-04-011-14/+14
|
* cleanuprsc2006-03-031-1/+0
|
* cannot say isnumberrsc2006-02-281-1/+1
|
* imap-based new upas/fsrsc2006-02-151-0/+1259