Skip to content

user_configuration

Robert C. Martin edited this page Sep 20, 2022 · 15 revisions
{
  :export-user-profile {
    :export-after-days <int|:never> (default 7)
    :last-time-exported <seconds since epoch> (set automatically)
  }
  :import-metadata {
    :import-after-days <int|:never> (default 30)
    :last-time-imported <seconds since epoch> (set automatically)
  }
  :default-font "COURIER-PLAIN-14"
  :bold-font "COURIER-BOLD-14"
  :small-font "COURIER_PLAIN-9"
}
  • :export-user-profile This group of variables controls how often the profile metadata for this user will be sent to the relays.
    • :export-after-days The number of days to wait since the last time the profile was sent. Defaults to 7.
      If set to :never then the profile will not be exported.
    • :last-time-exported The time in seconds since the epoch that the profile was last sent.
      Set automatically. Change to 0 if you want your profile sent immediately.
      • Note: If you modify your profile in the private/keys file, the new profile will be exported the next time you run more-speech.
  • :import-metadata This group controls how often the complete history of user profiles is requested from the relays. Importing the profile metadata loads the private/profiles file with usernames and other profile information.
    • :import-after-days The number of days to wait since the last import before requesting the next. Defaults to 30. If set to :never will not request metadata from relays.
    • :last-time-imported The time in seconds since the epoch that the metadata was last requested. Set automatically. Change to 0 if you want to request metadata immediately.
  • :default-font The font used for most things.
  • :bold-font The font used for unread message headers in the article tree.
  • :small-font The font used for the labels in fields of the article panel.
Clone this wiki locally