Age | Commit message (Collapse) | Author |
|
(introduced by the automated default arguments of config.get)
|
|
|
|
|
|
|
|
- also fix that travis build
|
|
|
|
|
|
|
|
- we need to have more
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Should work for any case (plugin, different section, etc)
|
|
|
|
|
|
don’t send any
|
|
|
|
Make the "default" parameter optional and thus move it to the end of
the command with the other optional parameters.
And change all the calls.
|
|
parameter of config.get() optional
the Config object now also optionally takes a dict of default values
in its constructor.
|
|
|
|
- Add two new options: tmp_image_dir and extract_inline_images
- tmp_image_dir is $XDG_CACHE_HOME(usually ~/.cache)/poezio/images if unset
- Name the images from a SHA-1 of their data and their mimetype
- Output file:// links inside the message
|
|
|
|
|
|
|
|
plugin
|
|
this option determines if the non-autojoin bookmarks will
be opened on startup or not.
It is false by default.
|
|
|
|
and not the global info buffer
|
|
instead of the global info buffer
|
|
With a timeout option that lets the user choose the timeout
and if they want this notification.
|
|
|
|
|
|
Because SHA-1 is not really relevant anymore.
Too bad it's significantly longer and tiring to check, even if that is
to be expected.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks djanos
|
|
|
|
|
|
|
|
|