This file contains hidden or 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
import { combineReducers } from 'redux'; | |
import { createReducer } from 'redux-act'; | |
import { | |
emails_data | |
} from './actions'; | |
const initial = { | |
email: { | |
unread: 0 | |
}, |
This file contains hidden or 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
import { combineReducers } from 'redux'; | |
import { createReducer } from 'redux-act'; | |
import { | |
emails_data | |
} from './actions'; | |
const initial = { | |
email: { | |
unread: 0 | |
}, |
This file contains hidden or 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
(setq bjo-notmuch-packages | |
'( | |
;; package names go here | |
notmuch | |
helm-notmuch | |
org-notmuch | |
)) | |
(setq bjo-notmuch-excluded-packages '()) |
This file contains hidden or 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
Bus 002 Device 009: ID 045e:0730 Microsoft Corp. Digital Media Keyboard 3000 | |
Device Descriptor: | |
bLength 18 | |
bDescriptorType 1 | |
bcdUSB 2.00 | |
bDeviceClass 0 (Defined at Interface level) | |
bDeviceSubClass 0 | |
bDeviceProtocol 0 | |
bMaxPacketSize0 8 | |
idVendor 0x045e Microsoft Corp. |
NewerOlder