This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <stdio.h> | |
#include <string.h> | |
#include <pulse/pulseaudio.h> | |
// Field list is here: http://0pointer.de/lennart/projects/pulseaudio/doxygen/structpa__sink__info.html | |
typedef struct pa_devicelist { | |
uint8_t initialized; | |
char name[512]; | |
uint32_t index; | |
char description[256]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# me | |
set realname = "Jeremy Kitchen" | |
set from = "[email protected]" | |
set envelope_from = yes | |
# personal account info | |
set imap_user = "[email protected]" | |
set imap_pass = "REDACTED" | |
set folder = imaps://imap.gmail.com/ | |
set smtp_url = smtps://[email protected]@smtp.gmail.com/ |