aboutsummaryrefslogtreecommitdiff
path: root/sx-inbox.el
Commit message (Collapse)AuthorAgeFilesLines
* bugfix: propertize unread inbox itemsBoruch Baum2018-02-111-6/+11
| | | | | | | * correction for occurence of "propertize: Wrong type argument: sequencep, face". * adjust indent and vertical spacing for readability.
* Fix sx-inbox--print-info to handle all forms of notificationBoruch Baum2018-02-091-3/+5
| | | The code had not been handling all notification types, nor the conditions of a notification lacking a title or body, which surprisingly is sometimes the case.
* Update copyrightsSean Allred2018-01-281-1/+1
|
* Add requireArtur Malabarba2015-04-301-0/+1
|
* Add inbox autoloadsArtur Malabarba2015-04-281-0/+2
|
* Get rid of sx-question-list--update-mode-lineArtur Malabarba2015-02-121-5/+1
|
* Hotfix: Unused argument pageArtur Malabarba2015-01-141-0/+1
|
* Use defconst instead of defvar where appropriate.Artur Malabarba2015-01-041-3/+3
| | | | Fix #200
* Standardize local variablesSean Allred2015-01-041-1/+1
| | | | | - Move lexical-binding to top of file; fixes #123 - Use indent-tabs-mode: nil for all files
* Slight face modificationsArtur Malabarba2014-12-251-3/+2
|
* Add mode-line to inboxArtur Malabarba2014-12-221-2/+16
|
* Implement sx-inboxArtur Malabarba2014-12-221-3/+33
|
* Further inbox-mode improvementsArtur Malabarba2014-12-221-6/+14
|
* Fix up the major-modeArtur Malabarba2014-12-221-24/+27
|
* Fix filterArtur Malabarba2014-12-221-12/+15
|
* Initial inbox-mode implementationArtur Malabarba2014-12-221-0/+73
|
* Move unread lists to sx-inboxArtur Malabarba2014-12-221-0/+15
|
* Move mode-line logic to sx-notifyArtur Malabarba2014-12-221-17/+0
|
* Initial mode-lineArtur Malabarba2014-12-221-0/+17
|
* Generalize sx-inbox-getArtur Malabarba2014-12-221-3/+6
|
* TypoArtur Malabarba2014-12-221-1/+1
|
* Basic inbox fetchingArtur Malabarba2014-12-221-0/+68