Add a webjump for gmane to lookup based on message ID.
This commit is contained in:
parent
13a0d9d50d
commit
26d3da217c
1 changed files with 2 additions and 0 deletions
|
|
@ -24,6 +24,8 @@ url_completion_use_bookmarks = true;
|
||||||
url_completion_use_history = false;
|
url_completion_use_history = false;
|
||||||
|
|
||||||
define_webjump("epguide","http://www.epguides.com/%s");
|
define_webjump("epguide","http://www.epguides.com/%s");
|
||||||
|
define_webjump("message_on_gmane","http://news.gmane.org/find-root.php?message_id=%s");
|
||||||
|
webjumps.m = webjumps.message_on_gmane;
|
||||||
|
|
||||||
url_remoting_fn = load_url_in_new_buffer;
|
url_remoting_fn = load_url_in_new_buffer;
|
||||||
dowload_buffer_automatic_open_target = OPEN_NEW_BUFFER_BACKGROUND;
|
dowload_buffer_automatic_open_target = OPEN_NEW_BUFFER_BACKGROUND;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue