Skip to content

Instantly share code, notes, and snippets.

@plachintas
plachintas / .notmuch-config
Created September 23, 2020 14:05 — forked from stain/.notmuch-config
NotMuch hooks for selectively sorting to inbox, moving archived messages to other folder. offlineimap syncs to /home/USER/mail/company and /home/USER/mail/org1
[database]
path=/home/USER/mail
[user]
name=MyName MySurname
primary_email=me@example.com
other_email=me@example.org
@plachintas
plachintas / gist:e2ac93f98129eef8038e
Created September 1, 2014 08:05
example: checkboxes fail to validate against schema (on server)
=== data ===
{
"group3": {
"paragraph": "",
"checkboxes": [],
"dropdown": "optopt 1"
}
}
@plachintas
plachintas / gist:75efc83ab33dfaf9630b
Created August 28, 2014 11:09
category update json
{
"category": "3adf0cfb87",
"name": "Сделка copy",
"events": {
"events": [{
"name": "sendMail",
"addresses": ["sad@moon.com"],
"startAt": 60,
"period": 3600
}, {
{
"name": "Сделка copy",
"events": {
"events": [{
"name": "sendMail",
"addresses": ["sad@moon.com"],
"startAt": 60,
"period": 3600
}, {
"name": "sendSms",
@plachintas
plachintas / pageant.bat
Created July 9, 2013 10:54
Autoload private keys in windows
@echo off
SetLocal EnableDelayedExpansion
set "keys="
for /f %%a IN ('dir /b %UserProfile%\.ssh\*.ppk') do set "keys=!keys! %UserProfile%\.ssh\%%a"
start "pageant" "C:\Program Files\TortoiseGit\bin\pageant.exe" %keys%