/[anubis]/anubis/testsuite/etc/std.in
ViewVC logotype

Diff of /anubis/testsuite/etc/std.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by polak, Mon Mar 3 08:54:54 2003 UTC revision 1.6 by gray, Mon Jun 30 18:11:40 2003 UTC
# Line 67  if header[Subject] = gpg-sign Line 67  if header[Subject] = gpg-sign
67  fi  fi
68    
69  if header[Subject] = "rot13-all"  if header[Subject] = "rot13-all"
70   rot13-subject = yes   guile-process rot-13 #:body
71   rot13-body = yes   guile-process rot-13 #:subject
72  fi  fi
73    
74  if header[Subject] = "rot13-body"  if header[Subject] = "rot13-body"
75   rot13-body = yes   guile-process rot-13 #:body
76  fi  fi
77    
78  if header[Subject] = "rot13-subject"  if header[Subject] = "rot13-subject"
79   rot13-subject = yes   guile-process rot-13 #:subject
80  fi  fi
81    
82  if header[Subject] = "body-append"  if header[Subject] = "body-append"
# Line 86  fi Line 86  fi
86  if header[Subject] = "ALL"  if header[Subject] = "ALL"
87   body-append = misc/notes.txt   body-append = misc/notes.txt
88   gpg-encrypt = USERNAME   gpg-encrypt = USERNAME
89   rot13-subject = yes   guile-process rot-13 #:body
90   rot13-body = yes   guile-process rot-13 #:subject
91  fi  fi
92    
93  ---END---  ---END---

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26