diff options
author | Julien Danjou <julien@danjou.info> | 2011-01-10 19:17:29 +0100 |
---|---|---|
committer | Julien Danjou <julien@danjou.info> | 2011-01-10 19:17:29 +0100 |
commit | 3f1be76100441d3bff7bc7f723c386f60bc10243 (patch) | |
tree | 8622ca7f229b6a147be29f2cde8347a70a3d11f0 | |
parent | b68c6573aeab4efd282d0c47470f3c9ca8873c24 (diff) |
Fix group
-rw-r--r-- | offlineimap.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/offlineimap.el b/offlineimap.el index 2984764..ee703fd 100644 --- a/offlineimap.el +++ b/offlineimap.el @@ -72,7 +72,7 @@ This is used when `offlineimap-mode-line-style' is set to 'symbol." (defcustom offlineimap-timestamp nil "Timestamp to add at the beginning of each OffsyncIMAP line." :type 'string - :group 'offlinemap) + :group 'offlineimap) (defcustom offlineimap-event-hooks nil "Hooks run when OfflineIMAP state changes." |