~siborgium

Recent activity

Re: Relicensing aerc to GPL 1 year, 6 months ago

From Sergey Smirnykh to ~rjarry/aerc-devel

>Could you please respond to this message stating whether you accept or
>refuse the change of license from MIT to GPL[2] for the aerc project.

I accept.

[PATCH aerc v3] commands: implement prompt completion 2 years ago

From Sergey Smirnykh to ~rjarry/aerc-devel

This patch implements :prompt completion.
The completion mechanism only provides completions when there is at least
one argument specified (prompt text).
The mechanism is based on other commands' completions and works as follows:

   1. Attempts to look up a command by the name specified in args[1].

   2.a On success it uses command.Complete.

   2.b Otherwise, if total arguments count is lesser or equals than 2
       (i.e. no command arguments specified), it attempts to complete
       the command's name.

Additional effort is made to preserve prompt text, which often contains
[message trimmed]

[PATCH aerc v2] commands: implement prompt completion 2 years ago

From Sergey Smirnykh to ~rjarry/aerc-devel

This patch implements :prompt completion.
The completion mechanism only provides completions when there is at least
one argument specified (prompt text).
The mechanism is based on other commands' completions and works as follows:

   1. Attempts to look up a command by the name specified in args[1].

   2.a On success it uses command.Complete.

   2.b Otherwise, if total arguments count is lesser or equals than 2
       (i.e. no command arguments specified), it attempts to complete
       the command's name.

Additional effort is made to preserve prompt text, which often contains
[message trimmed]

[PATCH aerc] commands: implement prompt completion 2 years ago

From Sergey Smirnykh to ~rjarry/aerc-devel

This patch implements :prompt completion.
The completion mechanism only provides completions when there is at least
one argument specified (prompt text).
The mechanism is based on other commands' completions and works as follows:

   1. Attempts to look up a command by the name specified in args[1].

   2.a On success it uses command.Complete.

   2.b Otherwise, if total arguments count is lesser or equals than 2
       (i.e. no command arguments specified), it attempts to complete
       the command's name.

Additional effort is made to preserve prompt text, which often contains
[message trimmed]

[PATCH v2] Demonstrate that I can use git send-email 2 years ago

From Sergey Smirnykh to ~sircmpwn/email-test-drive

---
 sergey-smirnykh | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 sergey-smirnykh

diff --git a/sergey-smirnykh b/sergey-smirnykh
new file mode 100644
index 0000000..66cb3d4
--- /dev/null
+++ b/sergey-smirnykh
@@ -0,0 +1 @@
I have successfully used git send-email!
-- 
2.36.1
[message trimmed]

[PATCH] Demonstrate that I can use git send-email 2 years ago

From Sergey Smirnykh to ~sircmpwn/email-test-drive

---
 sergey-smirnykh | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 sergey-smirnykh

diff --git a/sergey-smirnykh b/sergey-smirnykh
new file mode 100644
index 0000000..6d0ecfd
--- /dev/null
+++ b/sergey-smirnykh
@@ -0,0 +1 @@
I'm about to try git send-email
-- 
2.36.1
[message trimmed]