Skip to content

Instantly share code, notes, and snippets.

View kmaed's full-sized avatar
🐻‍❄️
Cute!!

Kazuki Maeda kmaed

🐻‍❄️
Cute!!
View GitHub Profile
@kmaed
kmaed / claws-mail-4.1.0-oauth2_redirect_uri.patch
Created May 4, 2022 07:42
Claws Mail: Use loopback IP address for Google OAuth 2.0
diff --git a/src/oauth2.c b/src/oauth2.c
index e760ecc..7a96942 100644
--- a/src/oauth2.c
+++ b/src/oauth2.c
@@ -47,7 +47,7 @@ static gchar *OAUTH2info[4][17]={
{"accounts.google.com",
"",
".",
- "urn:ietf:wg:oauth:2.0:oob",
+ "http://localhost",
@kmaed
kmaed / zathurarc
Created July 24, 2012 06:08
Emacs like key bindings for zathura
set adjust-open width
map \< goto top
map \> goto bottom
map b navigate previous
map e follow
map f navigate next
map p goto top
map <C-+> zoom in