python.slack.files_download_location = ""
python.slack.group_name_prefix = "&"
python.slack.history_fetch_count = "200"
+python.slack.link_previews = "true"
python.slack.map_underline_to = "_"
python.slack.migrated = "true"
python.slack.muted_channels_activity = "personal_highlights"
python.slack.files_download_location = "If set, file attachments will be automatically downloaded to this location. "%h" will be replaced by WeeChat home, "~/.weechat" by default. Requires WeeChat 2.2 or newer."
python.slack.group_name_prefix = "The prefix of buffer names for groups (private channels)."
python.slack.history_fetch_count = "The number of messages to fetch for each channel when fetching history, between 1 and 1000."
+python.slack.link_previews = "Show previews of website content linked by teammates."
python.slack.map_underline_to = "When sending underlined text to slack, use this formatting character for it. The default ("_") sends it as italics. Use "*" to send bold instead."
python.slack.muted_channels_activity = "Control which activity you see from muted channels, either none, personal_highlights, all_highlights or all. none: Don't show any activity. personal_highlights: Only show personal highlights, i.e. not @channel and @here. all_highlights: Show all highlights, but not other messages. all: Show all activity, like other channels."
python.slack.never_away = "Poke Slack every five minutes so that it never marks you "away"."