summaryrefslogtreecommitdiff
path: root/doc/misc/sieve.texi
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2010-06-23 00:44:09 -0700
committerGlenn Morris <rgm@gnu.org>2010-06-23 00:44:09 -0700
commitb1fbbb32e116a921b81fe910da66671537181a28 (patch)
tree921d8999c75eb48a9a71ae85210e95dafd53ee41 /doc/misc/sieve.texi
parent0351f24c137de1cbfee3702b448836d63ab6c0fc (diff)
downloademacs-b1fbbb32e116a921b81fe910da66671537181a28.tar.gz
Remove remaining tabs from non-verbatim in doc/misc/*.texi.
Diffstat (limited to 'doc/misc/sieve.texi')
-rw-r--r--doc/misc/sieve.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/misc/sieve.texi b/doc/misc/sieve.texi
index ba4fb0efaba..9a1a0faf4c8 100644
--- a/doc/misc/sieve.texi
+++ b/doc/misc/sieve.texi
@@ -227,7 +227,7 @@ the @code{fileinto} command.
require "fileinto";
if address "sender" "owner-w3-beta@@xemacs.org" @{
- fileinto "INBOX.w3-beta";
+ fileinto "INBOX.w3-beta";
@}
@end example
@@ -238,7 +238,7 @@ required.
@example
if header :contains "Delivered-To" "auc-tex@@sunsite.dk" @{
- fileinto "INBOX.auc-tex";
+ fileinto "INBOX.auc-tex";
@}
@end example
@@ -249,7 +249,7 @@ has been required.
@example
if address ["to", "cc"] "kerberos@@mit.edu" @{
- fileinto "INBOX.kerberos";
+ fileinto "INBOX.kerberos";
@}
@end example