Compare commits
No commits in common. "f1c59ed9a04a35f10c05cd66bab06531734edbff" and "b53be40acd599c04ae817e2ae1294f16b0298284" have entirely different histories.
f1c59ed9a0
...
b53be40acd
11
muttrc-lhote
11
muttrc-lhote
|
@ -89,9 +89,9 @@ bind pager <down> half-down
|
|||
#
|
||||
macro index <esc>T <untag-pattern>
|
||||
|
||||
# urlscan
|
||||
macro index,pager \cb "<pipe-message>urlscan<enter>" "open URL in urlscan"
|
||||
macro attach,compose \cb "<pipe-entry>urlscan<Enter>" "open URL in urlscan"
|
||||
# urlscan/urlview
|
||||
# FIXME BROKEN macro index,pager \cb "<pipe-message>urlscan<enter>" "open URL in urlscan"
|
||||
macro index,pager \cb "<pipe-message>urlview<enter>" "open URL in urlview"
|
||||
|
||||
# save messages
|
||||
macro index >I <tag-prefix><save-message>=SERVICE.INFO<enter> 'save to service info'
|
||||
|
@ -136,8 +136,8 @@ macro compose \cf "<edit-from>^Umoi\_<tab>" "Select from"
|
|||
# spam detection - champs %H
|
||||
#
|
||||
spam "X-j-chkmail-Status: Spam (.*)" "ju/%1"
|
||||
spam "X-Spam-Status: Yes" "sa"
|
||||
spam "X-Amavis-Spam-Status: Yes" "am"
|
||||
spam "X-Spam-Status: Yes" "sa"
|
||||
spam "X-Amavis-Spam-Status: Yes" "am"
|
||||
spam "X-Renater-SpamScore: ([1-9][0-9]*)" "re/%1"
|
||||
set spam_separator="|"
|
||||
|
||||
|
@ -193,6 +193,7 @@ set crypt_replyencrypt = yes
|
|||
set crypt_replysignencrypted = yes
|
||||
set crypt_protected_headers_write = yes # protect subject
|
||||
set crypt_protected_headers_subject = 'Sujet Sensible (chiffré)'
|
||||
# OLD set pgp_default_key = D7B87DFB479CA02E48A2383C00054A3358D16D27
|
||||
set pgp_default_key = A8F721C80E43073F40DF8F21B57DBE40C72FBCF4
|
||||
|
||||
# auto attach pub key from https://stackoverflow.com/a/67065558
|
||||
|
|
1
urls
1
urls
|
@ -21,7 +21,6 @@ https://www.isc.org/index.xml
|
|||
# https://www.isc.org/dhcp/index.xml sysadmin
|
||||
# no data https://www.isc.org/kea/index.xml "~kea releases" release
|
||||
https://github.com/go-gitea/gitea/releases.atom "~gitea releases" release
|
||||
https://blog.gitea.com/rss.xml
|
||||
https://forum.proxmox.com/forums/announcements.7/index.rss "~proxmox release" sysadmin proxmox release
|
||||
https://github.com/Telmate/terraform-provider-proxmox/releases.atom "~Telmate terraform-proxmox release" release proxmox
|
||||
---update-sysadmin-OS---
|
||||
|
|
Loading…
Reference in New Issue