This commit is contained in:
TLINDEN
2012-02-10 20:22:14 +01:00
parent 0c293e4b81
commit 788902c69d
27 changed files with 5541 additions and 3900 deletions

View File

@@ -1,4 +1,4 @@
# 1.0.6 -*- sh -*-
# 1.0.8 -*- sh -*-
# This is a sample config for the note script
# There are useful defaults set in note itself.
#
@@ -68,7 +68,7 @@ UseEncryption 0
# Specify the encryption protocol. The appropriate perl
# module needs to be installed. Possible velues are
# IDEA, DES or BLOWFISH, the default is IDEA.
# IDEA, DES or Blowfish, the default is IDEA.
CryptMethod IDEA
@@ -143,6 +143,16 @@ TopicColor BLACK
# capabily
FormatText 1
# You might specify your own directory for temporary files.
# note needs to create some temp files during editing of notes.
# You could protect this directory using the command: chmod 700 directory.
# The default is /tmp
TempDirectory /home/you/tmp
# That's all about it for now.
# If you still have any questiosn, please feel free to contact
# me by email: Thomas Linden <tom@daemon.de>