„Leyrers Online Pamphlet“ ist die persönliche Website von mir, Martin m³ Leyrer. Die hier veröffentlichten Beiträge spiegeln meine Ideen, Interessen, meinen Humor und fallweise auch mein Leben wider.
The postings on this site are my own and do not represent the positions, strategies or opinions of any former, current or future employer of mine.
Rückmeldung / Feedback
About Me
RSS Feed
Search the site:
Tag cloud:
2007,
a-trust,
a.trust,
accessability,
acta,
advent,
age,
amazon,
ankündigung,
apache,
apple,
audio,
austria,
backup,
bba,
big brother awards,
birthday,
blog,
blogging,
book,
books,
browser,
Browser_-_Firefox,
buch,
bürgerkarte,
cars,
cartoon,
cfp,
christmas,
cloud,
computer,
concert,
conference,
copyright,
date,
datenschutz,
debian,
delicious,
demokratie,
design,
desktop,
deutsch,
deutschland,
developer,
digitalks,
dilbert,
disobay,
dna,
dns,
Doctor Who,
documentation,
domino,
Domino,
download,
drm,
dvd,
e-card,
e-government,
e-mail,
E71,
Ein_Tag_im_Leben,
email,
eu,
event,
exchange,
Extensions,
fail,
feedback,
film,
firefox,
flightexpress,
food,
foto,
fsfe,
fun,
future,
games,
gaming,
geek,
geld,
gleichberechtigung,
google,
graz,
grüne,
hack,
hacker,
handy,
hardware,
history,
howto,
hp,
html,
humor,
ibm,
IBM,
ical,
image,
innovation,
intel,
internet,
internet explorer,
iphone,
ipod,
isp,
IT,
it,
java,
javascript,
job,
journalismus,
keyboard,
knowledge,
konzert,
language,
laptop,
law,
lego,
lenovo,
life,
links,
linux,
Linux,
linuxwochen,
linuxwochenende,
living,
london,
lost+found,
Lotus,
lotus,
Lotus Notes,
lotus notes,
LotusNotes,
lotusnotes,
Lotusphere,
lotusphere,
Lotusphere2006,
lotusphere2007,
lotusphere2008,
Lotusphere2008,
lustig,
m3_bei_der_Arbeit,
mac,
mail,
marketing,
mathematik,
media,
medien,
metalab,
Microsoft,
microsoft,
mITtendrin,
mobile,
mood,
movie,
mp3,
multimedia,
music,
musik,
männer,
netwatcher,
network,
news,
nokia,
notes,
Notes,
Notes+Domino,
office,
online,
OOXML,
openoffice,
opensource,
orf,
orlando,
patents,
pc,
pdf,
perl,
personal,
php,
picture,
pictures,
podcast,
politics,
politik,
press,
presse,
privacy,
privatsphäre,
programming,
protest,
qtalk,
quintessenz,
quote,
quotes,
radio,
rant,
recherche,
recht,
release,
review,
rezension,
rss,
science,
search,
security,
server,
sf,
Show-n-tell thursday,
sicherheit,
silverlight,
SnTT,
social media,
software,
sony,
space,
spam,
sprache,
spö,
ssh,
standards,
storage,
story,
stupid,
summerspecial,
sun,
sysadmin,
technology,
theme,
thinkpad,
tip,
tipp,
tools,
topgear,
torrent,
travel,
truth,
tv,
twitter,
ubuntu,
uk,
unix,
update,
usa,
vds,
video,
videoüberwachung,
vienna,
vim,
Vim,
vista,
vorratsdatenspeicherung,
wahl,
wcm,
web,
web 2.0,
web2.0,
web20,
Web20,
webdesign,
werbung,
wien,
wikileaks,
windows,
windows 7,
wired,
wishlist,
wissen,
Wissen_ist_Macht,
wlan,
work,
wow,
wtf,
wunschzettel,
Wunschzettel,
www,
xbox,
xml,
xp,
zensur,
zukunft,
zune,
österreich,
övp,
übersetzung,
überwachung
Webtermine.at
Blogroll
Supported Sites/Ideas
Lotus Notes: Inhalt des Posteingangs wiederherstellen
Ab und an kann es vorkommen, dass man durch unachtsamkein, Programmierfehler, etc. den Posteingang (Inbox) in Lotus Notes verliert. Die Mails sind alle noch da, aber die Inbox ist leer.
Andrew Pollack hat nun, im Rahmen eines größeren Artikels, eine elegante Methode publiziert, wie man die Mails, die früher in der Inbox waren, wieder der Inbox zuordnen kann.
I found a document that was in the inbox before my „fixing” things, and from it got the value stored in a field called $FolderRef. That field is a note
| $FolderRef Field Value | Text Equivalent |
F38D46BF5:E8F08834-N852564B5:00129B2C |
38D46BF5E8F08834852564B500129B2C |
I created a view using this formula to select those documents to put back in my inbox.
T1 := @If(@Text($FolderRef) = "38D46BF5E8F08834852564B500129B2C" ; @True; @False);
T2 := @If( (DeliveredDate = "" & PostedDate != "" &
nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;!(@IsMember("S"; ExcludeFromView))) ; @False ; @True);
T3 := @If(@Name([CN] ; @If(Principal = ""; From; Principal)) = "Andrew Pollack" ;
nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; @False ; @True);
T4 := @If( ( @IsNotMember("A"; ExcludeFromView) &
nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; IsMailStationery != 1 & Form != "Group" &
nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;Form != "Person") ;
nbsp;nbsp;nbsp;nbsp;@True ; @False);
SELECT ( (T1 = @True) & (T2 = @True) & (T3 = @True) & (T4 = @True) )
Once the view was created, I just dragged the docs back to my inbox and all was well in the world.
Tagged as: Lotus Notes
, tipp | Author: Martin Leyrer
[Mittwoch, 20071114, 09:36 | permanent link | 0 Kommentar(e)
Comments are closed for this story.