Changeset 81a96af
- Timestamp:
- Apr 14, 2009, 10:50:28 AM (16 years ago)
- Branches:
- master, debian, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
- Children:
- b814715
- Parents:
- 32620ac
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
variable.c
r4f15e8e r81a96af 195 195 "name of a program to run that will generate zsigs", 196 196 "This program should produce a zsig on stdout when run.\n" 197 "Note that it is important that this program not block.\n" ), 197 "Note that it is important that this program not block.\n\n" 198 "See the documentation for 'zsig' for more information about\n" 199 "how the outgoing zsig is chosen." 200 ), 198 201 199 202 OWLVAR_PATH( "newmsgproc" /* %OwlVarStub:newmsgproc */, NULL, … … 211 214 212 215 OWLVAR_STRING( "zsig" /* %OwlVarStub */, "", 213 "zephyr signature", 214 "If 'zsigproc' is not set, this string will be used\n" 215 "as a zsig. If this is also unset, the 'zwrite-signature'\n" 216 "zephyr variable will be used instead.\n"), 216 "zephyr signature", 217 "The zsig to get on outgoing messages. If this variable is\n" 218 "unset, 'zsigproc' will be run to generate a zsig. If that is\n" 219 "also unset, the 'zwrite-signature' zephyr variable will be\n" 220 "used instead.\n"), 217 221 218 222 OWLVAR_STRING( "appendtosepbar" /* %OwlVarStub */, "",
Note: See TracChangeset
for help on using the changeset viewer.