aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mail
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/mail')
-rw-r--r--lisp/mail/rmail.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el
index eb984deff13..c4329cf9092 100644
--- a/lisp/mail/rmail.el
+++ b/lisp/mail/rmail.el
@@ -3597,7 +3597,7 @@ This has an effect only if a summary buffer exists."
3597(eval-when-compile (require 'speedbar)) 3597(eval-when-compile (require 'speedbar))
3598 3598
3599(defvar rmail-speedbar-match-folder-regexp "^[A-Z0-9]+\\(\\.[A-Z0-9]+\\)?$" 3599(defvar rmail-speedbar-match-folder-regexp "^[A-Z0-9]+\\(\\.[A-Z0-9]+\\)?$"
3600 "*This regex us used to match folder names to be displayed in speedbar. 3600 "*This regex is used to match folder names to be displayed in speedbar.
3601Enabling this will permit speedbar to display your folders for easy 3601Enabling this will permit speedbar to display your folders for easy
3602browsing, and moving of messages.") 3602browsing, and moving of messages.")
3603 3603