More email filters and slight reformat for ledger-cli
This commit is contained in:
parent
a32f54fbfe
commit
3825708c6b
@ -452,11 +452,12 @@ Ledger is a Unix program that implements a finance tracking system or /ledger/.
|
||||
(setq ledger-report-use-strict t
|
||||
ledger-master-file (file-truename "~/Nextcloud/Ledger/toc.ledger")
|
||||
ledger-accounts-file (file-truename "~/Nextcloud/Ledger/accounts.ledger"))
|
||||
(setq ledger-reports `(("bal" ,(format "%%(binary) -f %s bal" ledger-master-file))
|
||||
("budget" ,(format "%%(binary) -f %s --budget -p 'this month' bal Expenses" ledger-master-file))
|
||||
("account" ,(format "%%(binary) -f %s reg %%(account)" ledger-master-file))
|
||||
("monthly bal" ,(format "%%(binary) -f %s bal -p 'this month'" ledger-master-file))
|
||||
("daily bal" ,(format "%%(binary) -f %s bal -p 'today'" ledger-master-file)))))
|
||||
(setq ledger-reports
|
||||
`(("bal" ,(format "%%(binary) -f %s bal" ledger-master-file))
|
||||
("budget" ,(format "%%(binary) -f %s --budget -p 'this month' bal Expenses" ledger-master-file))
|
||||
("account" ,(format "%%(binary) -f %s reg %%(account)" ledger-master-file))
|
||||
("monthly bal" ,(format "%%(binary) -f %s bal -p 'this month'" ledger-master-file))
|
||||
("daily bal" ,(format "%%(binary) -f %s bal -p 'today'" ledger-master-file)))))
|
||||
#+end_src
|
||||
|
||||
** Alert
|
||||
|
@ -99,12 +99,15 @@ From here, I can continue onto configuring the ~mu4e~ emacs package.
|
||||
((mu4e-message-contact-field-matches msg :from "noreply@everbridge.net") "/UCSC")
|
||||
((mu4e-message-contact-field-matches msg :from ".*office.*@ucsc.edu") "/UCSC")
|
||||
((mu4e-message-contact-field-matches msg :from "madocast@ucsc.edu") "/UCSC")
|
||||
((mu4e-message-contact-field-matches msg :from "ucsc_ucues@ucop.edu") "/UCSC")
|
||||
|
||||
;; Finance
|
||||
((mu4e-message-contact-field-matches msg :from "onlinebanking@ealerts.bankofamerica.com") "/Finance")
|
||||
((mu4e-message-contact-field-matches msg :from "no.reply.alerts@chase.com") "/Finance")
|
||||
((mu4e-message-contact-field-matches msg :from "noreply@robinhood.com") "/Finance")
|
||||
((mu4e-message-contact-field-matches msg :from "venmo@venmo.com") "/Finance")
|
||||
((mu4e-message-contact-field-matches msg :from "donotreply@officeally.com") "/Finance")
|
||||
((mu4e-message-contact-field-matches msg :from "online.communications@alerts.comcast.net") "/Finance")
|
||||
|
||||
|
||||
;; Packages/Shipping
|
||||
|
Loading…
x
Reference in New Issue
Block a user