diff options
| author | fukachan <fukachan> | 2002-06-30 05:00:16 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2002-06-30 05:00:16 +0000 |
| commit | 21702e7a715ac332dc7e6dafce8d15848c4de856 (patch) | |
| tree | dcdfd5bd57ba563b8e05819cc16e244f4ecf8bd6 /fml | |
| parent | dd363a587aecd99c50460fc4faaec5da83df3434 (diff) | |
| download | fml8-21702e7a715ac332dc7e6dafce8d15848c4de856.tar.gz fml8-21702e7a715ac332dc7e6dafce8d15848c4de856.tar.bz2 fml8-21702e7a715ac332dc7e6dafce8d15848c4de856.zip | |
add path_{less,more,w3m} for convenience
sort
classify a little
Diffstat (limited to 'fml')
| -rw-r--r-- | fml/etc/src/config.cf.ja/paths.cf | 22 |
1 files changed, 18 insertions, 4 deletions
diff --git a/fml/etc/src/config.cf.ja/paths.cf b/fml/etc/src/config.cf.ja/paths.cf index faba5f73..b3198ae9 100644 --- a/fml/etc/src/config.cf.ja/paths.cf +++ b/fml/etc/src/config.cf.ja/paths.cf @@ -28,6 +28,9 @@ path_uuencode = @UUENCODE@ path_compress = @COMPRESS@ + +=head2 MTA related + path_sendmail = @SENDMAIL@ path_newaliases = @NEWALIASES@ @@ -40,11 +43,8 @@ path_postconf = @POSTCONF@ path_postmap = @POSTMAP@ -path_nkf = @NKF@ - -path_kakasi = @KAKASI@ -path_namazu = @NAMAZU@ +=head2 encryption/decryption path_pgp = @PGP@ @@ -60,3 +60,17 @@ path_pgpv = @PGPV@ path_gpg = @GPG@ + +=head2 utilities + +path_nkf = @NKF@ + +path_kakasi = @KAKASI@ + +path_namazu = @NAMAZU@ + +path_less = @LESS@ + +path_more = @MORE@ + +path_w3m = @W3M@ |
