ftp -o - https://jcs.org/move_in | sh -
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at master 103 lines 2.8 kB view raw
1# vim:tw=0 2 3# whois me 4alternates (jcs@(superblock\.net|jcs\.org|(cvs\.)?openbsd\.org|pushover\.net)|((billing|support)@(superblock|pushover)\.net)) 5 6# default address, no signature 7folder-hook . set \ 8 from="jcs@jcs.org" \ 9 realname=\"joshua stein\" \ 10 signature= 11folder-hook . my_hdr Bcc: jcs@jcs.org 12folder-hook . unset include_onlyfirst 13folder-hook . set record="=Sent" 14 15# common folders 16macro index P <change-folder>=Other%20Users/support@pushover.net<enter> 17macro pager P <change-folder>=Other%20Users/support@pushover.net<enter> 18macro index H <change-folder>=openbsd-hackers<enter> 19macro pager H <change-folder>=openbsd-hackers<enter> 20 21# by default, set format=flowed on outbound e-mail so it looks right in 22# variable-width mail readers, but disable it for openbsd things because 23# i'm often sending patches that may get mangled by that 24folder-hook . set text_flowed 25 26# openbsd identity 27send-hook '~C .*@openbsd\.org' 'unset text_flowed' 28reply-hook '~C .*@openbsd\.org' 'unset text_flowed' 29reply-hook '~f .*@openbsd\.org' 'unset text_flowed' 30 31folder-hook .*openbsd-.* set \ 32 signature= \ 33 sort=threads 34folder-hook .*openbsd-.* unset text_flowed 35 36# pushover identity 37folder-hook =.*pushover.* set \ 38 from="support@pushover.net" \ 39 realname=\"Pushover Support\" \ 40 signature=~/.signature.pushover \ 41 sort=threads \ 42 strict_threads=yes \ 43 sort_aux=last-date-received 44folder-hook =.*pushover.* unmy_hdr Bcc 45folder-hook =.*pushover.* my_hdr Bcc: support@pushover.net 46folder-hook =.*pushover.* set include_onlyfirst 47folder-hook =.*pushover.* set record="=Other%20Users/support@pushover.net/Sent" 48 49# remove all mailboxes, then auto-load imap ones 50unmailboxes * 51 52# fastmail's shared folders have dots in them which confuses mutt so 53# remove dot as a delim char 54set imap_delim_chars="/" 55 56# make the sidebar list all imap folders 57set imap_list_subscribed=yes 58set imap_check_subscribed=yes 59set sidebar_short_path=yes 60set sidebar_folder_indent=yes 61set sidebar_indent_string=" " 62 63# reconnect as needed 64set imap_passive=no 65 66# set these as defaults in case the folder-hook doesn't run, 67# such as when sending from the command line 68set from="jcs@jcs.org" 69set realname="joshua stein" 70set signature= 71my_hdr Bcc: jcs@jcs.org 72set record="=Sent" 73 74# put these mailboxes first before imap-subscribed ones 75mailboxes =INBOX 76mailboxes =Other%20Users/support@pushover.net 77mailboxes =Other%20Users/support@pushover.net/daily 78mailboxes =Other%20Users/support@pushover.net/Sent 79#mailboxes =Other%20Users/support@pushover.net/Archive 80 81# mailing lists for list-reply 82 83# chibug 84subscribe chibug 85 86subscribe chiclassiccomp 87 88# openbsd 89subscribe bugs 90subscribe hackers 91subscribe misc 92subscribe ports 93subscribe ports-changes 94subscribe source-changes 95subscribe tech 96 97subscribe mailstation 98 99subscribe openssh-unix-dev 100 101subscribe oss-security 102 103subscribe chibug